> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of Ivan > Vecera > Sent: Wednesday, March 27, 2024 1:28 PM > To: [email protected] > Cc: [email protected]; [email protected]; Loktionov, > Aleksandr <[email protected]>; [email protected]; Nguyen, > Anthony L <[email protected]>; [email protected]; [email protected]; > [email protected] > Subject: [Intel-wired-lan] [PATCH iwl-next v2 5/7] i40e: Consolidate checks > whether given VSI is main > > In the driver code there are 3 types of checks whether given VSI is main or > not: > 1. vsi->type ==/!= I40E_VSI_MAIN > 2. vsi ==/!= pf->vsi[pf->lan_vsi] > 3. vsi->seid ==/!= pf->vsi[pf->lan_vsi]->seid > > All of them are equivalent and can be consolidated. Convert cases > 2 and 3 to case 1. > > Reviewed-by: Michal Schmidt <[email protected]> > Signed-off-by: Ivan Vecera <[email protected]> > --- > .../net/ethernet/intel/i40e/i40e_debugfs.c | 2 +- > .../net/ethernet/intel/i40e/i40e_ethtool.c | 12 ++++++------ > drivers/net/ethernet/intel/i40e/i40e_main.c | 19 +++++++++---------- > 3 files changed, 16 insertions(+), 17 deletions(-) >
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel)
