diff options
author | Michal Swiatkowski <[email protected]> | 2024-06-27 16:55:44 +0200 |
---|---|---|
committer | Tony Nguyen <[email protected]> | 2024-07-11 08:57:40 -0700 |
commit | 589dd7145a8ea6bcc6faa286205e467ba5403f79 (patch) | |
tree | 31df74608d4fb2c3d6fa45b7e01675cabd41a2d3 /tools/perf/scripts/python/sched-migration.py | |
parent | 3125eb5595904c41f93587e35712acffa51e14c8 (diff) |
ice: remove unused recipe bookkeeping data
Remove root_buf from recipe struct. Its only usage was in ice_find_recp(),
where if recipe had an inverse action, it was skipped, but actually the
driver never adds inverse actions, so effectively it was pointless.
Without root_buf, the recipe data element in ice_add_sw_recipe() does
not need to be persistent and can also be automatically deallocated with
__free, which nicely simplifies unroll.
Signed-off-by: Michal Swiatkowski <[email protected]>
Reviewed-by: Przemek Kitszel <[email protected]>
Signed-off-by: Marcin Szycik <[email protected]>
Tested-by: Sujai Buvaneswaran <[email protected]>
Signed-off-by: Tony Nguyen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions