]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'for-7.0/io_uring-zcrx-large-buffers-20260206' of git://git.kernel.org...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 12 Feb 2026 23:07:50 +0000 (15:07 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 12 Feb 2026 23:07:50 +0000 (15:07 -0800)
commit041c16acbafbdd8c089cc077c78e060322dde18c
tree28c0fde3fb949b94f59ddba7f5847c0d6e6d3e88
parente99785a923d585174a71ea9c081bee708184862e
parent795663b4d160ba652959f1a46381c5e8b1342a53
Merge tag 'for-7.0/io_uring-zcrx-large-buffers-20260206' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux

Pull io_uring large rx buffer support from Jens Axboe:
 "Now that the networking updates are upstream, here's the support for
  large buffers for zcrx.

  Using larger (bigger than 4K) rx buffers can increase the effiency of
  zcrx. For example, it's been shown that using 32K buffers can decrease
  CPU usage by ~30% compared to 4K buffers"

* tag 'for-7.0/io_uring-zcrx-large-buffers-20260206' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux:
  io_uring/zcrx: implement large rx buffer support
include/uapi/linux/io_uring.h
io_uring/zcrx.c