aboutsummaryrefslogtreecommitdiffstats
path: root/io_uring/zcrx.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-06io_uring/zcrx: dmabuf backed zerocopy receivePavel Begunkov1-0/+7
2025-05-02io_uring/zcrx: split out memory holders from areaPavel Begunkov1-2/+9
2025-04-21io_uring/zcrx: move zcrx region to struct io_zcrx_ifqPavel Begunkov1-0/+1
2025-04-21io_uring/zcrx: let zcrx choose region for mmapingPavel Begunkov1-0/+7
2025-04-18io_uring/zcrx: fix late dma unmap for a dead devPavel Begunkov1-0/+1
2025-04-07io_uring/zcrx: separate niov number from pagesPavel Begunkov1-0/+1
2025-04-07io_uring/zcrx: put refill data into separate cache linePavel Begunkov1-2/+2
2025-02-24io_uring/zcrx: add a read limit to recvzc requestsDavid Wei1-2/+2
2025-02-17io_uring/zcrx: add io_recvzc requestDavid Wei1-0/+13
2025-02-17io_uring/zcrx: dma-map area for the devicePavel Begunkov1-0/+1
2025-02-17io_uring/zcrx: implement zerocopy receive pp memory providerPavel Begunkov1-0/+3
2025-02-17io_uring/zcrx: grab a net devicePavel Begunkov1-0/+5
2025-02-17io_uring/zcrx: add io_zcrx_areaDavid Wei1-0/+16
2025-02-17io_uring/zcrx: add interface queue and refill queueDavid Wei1-0/+35