diff options
author | Jakub Kicinski <kuba@kernel.org> | 2023-06-09 14:43:46 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-06-12 11:01:03 +0100 |
commit | f561ff232a6b502bda020ac47200e88f0bc5f98a (patch) | |
tree | 508cb27d956fa15b0a669116f943a9287323884f /net/ipv4/tcp_output.c | |
parent | 2d7be507d65e90099c76631bf0448d0b30f7f203 (diff) | |
download | linux-f561ff232a6b502bda020ac47200e88f0bc5f98a.tar.gz linux-f561ff232a6b502bda020ac47200e88f0bc5f98a.tar.bz2 linux-f561ff232a6b502bda020ac47200e88f0bc5f98a.zip |
tools: ynl: add sample for ethtool
Configuring / reading ring sizes and counts is a fairly common
operation for ethtool netlink. Present a sample doing that with
YNL:
$ ./ethtool
Channels:
enp1s0: combined 1
eni1np1: combined 1
eni2np1: combined 1
Rings:
enp1s0: rx 256 tx 256
eni1np1: rx 0 tx 0
eni2np1: rx 0 tx 0
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/tcp_output.c')
0 files changed, 0 insertions, 0 deletions