> -----Original Message----- > From: Intel-wired-lan <intel-wired-lan-boun...@osuosl.org> On Behalf Of Paul > Greenwalt > Sent: Thursday, June 6, 2024 7:19 PM > To: intel-wired-...@lists.osuosl.org > Cc: Greenwalt, Paul <paul.greenw...@intel.com> > Subject: [Intel-wired-lan] [PATCH iwl-next v1] ice: Allow different FW API > versions based on MAC type > > Allow the driver to be compatible with different FW API versions based on the > device's MAC type. Currently, E810 is only compatible with one FW API > version. Now the driver can be compatible with different FW API versions for > both E810 and E830. For example, E810 FW API version is > 1.5.0 and E830 is 1.7.0. > > Signed-off-by: Paul Greenwalt <paul.greenw...@intel.com> > --- > drivers/net/ethernet/intel/ice/ice_controlq.c | 11 ++++++---- > drivers/net/ethernet/intel/ice/ice_controlq.h | 20 ++++++++++++++++--- > 2 files changed, 24 insertions(+), 7 deletions(-) >
Tested-by: Pucha Himasekhar Reddy <himasekharx.reddy.pu...@intel.com> (A Contingent worker at Intel)