Message ID | 20240206163422.646218-1-axboe@kernel.dk (mailing list archive) |
---|---|
Headers | show |
Series | io_uring: add napi busy polling support | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Tue, 6 Feb 2024 09:30:02 -0700 you wrote: > Hi, > > I finally got around to testing this patchset in its current form, and > results look fine to me. It Works. Using the basic ping/pong test that's > part of the liburing addition, without enabling NAPI I get: > > Stock settings, no NAPI, 100k packets: > > [...] Here is the summary with links: - [1/7] net: split off __napi_busy_poll from napi_busy_poll https://git.kernel.org/netdev/net-next/c/13d381b440ed - [2/7] net: add napi_busy_loop_rcu() https://git.kernel.org/netdev/net-next/c/b4e8ae5c8c41 - [3/7] io-uring: move io_wait_queue definition to header file (no matching commit) - [4/7] io-uring: add napi busy poll support (no matching commit) - [5/7] io-uring: add sqpoll support for napi busy poll (no matching commit) - [6/7] io_uring: add register/unregister napi function (no matching commit) - [7/7] io_uring: add prefer busy poll to register and unregister napi api (no matching commit) You are awesome, thank you!
On Tue, 6 Feb 2024 09:30:02 -0700 Jens Axboe wrote: > I finally got around to testing this patchset in its current form, and > results look fine to me. It Works. Using the basic ping/pong test that's > part of the liburing addition, without enabling NAPI I get: Pushed the first two to git://git.kernel.org/pub/scm/linux/kernel/git/kuba/linux.git for-io_uring-add-napi-busy-polling-support
On 2/9/24 11:51 AM, Jakub Kicinski wrote: > On Tue, 6 Feb 2024 09:30:02 -0700 Jens Axboe wrote: >> I finally got around to testing this patchset in its current form, and >> results look fine to me. It Works. Using the basic ping/pong test that's >> part of the liburing addition, without enabling NAPI I get: > > Pushed the first two to > > git://git.kernel.org/pub/scm/linux/kernel/git/kuba/linux.git for-io_uring-add-napi-busy-polling-support Thanks Jakub, I'll pull that branch in.