> -----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]; Richard Cochran > <[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 5/6] i40e: Consolidate hardware > capabilities > > Fields .caps in i40e_hw and .hw_features in i40e_pf both indicate > capabilities provided by hardware. Move and merge i40e_pf.hw_features > into i40e_hw.caps as this is more appropriate place for them and > adjust their names to I40E_HW_CAP_... convention. > > Signed-off-by: Ivan Vecera <[email protected]> > --- > drivers/net/ethernet/intel/i40e/i40e.h | 27 +------ > .../net/ethernet/intel/i40e/i40e_ethtool.c | 36 ++++----- > drivers/net/ethernet/intel/i40e/i40e_main.c | 78 +++++++++---------- > drivers/net/ethernet/intel/i40e/i40e_ptp.c | 6 +- > drivers/net/ethernet/intel/i40e/i40e_txrx.h | 2 +- > drivers/net/ethernet/intel/i40e/i40e_type.h | 18 +++++ > .../ethernet/intel/i40e/i40e_virtchnl_pf.c | 8 +- > 7 files changed, 85 insertions(+), 90 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
