public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] zcrx huge pages support Vol 1
@ 2025-06-17 14:48 Pavel Begunkov
  2025-06-17 14:48 ` [PATCH 1/8] io_uring/zcrx: return error from io_zcrx_map_area_* Pavel Begunkov
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Pavel Begunkov @ 2025-06-17 14:48 UTC (permalink / raw)
  To: io-uring; +Cc: asml.silence, David Wei

Deduplicate some umem vs dmabuf code by creating sg_table for umem areas,
and add huge page coalescing on top. It improves iommu mapping and
compacts the page array, but leaves optimising the NIC page sizes to
follow ups.

Pavel Begunkov (8):
  io_uring/zcrx: return error from io_zcrx_map_area_*
  io_uring/zcrx: introduce io_populate_area_dma
  io_uring/zcrx: allocate sgtable for umem areas
  io_uring/zcrx: assert area type in io_zcrx_iov_page
  io_uring/zcrx: convert io_zcrx_iov_page to use folios
  io_uring/zcrx: add infra for large pages
  io_uring: export io_coalesce_buffer()
  io_uring/zcrx: try to coalesce area pages

 io_uring/rsrc.c |   2 +-
 io_uring/rsrc.h |   2 +
 io_uring/zcrx.c | 179 +++++++++++++++++++++++++-----------------------
 io_uring/zcrx.h |   2 +
 4 files changed, 98 insertions(+), 87 deletions(-)

-- 
2.49.0


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2025-06-30 17:43 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-17 14:48 [PATCH 0/8] zcrx huge pages support Vol 1 Pavel Begunkov
2025-06-17 14:48 ` [PATCH 1/8] io_uring/zcrx: return error from io_zcrx_map_area_* Pavel Begunkov
2025-06-17 14:48 ` [PATCH 2/8] io_uring/zcrx: introduce io_populate_area_dma Pavel Begunkov
2025-06-17 14:48 ` [PATCH 3/8] io_uring/zcrx: allocate sgtable for umem areas Pavel Begunkov
2025-06-17 14:48 ` [PATCH 4/8] io_uring/zcrx: assert area type in io_zcrx_iov_page Pavel Begunkov
2025-06-17 14:48 ` [PATCH 5/8] io_uring/zcrx: convert io_zcrx_iov_page to use folios Pavel Begunkov
2025-06-17 14:48 ` [PATCH 6/8] io_uring/zcrx: add infra for large pages Pavel Begunkov
2025-06-17 14:48 ` [PATCH 7/8] io_uring: export io_coalesce_buffer() Pavel Begunkov
2025-06-17 14:48 ` [PATCH 8/8] io_uring/zcrx: try to coalesce area pages Pavel Begunkov
2025-06-30 17:12 ` [PATCH 0/8] zcrx huge pages support Vol 1 Pavel Begunkov
2025-06-30 17:31   ` Jens Axboe
2025-06-30 17:44     ` Pavel Begunkov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox