]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
io_uring/zcrx: enable tcp-data-split in selftest
authorDavid Wei <dw@davidwei.uk>
Wed, 9 Apr 2025 16:31:53 +0000 (09:31 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 11 Apr 2025 00:27:58 +0000 (17:27 -0700)
commit6afd0a3c7ecb5049d75801a3efda0ada70483bd0
treef76d558c160c3f18d5d96edc79cd24a522fdc0c3
parentab59a8605604f71bbbc16077270dc3f39648b7fc
io_uring/zcrx: enable tcp-data-split in selftest

For bnxt when the agg ring is used then tcp-data-split is automatically
reported to be enabled, but __net_mp_open_rxq() requires tcp-data-split
to be explicitly enabled by the user.

Enable tcp-data-split explicitly in io_uring zc rx selftest.

Signed-off-by: David Wei <dw@davidwei.uk>
Link: https://patch.msgid.link/20250409163153.2747918-1-dw@davidwei.uk
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/drivers/net/hw/iou-zcrx.py