On Tue, Jun 18, 2024 at 04:11:55PM +0200, Marcin Szycik wrote: > From: Michal Swiatkowski <[email protected]> > > 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]>
Reviewed-by: Simon Horman <[email protected]>
