mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
i40e: Update FW API version
Update FW API versions to the newest supported NVM images. Signed-off-by: Sylwester Dziedziuch <sylwesterx.dziedziuch@intel.com> Signed-off-by: Mateusz Palczewski <mateusz.palczewski@intel.com> Tested-by: Gurucharan G <gurucharanx.g@intel.com> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
This commit is contained in:
parent
ef39584ddb
commit
9c83ca8a63
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@
|
|||
*/
|
||||
|
||||
#define I40E_FW_API_VERSION_MAJOR 0x0001
|
||||
#define I40E_FW_API_VERSION_MINOR_X722 0x0009
|
||||
#define I40E_FW_API_VERSION_MINOR_X710 0x0009
|
||||
#define I40E_FW_API_VERSION_MINOR_X722 0x000C
|
||||
#define I40E_FW_API_VERSION_MINOR_X710 0x000F
|
||||
|
||||
#define I40E_FW_MINOR_VERSION(_h) ((_h)->mac.type == I40E_MAC_XL710 ? \
|
||||
I40E_FW_API_VERSION_MINOR_X710 : \
|
||||
|
|
Loading…
Add table
Reference in a new issue