> -----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 6/7] i40e: Add helper to access > main VEB > > Add a helper to access main VEB: > > i40e_pf_get_main_veb(pf) replaces 'pf->veb[pf->lan_veb]' > > Reviewed-by: Michal Schmidt <[email protected]> > Reviewed-by: Aleksandr Loktionov <[email protected]> > Signed-off-by: Ivan Vecera <[email protected]> > --- > drivers/net/ethernet/intel/i40e/i40e.h | 11 ++++++++ > .../net/ethernet/intel/i40e/i40e_ethtool.c | 9 +++---- > drivers/net/ethernet/intel/i40e/i40e_main.c | 27 ++++++++++++------- > 3 files changed, 31 insertions(+), 16 deletions(-) >
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel)
