> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of Ivan > Vecera > Sent: Tuesday, October 24, 2023 1:42 PM > To: [email protected] > Cc: [email protected]; Brandeburg, Jesse > <[email protected]>; [email protected]; Eric Dumazet > <[email protected]>; Nguyen, Anthony L <[email protected]>; > [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 v2 1/3] i40e: Move > i40e_is_aq_api_ver_ge helper > > Move i40e_is_aq_api_ver_ge helper function (used to check if AdminQ > API version is recent enough) to header so it can be used from > other .c files. > > Signed-off-by: Ivan Vecera <[email protected]> > --- > drivers/net/ethernet/intel/i40e/i40e_common.c | 23 ++++--------------- > drivers/net/ethernet/intel/i40e/i40e_type.h | 14 +++++++++++ > 2 files changed, 18 insertions(+), 19 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
