diff options
| author | Subbaraya Sundeep <[email protected]> | 2021-01-23 10:39:12 +0530 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2021-01-25 18:14:58 -0800 |
| commit | b9b7421a01d82c474227fce04f0468f1c70be306 (patch) | |
| tree | dabff728234db5914a7613efc3ff8471f31ac712 /tools/perf/scripts/python/intel-pt-events.py | |
| parent | 24f97b6af9a000bfda9ee693110189d7d4d629fe (diff) | |
octeontx2-af: Support ESP/AH RSS hashing
Support SPI and sequence number fields of
ESP/AH header to be hashed for RSS. By default
ESP/AH fields are not considered for RSS and
needs to be set explicitly as below:
ethtool -U eth0 rx-flow-hash esp4 sdfn
or
ethtool -U eth0 rx-flow-hash ah4 sdfn
or
ethtool -U eth0 rx-flow-hash esp6 sdfn
or
ethtool -U eth0 rx-flow-hash ah6 sdfn
To disable hashing of ESP fields:
ethtool -U eth0 rx-flow-hash esp4 sd
or
ethtool -U eth0 rx-flow-hash ah4 sd
or
ethtool -U eth0 rx-flow-hash esp6 sd
or
ethtool -U eth0 rx-flow-hash ah6 sd
Signed-off-by: Subbaraya Sundeep <[email protected]>
Signed-off-by: Sunil Kovvuri Goutham <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/intel-pt-events.py')
0 files changed, 0 insertions, 0 deletions