mbox series

[PATCHSET,v2,for-next,0/2] Add direct descriptor ring passing

Message ID 20220619015922.1325241-1-axboe@kernel.dk (mailing list archive)
Headers show
Series Add direct descriptor ring passing | expand

Message

Jens Axboe June 19, 2022, 1:59 a.m. UTC
Hi,

One of the things we currently cannot do with direct descriptors is pass
it to another application or ring. This adds support for doing so, through
the IORING_OP_MSG_RING ring-to-ring messaging opcode.

Changes since v1:
- Add IORING_MSG_RING_CQE_SKIP flag for IORING_OP_MSG_RING
- Expand commit message in patch 2