Skip to content

Commit 739e6b4

Browse files
jacob-kellerJeff Kirsher
authored andcommitted
fm10k: update driver version to match out-of-tree
An upcoming out-of-tree release will be occurring which will include the recent functionality to support virtual function statistics. Update the kernel driver version to match this. Signed-off-by: Jacob Keller <[email protected]> Tested-by: Andrew Bowers <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
1 parent 780e354 commit 739e6b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/intel/fm10k/fm10k_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
#include "fm10k.h"
1313

14-
#define DRV_VERSION "0.26.1-k"
14+
#define DRV_VERSION "0.27.1-k"
1515
#define DRV_SUMMARY "Intel(R) Ethernet Switch Host Interface Driver"
1616
const char fm10k_driver_version[] = DRV_VERSION;
1717
char fm10k_driver_name[] = "fm10k";

0 commit comments

Comments
 (0)