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 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 2d7be507d65e90099c76631bf0448d0b30f7f203 (diff) |
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 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions