On Sat, Apr 27, 2024 at 09:26:06AM +0200, Ivan Vecera wrote: > 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 <mschm...@redhat.com> > Reviewed-by: Tony Nguyen <anthony.l.ngu...@intel.com> > Tested-by: Pucha Himasekhar Reddy <himasekharx.reddy.pu...@intel.com> > Signed-off-by: Ivan Vecera <ivec...@redhat.com>
Reviewed-by: Simon Horman <ho...@kernel.org>