svn commit: r337115 - in stable/11/sys/dev/mlx5: . mlx5_core mlx5_en

Hans Petter Selasky hselasky at FreeBSD.org
Thu Aug 2 08:56:32 UTC 2018


Author: hselasky
Date: Thu Aug  2 08:56:27 2018
New Revision: 337115
URL: https://svnweb.freebsd.org/changeset/base/337115

Log:
  MFC r336451:
  Update version information for the mlx5 and mlx5en(4) modules.
  
  While at it bump some copyright dates.
  
  Sponsored by:		Mellanox Technologies

Modified:
  stable/11/sys/dev/mlx5/cq.h
  stable/11/sys/dev/mlx5/doorbell.h
  stable/11/sys/dev/mlx5/mlx5_core/mlx5_core.h
  stable/11/sys/dev/mlx5/mlx5_core/mlx5_cq.c
  stable/11/sys/dev/mlx5/mlx5_core/mlx5_fw.c
  stable/11/sys/dev/mlx5/mlx5_core/mlx5_health.c
  stable/11/sys/dev/mlx5/mlx5_core/mlx5_mad.c
  stable/11/sys/dev/mlx5/mlx5_core/mlx5_mcg.c
  stable/11/sys/dev/mlx5/mlx5_core/mlx5_mr.c
  stable/11/sys/dev/mlx5/mlx5_core/mlx5_pd.c
  stable/11/sys/dev/mlx5/mlx5_core/mlx5_port.c
  stable/11/sys/dev/mlx5/mlx5_core/mlx5_qp.c
  stable/11/sys/dev/mlx5/mlx5_core/mlx5_srq.c
  stable/11/sys/dev/mlx5/mlx5_core/mlx5_uar.c
  stable/11/sys/dev/mlx5/mlx5_core/mlx5_wq.c
  stable/11/sys/dev/mlx5/mlx5_core/wq.h
  stable/11/sys/dev/mlx5/mlx5_en/mlx5_en_main.c
  stable/11/sys/dev/mlx5/mlx5_rdma_if.h
  stable/11/sys/dev/mlx5/qp.h
  stable/11/sys/dev/mlx5/srq.h
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/dev/mlx5/cq.h
==============================================================================
--- stable/11/sys/dev/mlx5/cq.h	Thu Aug  2 08:55:19 2018	(r337114)
+++ stable/11/sys/dev/mlx5/cq.h	Thu Aug  2 08:56:27 2018	(r337115)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2013-2015, Mellanox Technologies, Ltd.  All rights reserved.
+ * Copyright (c) 2013-2017, Mellanox Technologies, Ltd.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/11/sys/dev/mlx5/doorbell.h
==============================================================================
--- stable/11/sys/dev/mlx5/doorbell.h	Thu Aug  2 08:55:19 2018	(r337114)
+++ stable/11/sys/dev/mlx5/doorbell.h	Thu Aug  2 08:56:27 2018	(r337115)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2013-2015, Mellanox Technologies, Ltd.  All rights reserved.
+ * Copyright (c) 2013-2017, Mellanox Technologies, Ltd.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/11/sys/dev/mlx5/mlx5_core/mlx5_core.h
==============================================================================
--- stable/11/sys/dev/mlx5/mlx5_core/mlx5_core.h	Thu Aug  2 08:55:19 2018	(r337114)
+++ stable/11/sys/dev/mlx5/mlx5_core/mlx5_core.h	Thu Aug  2 08:56:27 2018	(r337115)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2013-2015, Mellanox Technologies, Ltd.  All rights reserved.
+ * Copyright (c) 2013-2017, Mellanox Technologies, Ltd.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -34,9 +34,9 @@
 
 #define DRIVER_NAME "mlx5_core"
 #ifndef DRIVER_VERSION
-#define DRIVER_VERSION "3.4.1"
+#define DRIVER_VERSION "3.4.2"
 #endif
-#define DRIVER_RELDATE "February 2018"
+#define DRIVER_RELDATE "July 2018"
 
 extern int mlx5_core_debug_mask;
 

