add notice about Mellanox acquired by NVIDIA

Message ID 20221109222200.639014-1-thomas@monjalon.net (mailing list archive)
State Accepted
Headers
Series add notice about Mellanox acquired by NVIDIA |

Commit Message

Thomas Monjalon Nov. 9, 2022, 10:22 p.m. UTC
  The hardware should be referenced as NVIDIA trademark now.
This notice will be removed after some time.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
 content/supported/compress/mellanox.md | 7 +++++++
 content/supported/cryptos/mellanox.md  | 7 +++++++
 content/supported/nics/mellanox.md     | 7 +++++++
 3 files changed, 21 insertions(+)
  

Comments

Thomas Monjalon Nov. 27, 2022, 5:10 p.m. UTC | #1
09/11/2022 23:22, Thomas Monjalon:
> The hardware should be referenced as NVIDIA trademark now.
> This notice will be removed after some time.
> 
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> ---
> +{{% notice info %}}
> +NVIDIA acquired Mellanox Technologies in 2020.
> +The DPDK documentation and code might still include instances
> +of or references to Mellanox trademarks (like BlueField and ConnectX)
> +that are now NVIDIA trademarks.
> +{{% /notice %}}

Applied
  

Patch

diff --git a/content/supported/compress/mellanox.md b/content/supported/compress/mellanox.md
index 42b96f6..bc92e8c 100644
--- a/content/supported/compress/mellanox.md
+++ b/content/supported/compress/mellanox.md
@@ -4,4 +4,11 @@  description = "mlx5"
 hidden = true
 +++
 
+{{% notice info %}}
+NVIDIA acquired Mellanox Technologies in 2020.
+The DPDK documentation and code might still include instances
+of or references to Mellanox trademarks (like BlueField and ConnectX)
+that are now NVIDIA trademarks.
+{{% /notice %}}
+
 - [mlx5 compress](//doc.dpdk.org/guides/compressdevs/mlx5.html) (BlueField-2)
diff --git a/content/supported/cryptos/mellanox.md b/content/supported/cryptos/mellanox.md
index e1774f6..710857d 100644
--- a/content/supported/cryptos/mellanox.md
+++ b/content/supported/cryptos/mellanox.md
@@ -4,4 +4,11 @@  description = "mlx5"
 hidden = true
 +++
 
+{{% notice info %}}
+NVIDIA acquired Mellanox Technologies in 2020.
+The DPDK documentation and code might still include instances
+of or references to Mellanox trademarks (like BlueField and ConnectX)
+that are now NVIDIA trademarks.
+{{% /notice %}}
+
 - [mlx5 crypto](//doc.dpdk.org/guides/cryptodevs/mlx5.html) (ConnectX-6, ConnectX-6 Dx, BlueField-2)
diff --git a/content/supported/nics/mellanox.md b/content/supported/nics/mellanox.md
index 1c5ea03..17b34ae 100644
--- a/content/supported/nics/mellanox.md
+++ b/content/supported/nics/mellanox.md
@@ -4,5 +4,12 @@  description = "mlx4, mlx5"
 hidden = true
 +++
 
+{{% notice info %}}
+NVIDIA acquired Mellanox Technologies in 2020.
+The DPDK documentation and code might still include instances
+of or references to Mellanox trademarks (like BlueField and ConnectX)
+that are now NVIDIA trademarks.
+{{% /notice %}}
+
 - [mlx4](//doc.dpdk.org/guides/nics/mlx4.html) (ConnectX-3, ConnectX-3 Pro)
 - [mlx5](//doc.dpdk.org/guides/nics/mlx5.html) (ConnectX-4, ConnectX-4 Lx, ConnectX-5, ConnectX-6, ConnectX-6 Dx, ConnectX-6 Lx, ConnectX-7, Bluefield, Bluefield-2)