Merge branch 'for-6.15/io_uring-rx-zc' into io_uring-epoll-wait
authorJens Axboe <axboe@kernel.dk>
Wed, 19 Feb 2025 17:18:05 +0000 (10:18 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 19 Feb 2025 17:18:05 +0000 (10:18 -0700)
commit1948da6ea099a78587334ef34139c7078e331689
tree58f29fd0644940365a375594f977ecb7d98c2389
parent5772a3420df90770f461118065ad16dd4e252d8f
parent5b760fc6e9c5f984629c217e559005dc3725e9cf
Merge branch 'for-6.15/io_uring-rx-zc' into 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