Modified: stable/11/sys/dev/mlx5/mlx5_core/mlx5_cq.c
==============================================================================
--- stable/11/sys/dev/mlx5/mlx5_core/mlx5_cq.c	Thu Aug  2 08:55:19 2018	(r337114)
+++ stable/11/sys/dev/mlx5/mlx5_core/mlx5_cq.c	Thu Aug  2 08:56:27 2018	(r337115)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2013-2015, Mellanox Technologies, Ltd.  All rights reserved.
+ * Copyright (c) 2013-2017, Mellanox Technologies, Ltd.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/11/sys/dev/mlx5/mlx5_core/mlx5_fw.c
==============================================================================
--- stable/11/sys/dev/mlx5/mlx5_core/mlx5_fw.c	Thu Aug  2 08:55:19 2018	(r337114)
+++ stable/11/sys/dev/mlx5/mlx5_core/mlx5_fw.c	Thu Aug  2 08:56:27 2018	(r337115)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2013-2015, Mellanox Technologies, Ltd.  All rights reserved.
+ * Copyright (c) 2013-2017, Mellanox Technologies, Ltd.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/11/sys/dev/mlx5/mlx5_core/mlx5_health.c
==============================================================================
--- stable/11/sys/dev/mlx5/mlx5_core/mlx5_health.c	Thu Aug  2 08:55:19 2018	(r337114)
+++ stable/11/sys/dev/mlx5/mlx5_core/mlx5_health.c	Thu Aug  2 08:56:27 2018	(r337115)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2013-2015, Mellanox Technologies, Ltd.  All rights reserved.
+ * Copyright (c) 2013-2017, Mellanox Technologies, Ltd.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/11/sys/dev/mlx5/mlx5_core/mlx5_mad.c
==============================================================================
--- stable/11/sys/dev/mlx5/mlx5_core/mlx5_mad.c	Thu Aug  2 08:55:19 2018	(r337114)
+++ stable/11/sys/dev/mlx5/mlx5_core/mlx5_mad.c	Thu Aug  2 08:56:27 2018	(r337115)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2013-2015, Mellanox Technologies, Ltd.  All rights reserved.
+ * Copyright (c) 2013-2017, Mellanox Technologies, Ltd.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/11/sys/dev/mlx5/mlx5_core/mlx5_mcg.c
==============================================================================
--- stable/11/sys/dev/mlx5/mlx5_core/mlx5_mcg.c	Thu Aug  2 08:55:19 2018	(r337114)
+++ stable/11/sys/dev/mlx5/mlx5_core/mlx5_mcg.c	Thu Aug  2 08:56:27 2018	(r337115)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2013-2015, Mellanox Technologies, Ltd.  All rights reserved.
+ * Copyright (c) 2013-2017, Mellanox Technologies, Ltd.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/11/sys/dev/mlx5/mlx5_core/mlx5_mr.c
==============================================================================
--- stable/11/sys/dev/mlx5/mlx5_core/mlx5_mr.c	Thu Aug  2 08:55:19 2018	(r337114)
+++ stable/11/sys/dev/mlx5/mlx5_core/mlx5_mr.c	Thu Aug  2 08:56:27 2018	(r337115)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2013-2015, Mellanox Technologies, Ltd.  All rights reserved.
+ * Copyright (c) 2013-2017, Mellanox Technologies, Ltd.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/11/sys/dev/mlx5/mlx5_core/mlx5_pd.c
==============================================================================
--- stable/11/sys/dev/mlx5/mlx5_core/mlx5_pd.c	Thu Aug  2 08:55:19 2018	(r337114)
+++ stable/11/sys/dev/mlx5/mlx5_core/mlx5_pd.c	Thu Aug  2 08:56:27 2018	(r337115)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2013-2015, Mellanox Technologies, Ltd.  All rights reserved.
+ * Copyright (c) 2013-2017, Mellanox Technologies, Ltd.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/11/sys/dev/mlx5/mlx5_core/mlx5_port.c
==============================================================================
--- stable/11/sys/dev/mlx5/mlx5_core/mlx5_port.c	Thu Aug  2 08:55:19 2018	(r337114)
+++ stable/11/sys/dev/mlx5/mlx5_core/mlx5_port.c	Thu Aug  2 08:56:27 2018	(r337115)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2013-2015, Mellanox Technologies, Ltd.  All rights reserved.
+ * Copyright (c) 2013-2017, Mellanox Technologies, Ltd.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/11/sys/dev/mlx5/mlx5_core/mlx5_qp.c
==============================================================================
--- stable/11/sys/dev/mlx5/mlx5_core/mlx5_qp.c	Thu Aug  2 08:55:19 2018	(r337114)
+++ stable/11/sys/dev/mlx5/mlx5_core/mlx5_qp.c	Thu Aug  2 08:56:27 2018	(r337115)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2013-2015, Mellanox Technologies, Ltd.  All rights reserved.
+ * Copyright (c) 2013-2017, Mellanox Technologies, Ltd.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/11/sys/dev/mlx5/mlx5_core/mlx5_srq.c
==============================================================================
--- stable/11/sys/dev/mlx5/mlx5_core/mlx5_srq.c	Thu Aug  2 08:55:19 2018	(r337114)
+++ stable/11/sys/dev/mlx5/mlx5_core/mlx5_srq.c	Thu Aug  2 08:56:27 2018	(r337115)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2013-2015, Mellanox Technologies, Ltd.  All rights reserved.
+ * Copyright (c) 2013-2017, Mellanox Technologies, Ltd.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/11/sys/dev/mlx5/mlx5_core/mlx5_uar.c
==============================================================================
--- stable/11/sys/dev/mlx5/mlx5_core/mlx5_uar.c	Thu Aug  2 08:55:19 2018	(r337114)
+++ stable/11/sys/dev/mlx5/mlx5_core/mlx5_uar.c	Thu Aug  2 08:56:27 2018	(r337115)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2013-2015, Mellanox Technologies, Ltd.  All rights reserved.
+ * Copyright (c) 2013-2017, Mellanox Technologies, Ltd.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/11/sys/dev/mlx5/mlx5_core/mlx5_wq.c
==============================================================================
--- stable/11/sys/dev/mlx5/mlx5_core/mlx5_wq.c	Thu Aug  2 08:55:19 2018	(r337114)
+++ stable/11/sys/dev/mlx5/mlx5_core/mlx5_wq.c	Thu Aug  2 08:56:27 2018	(r337115)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2013-2015, Mellanox Technologies, Ltd.  All rights reserved.
+ * Copyright (c) 2013-2017, Mellanox Technologies, Ltd.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/11/sys/dev/mlx5/mlx5_core/wq.h
==============================================================================
--- stable/11/sys/dev/mlx5/mlx5_core/wq.h	Thu Aug  2 08:55:19 2018	(r337114)
+++ stable/11/sys/dev/mlx5/mlx5_core/wq.h	Thu Aug  2 08:56:27 2018	(r337115)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2013-2015, Mellanox Technologies, Ltd.  All rights reserved.
+ * Copyright (c) 2013-2017, Mellanox Technologies, Ltd.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/11/sys/dev/mlx5/mlx5_en/mlx5_en_main.c
==============================================================================
--- stable/11/sys/dev/mlx5/mlx5_en/mlx5_en_main.c	Thu Aug  2 08:55:19 2018	(r337114)
+++ stable/11/sys/dev/mlx5/mlx5_en/mlx5_en_main.c	Thu Aug  2 08:56:27 2018	(r337115)
@@ -31,7 +31,7 @@
 #include <machine/atomic.h>
 
 #ifndef ETH_DRIVER_VERSION
