Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

liquidio: bump up driver version to 1.7.2 to match newer NIC firmware

Signed-off-by: Felix Manlunas <felix.manlunas@cavium.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Felix Manlunas and committed by
David S. Miller
7d0870f6 f6047576

+1 -1
+1 -1
drivers/net/ethernet/cavium/liquidio/liquidio_common.h
··· 28 28 #define LIQUIDIO_PACKAGE "" 29 29 #define LIQUIDIO_BASE_MAJOR_VERSION 1 30 30 #define LIQUIDIO_BASE_MINOR_VERSION 7 31 - #define LIQUIDIO_BASE_MICRO_VERSION 0 31 + #define LIQUIDIO_BASE_MICRO_VERSION 2 32 32 #define LIQUIDIO_BASE_VERSION __stringify(LIQUIDIO_BASE_MAJOR_VERSION) "." \ 33 33 __stringify(LIQUIDIO_BASE_MINOR_VERSION) 34 34 #define LIQUIDIO_MICRO_VERSION "." __stringify(LIQUIDIO_BASE_MICRO_VERSION)