Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cce2dffe authored by Adam Ludkiewicz's avatar Adam Ludkiewicz Committed by Jeff Kirsher
Browse files

i40e: Changed maximum supported FW API version to 1.8



A new FW has been released, which uses API version 1.8.

Signed-off-by: default avatarAdam Ludkiewicz <adam.ludkiewicz@intel.com>
Tested-by: default avatarAndrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent 735aaafa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,8 +11,8 @@
 */

#define I40E_FW_API_VERSION_MAJOR	0x0001
#define I40E_FW_API_VERSION_MINOR_X722	0x0006
#define I40E_FW_API_VERSION_MINOR_X710	0x0007
#define I40E_FW_API_VERSION_MINOR_X722	0x0008
#define I40E_FW_API_VERSION_MINOR_X710	0x0008

#define I40E_FW_MINOR_VERSION(_h) ((_h)->mac.type == I40E_MAC_XL710 ? \
					I40E_FW_API_VERSION_MINOR_X710 : \
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

#define I40E_FW_API_VERSION_MAJOR	0x0001
#define I40E_FW_API_VERSION_MINOR_X722	0x0005
#define I40E_FW_API_VERSION_MINOR_X710	0x0007
#define I40E_FW_API_VERSION_MINOR_X710	0x0008

#define I40E_FW_MINOR_VERSION(_h) ((_h)->mac.type == I40E_MAC_XL710 ? \
					I40E_FW_API_VERSION_MINOR_X710 : \