svn commit: r331919 - stable/11/sys/dev/mlx5/mlx5_core
Hans Petter Selasky
hselasky at FreeBSD.org
Tue Apr 3 09:33:24 UTC 2018
Author: hselasky
Date: Tue Apr 3 09:33:23 2018
New Revision: 331919
URL: https://svnweb.freebsd.org/changeset/base/331919
Log:
MFC r331826:
Bump mlx5core driver version.
Sponsored by: Mellanox Technologies
Modified:
stable/11/sys/dev/mlx5/mlx5_core/mlx5_core.h
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/dev/mlx5/mlx5_core/mlx5_core.h
==============================================================================
--- stable/11/sys/dev/mlx5/mlx5_core/mlx5_core.h Tue Apr 3 09:31:30 2018 (r331918)
+++ stable/11/sys/dev/mlx5/mlx5_core/mlx5_core.h Tue Apr 3 09:33:23 2018 (r331919)
@@ -33,8 +33,10 @@
#include <linux/sched.h>
#define DRIVER_NAME "mlx5_core"
-#define DRIVER_VERSION "1.23.0 (03 Mar 2015)"
-#define DRIVER_RELDATE "03 Mar 2015"
+#ifndef DRIVER_VERSION
+#define DRIVER_VERSION "3.4.1"
+#endif
+#define DRIVER_RELDATE "February 2018"
extern int mlx5_core_debug_mask;
More information about the svn-src-stable-11
mailing list