> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of Paul > Greenwalt > Sent: Thursday, June 6, 2024 7:19 PM > To: [email protected] > Cc: Greenwalt, Paul <[email protected]> > 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 <[email protected]> > --- > 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 <[email protected]> (A Contingent worker at Intel)
