[dpdk-dev] [PATCH 09/10] net/i40e/base: update FW AQ API version to 1.7

Jingjing Wu jingjing.wu at intel.com
Sat May 27 05:47:45 CEST 2017


Signed-off-by: Jingjing Wu <jingjing.wu at intel.com>
---
 drivers/net/i40e/base/i40e_type.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/i40e/base/i40e_type.h b/drivers/net/i40e/base/i40e_type.h
index af5347b..3892f52 100644
--- a/drivers/net/i40e/base/i40e_type.h
+++ b/drivers/net/i40e/base/i40e_type.h
@@ -200,7 +200,7 @@ enum i40e_memcpy_type {
 };
 
 #define I40E_FW_API_VERSION_MINOR_X722	0x0005
-#define I40E_FW_API_VERSION_MINOR_X710	0x0005
+#define I40E_FW_API_VERSION_MINOR_X710	0x0007
 
 
 /* These are structs for managing the hardware information and the operations.
-- 
2.4.11



More information about the dev mailing list