> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of Ivan > Vecera > Sent: Saturday, October 21, 2023 1:08 AM > To: [email protected] > Cc: Eric Dumazet <[email protected]>; [email protected]; Brandeburg, > Jesse <[email protected]>; open list <[email protected]>; > Nguyen, Anthony L <[email protected]>; moderated list:INTEL ETHERNET > DRIVERS <[email protected]>; Keller, Jacob E > <[email protected]>; Jakub Kicinski <[email protected]>; Paolo Abeni > <[email protected]>; David S. Miller <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-next 6/6] i40e: Initialize hardware > capabilities at single place > > Some i40e_hw.caps bits are set in i40e_set_hw_caps(), some of them > in i40e_init_adminq() and the rest of them in i40e_sw_init(). > Consolidate the initialization to single proper place i40e_set_hw_caps(). > > Signed-off-by: Ivan Vecera <[email protected]> > --- > drivers/net/ethernet/intel/i40e/i40e_adminq.c | 66 ++++++++++++++----- > drivers/net/ethernet/intel/i40e/i40e_debug.h | 1 + > drivers/net/ethernet/intel/i40e/i40e_main.c | 55 +--------------- > .../net/ethernet/intel/i40e/i40e_register.h | 1 + > 4 files changed, 51 insertions(+), 72 deletions(-) >
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel) _______________________________________________ Intel-wired-lan mailing list [email protected] https://lists.osuosl.org/mailman/listinfo/intel-wired-lan
