Message ID | cover.1658748623.git.asml.silence@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | zerocopy send headers and tests | expand |
On 7/25/22 6:33 PM, Pavel Begunkov wrote: > Add zerocopy send headers, helpers and tests > > v2: > use T_EXIT_* > fix ptr <-> int conversions for 32 bits arches > slight renaming > get rid of error() in the test > add patch 5/5 > > Pavel Begunkov (5): > io_uring.h: sync with kernel for zc send and notifiers > liburing: add zc send and notif helpers > tests: add tests for zerocopy send and notifications > examples: add a zerocopy send example > liburing: improve fallocate typecasting I can confirm it compiles fine on all architectures now. Nice.
On Mon, 25 Jul 2022 12:33:17 +0100, Pavel Begunkov wrote: > Add zerocopy send headers, helpers and tests > > v2: > use T_EXIT_* > fix ptr <-> int conversions for 32 bits arches > slight renaming > get rid of error() in the test > add patch 5/5 > > [...] Applied, thanks! [1/5] io_uring.h: sync with kernel for zc send and notifiers (no commit info) [2/5] liburing: add zc send and notif helpers (no commit info) [3/5] tests: add tests for zerocopy send and notifications (no commit info) [4/5] examples: add a zerocopy send example (no commit info) [5/5] liburing: improve fallocate typecasting (no commit info) Best regards,