Author: slavash
Date: Mon Apr 30 08:51:04 2018
New Revision: 333107
URL: https://svnweb.freebsd.org/changeset/base/333107

Log:
  MFC r332003:
  Bump driver version number in mlx5en(4).
  
  Approved by:    hselasky (mentor), kib (mentor)
  Sponsored by: Mellanox Technologies

Modified:
  stable/11/sys/dev/mlx5/mlx5_en/mlx5_en_main.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/dev/mlx5/mlx5_en/mlx5_en_main.c
==============================================================================
--- stable/11/sys/dev/mlx5/mlx5_en/mlx5_en_main.c       Mon Apr 30 08:39:23 
2018        (r333106)
+++ stable/11/sys/dev/mlx5/mlx5_en/mlx5_en_main.c       Mon Apr 30 08:51:04 
2018        (r333107)
@@ -30,7 +30,9 @@
 #include <sys/sockio.h>
 #include <machine/atomic.h>
 
-#define        ETH_DRIVER_VERSION      "3.1.0-dev"
+#ifndef ETH_DRIVER_VERSION
+#define        ETH_DRIVER_VERSION      "3.4.1"
+#endif
 char mlx5e_version[] = "Mellanox Ethernet driver"
     " (" ETH_DRIVER_VERSION ")";
 
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to