diff options
| author | Gangfeng Huang <[email protected]> | 2016-07-06 13:22:56 +0800 |
|---|---|---|
| committer | Jeff Kirsher <[email protected]> | 2016-08-18 22:27:48 -0700 |
| commit | 7a277a963bf394d80f8998a7143a208e0891f6e7 (patch) | |
| tree | 0df0555fe46ce5e9b2544073f9cbd2b10dfa7f54 /tools/perf/scripts/python/check-perf-trace.py | |
| parent | 64c75d41ace516b7e4f0f187f91282aa43a51b38 (diff) | |
igb: support RX flow classification by VLAN priority
This patch is meant to allow for RX network flow classification to insert
and remove VLAN priority filter by ethtool
Example:
Add an VLAN priority filter:
$ ethtool -N eth0 flow-type ether vlan 0x6000 vlan-mask 0x1FFF action 2 loc 1
Show all filters:
$ ethtool -n eth0
4 RX rings available
Total 1 rules
Filter: 1
Flow Type: Raw Ethernet
Src MAC addr: 00:00:00:00:00:00 mask: FF:FF:FF:FF:FF:FF
Dest MAC addr: 00:00:00:00:00:00 mask: FF:FF:FF:FF:FF:FF
Ethertype: 0x0 mask: 0xFFFF
VLAN EtherType: 0x0 mask: 0xffff
VLAN: 0x6000 mask: 0x1fff
User-defined: 0x0 mask: 0xffffffffffffffff
Action: Direct to queue 2
Delete the filter by location:
$ ethtool -N delete 1
Signed-off-by: Ruhao Gao <[email protected]>
Signed-off-by: Gangfeng Huang <[email protected]>
Tested-by: Aaron Brown <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions