diff options
author | Wojciech Drewek <[email protected]> | 2024-08-07 12:35:05 +0200 |
---|---|---|
committer | Tony Nguyen <[email protected]> | 2024-10-08 14:37:15 -0700 |
commit | b699c81af0683ad5b7a7e2b3ef4ae3ff8ee41153 (patch) | |
tree | 80d1772a19cb0b8c208e13ed0ebc23851a408444 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 42b2331081178785d50d116c85ca40d728b48291 (diff) |
ice: Implement ethtool reset support
Enable ethtool reset support. Ethtool reset flags are mapped to the
E810 reset type:
PF reset:
$ ethtool --reset <ethX> irq dma filter offload
CORE reset:
$ ethtool --reset <ethX> irq-shared dma-shared filter-shared \
offload-shared ram-shared
GLOBAL reset:
$ ethtool --reset <ethX> irq-shared dma-shared filter-shared \
offload-shared mac-shared phy-shared ram-shared
Calling the same set of flags as in PF reset case on port representor
triggers VF reset.
Reviewed-by: Michal Swiatkowski <[email protected]>
Reviewed-by: Marcin Szycik <[email protected]>
Reviewed-by: Przemek Kitszel <[email protected]>
Acked-by: Jakub Kicinski <[email protected]>
Signed-off-by: Wojciech Drewek <[email protected]>
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel)
Signed-off-by: Tony Nguyen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions