Skip to content

Commit 25941f9

Browse files
Catherine SullivanJeff Kirsher
authored andcommitted
i40e/i40evf: Bump i40e to 0.4.17 and i40evf to 0.9.36
Bump versions. Change-ID: I47fc3433240800cd823ff512f3015822277b0d20 Signed-off-by: Catherine Sullivan <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
1 parent 327fe04 commit 25941f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drivers/net/ethernet/intel/i40e/i40e_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ static const char i40e_driver_string[] =
3939

4040
#define DRV_VERSION_MAJOR 0
4141
#define DRV_VERSION_MINOR 4
42-
#define DRV_VERSION_BUILD 13
42+
#define DRV_VERSION_BUILD 17
4343
#define DRV_VERSION __stringify(DRV_VERSION_MAJOR) "." \
4444
__stringify(DRV_VERSION_MINOR) "." \
4545
__stringify(DRV_VERSION_BUILD) DRV_KERN

drivers/net/ethernet/intel/i40evf/i40evf_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ char i40evf_driver_name[] = "i40evf";
3636
static const char i40evf_driver_string[] =
3737
"Intel(R) XL710 X710 Virtual Function Network Driver";
3838

39-
#define DRV_VERSION "0.9.35"
39+
#define DRV_VERSION "0.9.36"
4040
const char i40evf_driver_version[] = DRV_VERSION;
4141
static const char i40evf_copyright[] =
4242
"Copyright (c) 2013 - 2014 Intel Corporation.";

0 commit comments

Comments
 (0)