]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
i40e/i40evf : Bump driver version from 1.5.5 to 1.5.10
authorHarshitha Ramamurthy <harshitha.ramamurthy@intel.com>
Wed, 13 Apr 2016 10:08:32 +0000 (03:08 -0700)
committerChuck Anderson <chuck.anderson@oracle.com>
Thu, 7 Jul 2016 17:41:17 +0000 (10:41 -0700)
Orabug: 23176970

Signed-off-by: Harshitha Ramamurthy <harshitha.ramamurthy@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
(cherry picked from commit 5a6fc256e7b64b3073688cc72fae357612cf31c6)
Signed-off-by: Brian Maly <brian.maly@oracle.com>
drivers/net/ethernet/intel/i40e/i40e_main.c
drivers/net/ethernet/intel/i40evf/i40evf_main.c

index 346b40a19f1f9334a8bd78a9cee7dc153c0d1f76..da5f89325514ec7aabfc5f68ef92c4c917bec0c7 100644 (file)
@@ -42,7 +42,7 @@ static const char i40e_driver_string[] =
 
 #define DRV_VERSION_MAJOR 1
 #define DRV_VERSION_MINOR 5
-#define DRV_VERSION_BUILD 5
+#define DRV_VERSION_BUILD 10
 #define DRV_VERSION __stringify(DRV_VERSION_MAJOR) "." \
             __stringify(DRV_VERSION_MINOR) "." \
             __stringify(DRV_VERSION_BUILD)    DRV_KERN
index d6b3329f9ce91446de0fba741525ababc13ffa00..da77b85accb8768ab8756ee8fb04cdd4e4857370 100644 (file)
@@ -38,7 +38,7 @@ static const char i40evf_driver_string[] =
 
 #define DRV_VERSION_MAJOR 1
 #define DRV_VERSION_MINOR 5
-#define DRV_VERSION_BUILD 5
+#define DRV_VERSION_BUILD 10
 #define DRV_VERSION __stringify(DRV_VERSION_MAJOR) "." \
             __stringify(DRV_VERSION_MINOR) "." \
             __stringify(DRV_VERSION_BUILD) \