Displaying 4 results from an estimated 4 matches for "l522".
Did you mean:
0522
2016 Apr 07
2
A few new Pigeonhole features
...I implemented online trace debugging for Sieve scripts:
i.e., directly during delivery rather than only using the sieve-test
tool. This is also supported for the IMAPSIEVE feature discussed above.
This is documented in the INSTALL file:
https://github.com/dovecot/pigeonhole/blob/master/INSTALL#L522
In other news, I started a specification for a new Sieve feature that
allows using the IMAP SPECIAL-USE attributes from Sieve scripts:
https://tools.ietf.org/html/draft-bosch-sieve-special-use-00
There is no implementation yet.
Any comments, suggestions or bug reports are welcome.
Regards,...
2018 Sep 12
1
[PATCH net-next v2 2/5] virtio_ring: support creating packed ring
...hy not just allocate event structures separately?
> > Is it a win to have them share a cache line for some reason?
Users may call vring_new_virtqueue() with preallocated
memory to setup the ring, e.g.:
https://github.com/torvalds/linux/blob/11da3a7f84f1/drivers/s390/virtio/virtio_ccw.c#L513-L522
https://github.com/torvalds/linux/blob/11da3a7f84f1/drivers/misc/mic/vop/vop_main.c#L306-L307
Below is the corresponding definition in split ring:
https://github.com/oasis-tcs/virtio-spec/blob/89dd55f5e606/split-ring.tex#L64-L78
If my understanding is correct, this is just for legacy
interfaces,...
2018 Sep 07
3
[PATCH net-next v2 2/5] virtio_ring: support creating packed ring
On Wed, Jul 11, 2018 at 10:27:08AM +0800, Tiwei Bie wrote:
> This commit introduces the support for creating packed ring.
> All split ring specific functions are added _split suffix.
> Some necessary stubs for packed ring are also added.
>
> Signed-off-by: Tiwei Bie <tiwei.bie at intel.com>
I'd rather have a patch just renaming split functions, then
add all packed stuff
2018 Sep 07
3
[PATCH net-next v2 2/5] virtio_ring: support creating packed ring
On Wed, Jul 11, 2018 at 10:27:08AM +0800, Tiwei Bie wrote:
> This commit introduces the support for creating packed ring.
> All split ring specific functions are added _split suffix.
> Some necessary stubs for packed ring are also added.
>
> Signed-off-by: Tiwei Bie <tiwei.bie at intel.com>
I'd rather have a patch just renaming split functions, then
add all packed stuff