On Tue, Apr 23, 2024 at 04:36:32PM +0200, Marcin Szycik wrote: > From: Michal Swiatkowski <michal.swiatkow...@linux.intel.com> > > ice_clear_dflt_vsi() is only removing default rule. Both default RX and > TX rule should be removed during release. > > If it isn't switching to switchdev, second time results in error, because > TX filter is already there. > > Fix it by removing the correct set of rules. > > Fixes: 50d62022f455 ("ice: default Tx rule instead of to queue") > Reviewed-by: Wojciech Drewek <wojciech.dre...@intel.com> > Signed-off-by: Michal Swiatkowski <michal.swiatkow...@linux.intel.com> > Signed-off-by: Marcin Szycik <marcin.szy...@linux.intel.com> > --- > It is targetting iwl-next with fix, because the broken patch isn't yet > in net repo.
Reviewed-by: Simon Horman <ho...@kernel.org>