Commit d4ee5289 authored by Yuval Mintz's avatar Yuval Mintz Committed by David S. Miller

qed,qede: Bump driver versions to 8.7.0.0

Signed-off-by: default avatarYuval Mintz <Yuval.Mintz@qlogic.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 94494598
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#include "qed_hsi.h" #include "qed_hsi.h"
extern const struct qed_common_ops qed_common_ops_pass; extern const struct qed_common_ops qed_common_ops_pass;
#define DRV_MODULE_VERSION "8.4.0.0" #define DRV_MODULE_VERSION "8.7.0.0"
#define MAX_HWFNS_PER_DEVICE (4) #define MAX_HWFNS_PER_DEVICE (4)
#define NAME_SIZE 16 #define NAME_SIZE 16
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include <linux/qed/qed_eth_if.h> #include <linux/qed/qed_eth_if.h>
#define QEDE_MAJOR_VERSION 8 #define QEDE_MAJOR_VERSION 8
#define QEDE_MINOR_VERSION 4 #define QEDE_MINOR_VERSION 7
#define QEDE_REVISION_VERSION 0 #define QEDE_REVISION_VERSION 0
#define QEDE_ENGINEERING_VERSION 0 #define QEDE_ENGINEERING_VERSION 0
#define DRV_MODULE_VERSION __stringify(QEDE_MAJOR_VERSION) "." \ #define DRV_MODULE_VERSION __stringify(QEDE_MAJOR_VERSION) "." \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment