Skip to content

Commit bf41846

Browse files
Catherine SullivanJeff Kirsher
authored andcommitted
i40e/i40evf: Bump i40e to 1.3.9 and i40evf to 1.3.5
Bump version and update the copyright year for i40evf. Change-ID: Iddb81b9dba09f0dc57ab54937b5821ecdd721ff6 Signed-off-by: Catherine Sullivan <[email protected]> Tested-by: Andrew Bowers <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
1 parent 9fffa3f commit bf41846

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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 3
42-
#define DRV_VERSION_BUILD 6
42+
#define DRV_VERSION_BUILD 9
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ char i40evf_driver_name[] = "i40evf";
3434
static const char i40evf_driver_string[] =
3535
"Intel(R) XL710/X710 Virtual Function Network Driver";
3636

37-
#define DRV_VERSION "1.3.2"
37+
#define DRV_VERSION "1.3.5"
3838
const char i40evf_driver_version[] = DRV_VERSION;
3939
static const char i40evf_copyright[] =
40-
"Copyright (c) 2013 - 2014 Intel Corporation.";
40+
"Copyright (c) 2013 - 2015 Intel Corporation.";
4141

4242
/* i40evf_pci_tbl - PCI Device ID Table
4343
*

0 commit comments

Comments
 (0)