]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
tools: ynl: ethtool: add --dbg-small-recv option
authorHangbin Liu <liuhangbin@gmail.com>
Wed, 8 Apr 2026 07:08:51 +0000 (15:08 +0800)
committerJakub Kicinski <kuba@kernel.org>
Sun, 12 Apr 2026 18:23:49 +0000 (11:23 -0700)
commit594ba4477164af58c9703039b63b8b07a3a55f18
tree155f97276aeb927bc1b887894373082e3fac1f1f
parent1c43d471a513e93b5420d8af5d43afd3a75f95f1
tools: ynl: ethtool: add --dbg-small-recv option

Add a --dbg-small-recv debug option to control the recv() buffer size
used by YNL, matching the same option already present in cli.py. This
is useful if user need to get large netlink message.

Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
Link: https://patch.msgid.link/20260408-b4-ynl_ethtool-v2-3-7623a5e8f70b@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/net/ynl/tests/ethtool.py