]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 'for-6.15/io_uring-rx-zc' into for-6.15/io_uring-epoll-wait
authorJens Axboe <axboe@kernel.dk>
Thu, 20 Feb 2025 14:59:30 +0000 (07:59 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 20 Feb 2025 14:59:30 +0000 (07:59 -0700)
commit9269919478c284d478da27dd0afa0e6126272cd9
tree94cb044043a34cf0ea8fb4f7056c49d5fc5792a8
parent90611bb3e170c481fe31e06cd528548341e5cafd
parent0d2cdc35e805eb50f4a33b7287995ef590f1b916
Merge branch 'for-6.15/io_uring-rx-zc' into for-6.15/io_uring-epoll-wait

* for-6.15/io_uring-rx-zc: (77 commits)
  io_uring: Rename KConfig to Kconfig
  io_uring/zcrx: fix leaks on failed registration
  io_uring/zcrx: recheck ifq on shutdown
  io_uring/zcrx: add selftest
  net: add documentation for io_uring zcrx
  io_uring/zcrx: add copy fallback
  io_uring/zcrx: throttle receive requests
  io_uring/zcrx: set pp memory provider for an rx queue
  io_uring/zcrx: add io_recvzc request
  io_uring/zcrx: dma-map area for the device
  io_uring/zcrx: implement zerocopy receive pp memory provider
  io_uring/zcrx: grab a net device
  io_uring/zcrx: add io_zcrx_area
  io_uring/zcrx: add interface queue and refill queue
  net: add helpers for setting a memory provider on an rx queue
  net: page_pool: add memory provider helpers
  net: prepare for non devmem TCP memory providers
  net: page_pool: add a mp hook to unregister_netdevice*
  net: page_pool: add callback for mp info printing
  netdev: add io_uring memory provider info
  ...
io_uring/io_uring.c