-#define	ETH_DRIVER_VERSION	"3.4.1"
+#define	ETH_DRIVER_VERSION	"3.4.2"
 #endif
 
 char mlx5e_version[] = "Mellanox Ethernet driver"

Modified: stable/11/sys/dev/mlx5/mlx5_rdma_if.h
==============================================================================
--- stable/11/sys/dev/mlx5/mlx5_rdma_if.h	Thu Aug  2 08:55:19 2018	(r337114)
+++ stable/11/sys/dev/mlx5/mlx5_rdma_if.h	Thu Aug  2 08:56:27 2018	(r337115)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2013-2015, Mellanox Technologies, Ltd.  All rights reserved.
+ * Copyright (c) 2013-2017, Mellanox Technologies, Ltd.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/11/sys/dev/mlx5/qp.h
==============================================================================
--- stable/11/sys/dev/mlx5/qp.h	Thu Aug  2 08:55:19 2018	(r337114)
+++ stable/11/sys/dev/mlx5/qp.h	Thu Aug  2 08:56:27 2018	(r337115)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2013-2015, Mellanox Technologies, Ltd.  All rights reserved.
+ * Copyright (c) 2013-2017, Mellanox Technologies, Ltd.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: stable/11/sys/dev/mlx5/srq.h
==============================================================================
--- stable/11/sys/dev/mlx5/srq.h	Thu Aug  2 08:55:19 2018	(r337114)
+++ stable/11/sys/dev/mlx5/srq.h	Thu Aug  2 08:56:27 2018	(r337115)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2013-2015, Mellanox Technologies, Ltd.  All rights reserved.
+ * Copyright (c) 2013-2017, Mellanox Technologies, Ltd.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions


More information about the svn-src-all mailing list