RE: [Intel-wired-lan] [PATCH iwl-net] ice: clear the default forwarding VSI rule when releasing a VSI
"Romanowski, Rafal" <[email protected]>
| Newsgroups | org.kernel.vger.netdev,org.kernel.vger.linux-kernel,org.osuosl.intel-wired-lan |
|---|---|
| Message-ID | <IA3PR11MB8985B2801F3C3D6C9E4568F78FD32@IA3PR11MB8985.namprd11.prod.outlook.com> |
> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of Petr > Oros > Sent: Tuesday, June 23, 2026 12:58 PM > To: Simon Horman <[email protected]> > Cc: [email protected]; Nguyen, Anthony L <[email protected]>; > Kitszel, Przemyslaw <[email protected]>; [email protected]; > [email protected]; [email protected]; [email protected]; > [email protected]; Keller, Jacob E <[email protected]>; > [email protected]; [email protected]; linux- > [email protected] > Subject: Re: [Intel-wired-lan] [PATCH iwl-net] ice: clear the default forwarding VSI > rule when releasing a VSI > > > On 6/23/26 12:29, Simon Horman wrote: > > This is an AI-generated review of your patch. The human sending this > > email has considered the AI review valid, or at least plausible. > > Full review at: https://sashiko.dev > > --- > > ice: clear the default forwarding VSI rule when releasing a VSI > > > > This patch restores the cleanup of the default forwarding VSI rule in > > ice_vsi_release(), clearing it when the VSI owns it. This prevents a > > rule leak if a trusted VF enters promiscuous mode and is then destroyed. > > > >> diff --git a/drivers/net/ethernet/intel/ice/ice_lib.c > >> b/drivers/net/ethernet/intel/ice/ice_lib.c > >> --- a/drivers/net/ethernet/intel/ice/ice_lib.c > >> +++ b/drivers/net/ethernet/intel/ice/ice_lib.c > >> @@ -2871,6 +2871,9 @@ int ice_vsi_release(struct ice_vsi *vsi) Tested-by: Rafal Romanowski <[email protected]>