diff options
author | Doug Berger <opendmb@gmail.com> | 2020-04-29 23:02:05 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-04-30 02:55:22 +0300 |
commit | 3e370952287c55e5fd240cb8bb41ef8acff8829d (patch) | |
tree | 2cf2495acb7caf14577502bb84f0422947f7c494 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 854295d03ca04461f275d723289a5886e6827498 (diff) | |
download | linux-3e370952287c55e5fd240cb8bb41ef8acff8829d.tar.xz |
net: bcmgenet: add support for ethtool rxnfc flows
This commit enables driver support for ethtool commands of this form:
ethtool -N|-U|--config-nfc|--config-ntuple devname
flow-type ether|ip4
[src xx:yy:zz:aa:bb:cc [m xx:yy:zz:aa:bb:cc]]
[dst xx:yy:zz:aa:bb:cc [m xx:yy:zz:aa:bb:cc]] [proto N [m N]]
[src-ip x.x.x.x [m x.x.x.x]] [dst-ip x.x.x.x [m x.x.x.x]] [tos N [m N]]
[l4proto N [m N]] [src-port N [m N]] [dst-port N [m N]] [spi N [m N]]
[l4data N [m N]] [vlan-etype N [m N]] [vlan N [m N]]
[dst-mac xx:yy:zz:aa:bb:cc [m xx:yy:zz:aa:bb:cc]] [action 0] [loc N] |
delete N
Since there is only one Rx Ring in this implementation action 0 behaves no
differently from not specifying a rule.
The rules can be seen with ethtool commands of this form:
ethtool -n|-u|--show-nfc|--show-ntuple devname [rule N]
Signed-off-by: Doug Berger <opendmb@gmail.com>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions