Skip to content

Commit d3866a0

Browse files
stangedasJeff Kirsher
authored andcommitted
i40e/i40evf: Version bump
Bump i40e to 1.2.11 and i40evf to 1.2.5 Change-ID: Ie13375941606b0a027e5b5dbc235f5f5f03b75c8 Signed-off-by: Sravanthi Tangeda <[email protected]> Tested-by: Jim Young <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
1 parent 9466699 commit d3866a0

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 1
4141
#define DRV_VERSION_MINOR 2
42-
#define DRV_VERSION_BUILD 10
42+
#define DRV_VERSION_BUILD 11
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 "1.2.4"
39+
#define DRV_VERSION "1.2.5"
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)