[PATCH] update links to drivers features matrices

Thomas Monjalon thomas at monjalon.net
Wed Jan 5 19:18:40 CET 2022


The baseband drivers have a features matrix since DPDK 20.05.

The networking drivers have multiple matrices since DPDK 21.05.

Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
---
 content/supported/baseband/_index.md | 5 +++++
 content/supported/nics/_index.md     | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/content/supported/baseband/_index.md b/content/supported/baseband/_index.md
index 458993a..47ff9b1 100644
--- a/content/supported/baseband/_index.md
+++ b/content/supported/baseband/_index.md
@@ -3,4 +3,9 @@ title = "Baseband Accelerators"
 weight = 5
 +++
 
+{{% notice info %}}
+Features supported by the drivers can be checked in the
+[baseband drivers matrix](//doc.dpdk.org/guides/bbdevs/overview.html).
+{{% /notice %}}
+
 {{% children style="card" showhidden="true" sort="name" description="true" %}}
diff --git a/content/supported/nics/_index.md b/content/supported/nics/_index.md
index 8d3e818..3aa9d57 100644
--- a/content/supported/nics/_index.md
+++ b/content/supported/nics/_index.md
@@ -5,7 +5,7 @@ weight = 3
 
 {{% notice info %}}
 Features supported by the drivers can be checked in the
-[networking drivers matrix](//doc.dpdk.org/guides/nics/overview.html#id1).
+[networking drivers matrices](//doc.dpdk.org/guides/nics/overview.html).
 {{% /notice %}}
 
 {{% children style="card" showhidden="true" sort="name" description="true" %}}
-- 
2.34.1



More information about the web mailing list