diff options
author | Kurt Kanzenbach <[email protected]> | 2021-06-28 21:43:29 -0700 |
---|---|---|
committer | Tony Nguyen <[email protected]> | 2021-07-16 14:07:33 -0700 |
commit | 2b477d057e3364c22e8f86724c798ad664bd8360 (patch) | |
tree | 3b2d2cc58bd85cbe50b127dd20c6276dec21c3bd /tools/perf/scripts/python/event_analyzing_sample.py | |
parent | 6574631b50edf8fd88e3bb9155c6a89746779562 (diff) |
igc: Integrate flex filter into ethtool ops
Use the flex filter mechanism to extend the current ethtool filter
operations by intercoperating the user data. This allows to match
eight more bytes within a Ethernet frame in addition to macs, ether
types and vlan.
The matching pattern looks like this:
* dest_mac [6]
* src_mac [6]
* tpid [2]
* vlan tci [2]
* ether type [2]
* user data [8]
This can be used to match Profinet traffic classes by FrameID range.
Signed-off-by: Kurt Kanzenbach <[email protected]>
Reviewed-by: Sebastian Andrzej Siewior <[email protected]>
Tested-by: Dvora Fuxbrumer <[email protected]>
Signed-off-by: Tony Nguyen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions