forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/scsi/qedf/qedf_version.h
....@@ -1,15 +1,12 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * QLogic FCoE Offload Driver
34 * Copyright (c) 2016-2018 Cavium Inc.
4
- *
5
- * This software is available under the terms of the GNU General Public License
6
- * (GPL) Version 2, available from the file COPYING in the main directory of
7
- * this source tree.
85 */
96
10
-#define QEDF_VERSION "8.33.16.20"
7
+#define QEDF_VERSION "8.42.3.0"
118 #define QEDF_DRIVER_MAJOR_VER 8
12
-#define QEDF_DRIVER_MINOR_VER 33
13
-#define QEDF_DRIVER_REV_VER 16
14
-#define QEDF_DRIVER_ENG_VER 20
9
+#define QEDF_DRIVER_MINOR_VER 42
10
+#define QEDF_DRIVER_REV_VER 3
11
+#define QEDF_DRIVER_ENG_VER 0
1512