[Intel-wired-lan] [next PATCH S25 05/16] i40e: Bump AQ minor version to 1.5 for new FW features

Deepthi Kavalur deepthi.kavalur at intel.com
Wed Dec 23 20:05:45 UTC 2015


From: Shannon Nelson <shannon.nelson at intel.com>

Bump AQ minor version to 1.5 for new FW features.

Signed-off-by: Shannon Nelson <shannon.nelson at intel.com>
Acked-by: Kevin Scott <kevin.c.scott at intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher at intel.com>
Change-ID: I5a790f7f519a2a8921aaa1c5663727dd1897ffec
---
Testing-Hints:
Apply and compile cleanly on driver load with old NVMs, should
see log message: 
The driver for the device detected an older version of the NVM 
image than expected. Please update the NVM image.

 drivers/net/ethernet/intel/i40e/i40e_adminq_cmd.h   | 2 +-
 drivers/net/ethernet/intel/i40evf/i40e_adminq_cmd.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/ethernet/intel/i40e/i40e_adminq_cmd.h b/drivers/net/ethernet/intel/i40e/i40e_adminq_cmd.h
index 9684572..5699299 100644
--- a/drivers/net/ethernet/intel/i40e/i40e_adminq_cmd.h
+++ b/drivers/net/ethernet/intel/i40e/i40e_adminq_cmd.h
@@ -34,7 +34,7 @@
  */
 
 #define I40E_FW_API_VERSION_MAJOR	0x0001
-#define I40E_FW_API_VERSION_MINOR	0x0004
+#define I40E_FW_API_VERSION_MINOR	0x0005
 
 struct i40e_aq_desc {
 	__le16 flags;
diff --git a/drivers/net/ethernet/intel/i40evf/i40e_adminq_cmd.h b/drivers/net/ethernet/intel/i40evf/i40e_adminq_cmd.h
index 6468537..ed963bc 100644
--- a/drivers/net/ethernet/intel/i40evf/i40e_adminq_cmd.h
+++ b/drivers/net/ethernet/intel/i40evf/i40e_adminq_cmd.h
@@ -34,7 +34,7 @@
  */
 
 #define I40E_FW_API_VERSION_MAJOR	0x0001
-#define I40E_FW_API_VERSION_MINOR	0x0004
+#define I40E_FW_API_VERSION_MINOR	0x0005
 
 struct i40e_aq_desc {
 	__le16 flags;
-- 
2.1.0



More information about the Intel-wired-lan mailing list