diff options
author | Michal Swiatkowski <[email protected]> | 2022-12-21 12:38:20 +0100 |
---|---|---|
committer | Tony Nguyen <[email protected]> | 2023-02-03 09:54:18 -0800 |
commit | 227bf4500aaaec1e06b527317e05adf42f0da8b4 (patch) | |
tree | 3dfa975787e4652d7746f75bdf0c7d2f12755f85 /tools/perf/scripts/python/stackcollapse.py | |
parent | 70fbc15a655cc9df29189a8145885c59a720865d (diff) |
ice: move VSI delete outside deconfig
In deconfig VSI shouldn't be deleted from hw.
Rewrite VSI delete function to reflect that sometimes it is only needed
to remove VSI from hw without freeing the memory:
ice_vsi_delete() -> delete from HW and free memory
ice_vsi_delete_from_hw() -> delete only from HW
Value returned from ice_vsi_free() is never used. Change return type to
void.
Signed-off-by: Michal Swiatkowski <[email protected]>
Tested-by: Gurucharan G <[email protected]> (A Contingent worker at Intel)
Signed-off-by: Tony Nguyen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions