similar to: [PATCH,DOC] Document how 4gb_segment_notify notifys

Displaying 20 results from an estimated 2000 matches similar to: "[PATCH,DOC] Document how 4gb_segment_notify notifys"

2019 Jul 15
2
[libnbd] notify API changes (was: Re: [libnbd PATCH 5/6] api: Add new nbd_aio_FOO_notify functions)
On Sat, Jun 29, 2019 at 08:28:28AM -0500, Eric Blake wrote: > As mentioned in the previous patch, there are situations where an aio > client wants instant notification when a given command is complete, > rather than having to maintain a separate data structure to track all > in-flight commands and then iterate over that structure to learn which > commands are complete. It's
2019 Jul 15
0
Re: [libnbd] notify API changes (was: Re: [libnbd PATCH 5/6] api: Add new nbd_aio_FOO_notify functions)
On 7/15/19 6:06 AM, Richard W.M. Jones wrote: > On Sat, Jun 29, 2019 at 08:28:28AM -0500, Eric Blake wrote: >> As mentioned in the previous patch, there are situations where an aio >> client wants instant notification when a given command is complete, >> rather than having to maintain a separate data structure to track all >> in-flight commands and then iterate over that
2019 Mar 08
1
syslog / logstah problem with timestamp
Hallo, I try to send my centos 7 logfiles to an logstsah server. Can anyone give me an hint how to fix this problem? Thanks Ralf > {"index"=>{"_index"=>"%{[@metadata][comline]}-%{[@metadata][version]}", > "_type"=>"doc", "_id"=>"U1XLXGkBpfl5FoHeY4J8", "status"=>400, >
2014 Sep 01
1
Asterisk 11.Why two NOTIFY while ringing ?
Hello, On a Asterisk 11.12.0, I'm studying BLF behaviour with Yealink phones. My ultimate goal is to present Operator the name and number of every incoming call so that he/she can if it's worth to pickup a ringing incoming call. I've discovered notifycid option in sip.conf. When a call comes in, I can see that Asterisk is sending two successive NOTIFY messages while the target is
2007 Nov 10
3
ring.h notification hold-off question
hi. trying to understand the idea behind _notify in #define RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(_r, _notify) do { \ RING_IDX __old = (_r)->sring->req_prod; \ RING_IDX __new = (_r)->req_prod_pvt; \ wmb(); /* back sees requests /before/ updated producer index */ \ (_r)->sring->req_prod = __new;
2015 Dec 31
0
[PATCH v2 34/34] xen/io: use virt_xxx barriers
include/xen/interface/io/ring.h uses full memory barriers to communicate with the other side. For guests compiled with CONFIG_SMP, smp_wmb and smp_mb would be sufficient, so mb() and wmb() here are only needed if a non-SMP guest runs on an SMP host. Switch to virt_xxx barriers which serve this exact purpose. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> ---
2015 Dec 30
0
[PATCH 32/34] xen/io: use __smp_XXX barriers
include/xen/interface/io/ring.h uses full memory barriers to communicate with the other side. For guests compiled with CONFIG_SMP, smp_wmb and smp_mb would be sufficient, so mb() and wmb() here are only needed if a non-SMP guest runs on an SMP host. Switch to __smp_XXX barriers which serve this exact purpose. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> ---
2006 Jan 13
0
NOTIFY authentication
Hi, does anybody know if asterisk can authenticate on a NOTIFY send to a peer. I use OpenSER as SIP-Proxy and asterisk as voicemail system with ODBC Support for voicemail-messages, voicemail-users and sip-peers/users. My SIP-Users register with OpenSER. Asterisk has two views on the OpenSER database for voicemail-users and sip-peers. Call-Routing, leaving voicemail-messages in database an MWI
2006 Mar 13
1
adding custom cache field
Hello, I needed to add custom cache field for one of my application. I thought I will share the code showing how to do this. This code below creates and maintain a custom cache field, for keeping track of totals. Say, you have accounts, and for each account there are transactions (either deposit/withdrawal), and one will like to keep track of the total balance for an account. So, let there be a
2005 Jan 28
0
Line types in the legend function
Hi, I'm using version 2.0.1 of R on a Windows 2000 platform. The legend function has parameters _lty_ and _pch_ for drawing line types and point types in the legend box, but I can't find any way of getting the patterns corresponding to _type='b'_ in the _plot_ function. When you enter _type='b'_ as a parameter in the plot function, you get an alternating series of dashes
2018 Feb 27
0
CentOS 7 / Xen 4.6 on UEFI system?
Wondering if anyone has managed to get Xen to boot from UEFI? We have a relatively new server with a Supermicro X11SSH-F mainboard with an M.2 SSD. If we switch the boot mode to Legacy in the BIOS no boot devices show up. The vendor says this is because M.2 SSD is only supported in UEFI mode. We even tried installing some spinning SATA drives and a USB thumb drive but those don't show up as
2012 Jan 03
2
[PATCH] qemu-xen: adjust MSI-X related log messages
Several of these messages we coded using line continuation within a string literal. This is generally not recommended and also lead to odd sequences of many blanks in the middle of the messages. The message indicating a discarded write due to MSI-X already being enabled doesn''t need to be issued when a write doesn''t actually modify the current value. Adjust the surrounding logic
2008 Jun 24
1
Get model from polymorphic association
Hi, If using a polymorphic belongs_to, is it possible to access the "_type" field that contains the name of the model ? Thanks! -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2006 Apr 25
1
protection needed?
Dear list, I am unsure if I really need to protect a coerced object if I immediately access its value and don't access the object anymore. I tried to find out by looking into the R sources but didn't find something similar. It's about the variable _skipLines in the call "function ReadXls( _file, _sheet, _type, _header, _colHeader, _skipLines: pSExp ): pSExp; cdecl;". I
2019 Jul 01
3
[nbdkit PATCH 0/2] Use new libnbd _notify functions
I'm not observing any noticeable performance differences, but I'm liking the diffstat. I can't push this patch until we release a new libnbd version with the _notify API addition, but am posting it now for playing with things. Eric Blake (2): nbd: Move transaction info from heap to stack nbd: Use nbdkit aio_*_notify variants plugins/nbd/nbd.c | 217
2013 Aug 28
2
[PATCH] xen/docs: Correct documentation for the conswitch parameter
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com> CC: Ian Campbell <Ian.Campbell@citrix.com> CC: Ian Jackson <Ian.Jackson@eu.citrix.com> --- I was slightly peeved at looking this up and discovering that it was wrong, but the history shows I have only myself to blame. --- docs/misc/xen-command-line.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
2010 Nov 30
1
R: Re: [PATCH 5/5] btrfs: Add ioctl to set snapshot readonly/writable
Hi Li, >----Messaggio originale---- >Da: lizf@cn.fujitsu.com >Data: 30/11/2010 8.03 >A: <kreijack@libero.it> >Cc: <linux-btrfs@vger.kernel.org> >Ogg: Re: [PATCH 5/5] btrfs: Add ioctl to set snapshot readonly/writable > >Goffredo Baroncelli wrote: >> Hi Li, >> >> On Monday, 29 November, 2010, Li Zefan wrote: >>> This allows us to set
2018 Nov 25
2
doc/menu.txt does not document dependency libutil.c32.
[This email is either empty or too large to be displayed at this time]
2018 Nov 25
0
doc/menu.txt does not document dependency libutil.c32.
>"doc/menu.txt does not document dependency libutil.c32" Please see: https://www.syslinux.org/wiki/index.php?title=Library_modules where the .c32 library dependencies are summed-up.
2007 Nov 19
1
find document by doc path
Hi, I want to update a document. The document is identified by the document path e.g. /home/user/file.txt. To find the doc id by the path I need to assign the path to the document. In the FAQ is supposed to add the doc id (the path) as a term to the document. My idea is to at the path as a value by #define PATH_ID 0 add_value(PATH_ID, "/home/user/file.txt") and then do a query: