Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jul 2018 10:12:53 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r336451 - in head/sys/dev/mlx5: . mlx5_core mlx5_en
Message-ID:  <201807181012.w6IACrib086913@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hselasky
Date: Wed Jul 18 10:12:53 2018
New Revision: 336451
URL: https://svnweb.freebsd.org/changeset/base/336451

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

Modified:
  head/sys/dev/mlx5/cq.h
  head/sys/dev/mlx5/doorbell.h
  head/sys/dev/mlx5/mlx5_core/mlx5_core.h
  head/sys/dev/mlx5/mlx5_core/mlx5_cq.c
  head/sys/dev/mlx5/mlx5_core/mlx5_fw.c
  head/sys/dev/mlx5/mlx5_core/mlx5_health.c
  head/sys/dev/mlx5/mlx5_core/mlx5_mad.c
  head/sys/dev/mlx5/mlx5_core/mlx5_mcg.c
  head/sys/dev/mlx5/mlx5_core/mlx5_mr.c
  head/sys/dev/mlx5/mlx5_core/mlx5_pd.c
  head/sys/dev/mlx5/mlx5_core/mlx5_port.c
  head/sys/dev/mlx5/mlx5_core/mlx5_qp.c
  head/sys/dev/mlx5/mlx5_core/mlx5_srq.c
  head/sys/dev/mlx5/mlx5_core/mlx5_uar.c
  head/sys/dev/mlx5/mlx5_core/mlx5_wq.c
  head/sys/dev/mlx5/mlx5_core/wq.h
  head/sys/dev/mlx5/mlx5_en/mlx5_en_main.c
  head/sys/dev/mlx5/mlx5_rdma_if.h
  head/sys/dev/mlx5/qp.h
  head/sys/dev/mlx5/srq.h

Modified: head/sys/dev/mlx5/cq.h
==============================================================================
--- head/sys/dev/mlx5/cq.h	Wed Jul 18 10:03:30 2018	(r336450)
+++ head/sys/dev/mlx5/cq.h	Wed Jul 18 10:12:53 2018	(r336451)
@@ -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: head/sys/dev/mlx5/doorbell.h
==============================================================================
--- head/sys/dev/mlx5/doorbell.h	Wed Jul 18 10:03:30 2018	(r336450)
+++ head/sys/dev/mlx5/doorbell.h	Wed Jul 18 10:12:53 2018	(r336451)
@@ -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: head/sys/dev/mlx5/mlx5_core/mlx5_core.h
==============================================================================
--- head/sys/dev/mlx5/mlx5_core/mlx5_core.h	Wed Jul 18 10:03:30 2018	(r336450)
+++ head/sys/dev/mlx5/mlx5_core/mlx5_core.h	Wed Jul 18 10:12:53 2018	(r336451)
@@ -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: head/sys/dev/mlx5/mlx5_core/mlx5_cq.c
==============================================================================
--- head/sys/dev/mlx5/mlx5_core/mlx5_cq.c	Wed Jul 18 10:03:30 2018	(r336450)
+++ head/sys/dev/mlx5/mlx5_core/mlx5_cq.c	Wed Jul 18 10:12:53 2018	(r336451)
@@ -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: head/sys/dev/mlx5/mlx5_core/mlx5_fw.c
==============================================================================
--- head/sys/dev/mlx5/mlx5_core/mlx5_fw.c	Wed Jul 18 10:03:30 2018	(r336450)
+++ head/sys/dev/mlx5/mlx5_core/mlx5_fw.c	Wed Jul 18 10:12:53 2018	(r336451)
@@ -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: head/sys/dev/mlx5/mlx5_core/mlx5_health.c
==============================================================================
--- head/sys/dev/mlx5/mlx5_core/mlx5_health.c	Wed Jul 18 10:03:30 2018	(r336450)
+++ head/sys/dev/mlx5/mlx5_core/mlx5_health.c	Wed Jul 18 10:12:53 2018	(r336451)
@@ -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: head/sys/dev/mlx5/mlx5_core/mlx5_mad.c
==============================================================================
--- head/sys/dev/mlx5/mlx5_core/mlx5_mad.c	Wed Jul 18 10:03:30 2018	(r336450)
+++ head/sys/dev/mlx5/mlx5_core/mlx5_mad.c	Wed Jul 18 10:12:53 2018	(r336451)
@@ -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: head/sys/dev/mlx5/mlx5_core/mlx5_mcg.c
==============================================================================
--- head/sys/dev/mlx5/mlx5_core/mlx5_mcg.c	Wed Jul 18 10:03:30 2018	(r336450)
+++ head/sys/dev/mlx5/mlx5_core/mlx5_mcg.c	Wed Jul 18 10:12:53 2018	(r336451)
@@ -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: head/sys/dev/mlx5/mlx5_core/mlx5_mr.c
==============================================================================
--- head/sys/dev/mlx5/mlx5_core/mlx5_mr.c	Wed Jul 18 10:03:30 2018	(r336450)
+++ head/sys/dev/mlx5/mlx5_core/mlx5_mr.c	Wed Jul 18 10:12:53 2018	(r336451)
@@ -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: head/sys/dev/mlx5/mlx5_core/mlx5_pd.c
==============================================================================
--- head/sys/dev/mlx5/mlx5_core/mlx5_pd.c	Wed Jul 18 10:03:30 2018	(r336450)
+++ head/sys/dev/mlx5/mlx5_core/mlx5_pd.c	Wed Jul 18 10:12:53 2018	(r336451)
@@ -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: head/sys/dev/mlx5/mlx5_core/mlx5_port.c
==============================================================================
--- head/sys/dev/mlx5/mlx5_core/mlx5_port.c	Wed Jul 18 10:03:30 2018	(r336450)
+++ head/sys/dev/mlx5/mlx5_core/mlx5_port.c	Wed Jul 18 10:12:53 2018	(r336451)
@@ -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: head/sys/dev/mlx5/mlx5_core/mlx5_qp.c
==============================================================================
--- head/sys/dev/mlx5/mlx5_core/mlx5_qp.c	Wed Jul 18 10:03:30 2018	(r336450)
+++ head/sys/dev/mlx5/mlx5_core/mlx5_qp.c	Wed Jul 18 10:12:53 2018	(r336451)
@@ -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: head/sys/dev/mlx5/mlx5_core/mlx5_srq.c
==============================================================================
--- head/sys/dev/mlx5/mlx5_core/mlx5_srq.c	Wed Jul 18 10:03:30 2018	(r336450)
+++ head/sys/dev/mlx5/mlx5_core/mlx5_srq.c	Wed Jul 18 10:12:53 2018	(r336451)
@@ -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: head/sys/dev/mlx5/mlx5_core/mlx5_uar.c
==============================================================================
--- head/sys/dev/mlx5/mlx5_core/mlx5_uar.c	Wed Jul 18 10:03:30 2018	(r336450)
+++ head/sys/dev/mlx5/mlx5_core/mlx5_uar.c	Wed Jul 18 10:12:53 2018	(r336451)
@@ -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: head/sys/dev/mlx5/mlx5_core/mlx5_wq.c
==============================================================================
--- head/sys/dev/mlx5/mlx5_core/mlx5_wq.c	Wed Jul 18 10:03:30 2018	(r336450)
+++ head/sys/dev/mlx5/mlx5_core/mlx5_wq.c	Wed Jul 18 10:12:53 2018	(r336451)
@@ -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: head/sys/dev/mlx5/mlx5_core/wq.h
==============================================================================
--- head/sys/dev/mlx5/mlx5_core/wq.h	Wed Jul 18 10:03:30 2018	(r336450)
+++ head/sys/dev/mlx5/mlx5_core/wq.h	Wed Jul 18 10:12:53 2018	(r336451)
@@ -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: head/sys/dev/mlx5/mlx5_en/mlx5_en_main.c
==============================================================================
--- head/sys/dev/mlx5/mlx5_en/mlx5_en_main.c	Wed Jul 18 10:03:30 2018	(r336450)
+++ head/sys/dev/mlx5/mlx5_en/mlx5_en_main.c	Wed Jul 18 10:12:53 2018	(r336451)
@@ -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: head/sys/dev/mlx5/mlx5_rdma_if.h
==============================================================================
--- head/sys/dev/mlx5/mlx5_rdma_if.h	Wed Jul 18 10:03:30 2018	(r336450)
+++ head/sys/dev/mlx5/mlx5_rdma_if.h	Wed Jul 18 10:12:53 2018	(r336451)
@@ -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: head/sys/dev/mlx5/qp.h
==============================================================================
--- head/sys/dev/mlx5/qp.h	Wed Jul 18 10:03:30 2018	(r336450)
+++ head/sys/dev/mlx5/qp.h	Wed Jul 18 10:12:53 2018	(r336451)
@@ -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: head/sys/dev/mlx5/srq.h
==============================================================================
--- head/sys/dev/mlx5/srq.h	Wed Jul 18 10:03:30 2018	(r336450)
+++ head/sys/dev/mlx5/srq.h	Wed Jul 18 10:12:53 2018	(r336451)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807181012.w6IACrib086913>