update links to drivers features matrices

Message ID 20220105181840.105285-1-thomas@monjalon.net (mailing list archive)
State Accepted
Headers
Series update links to drivers features matrices |

Commit Message

Thomas Monjalon Jan. 5, 2022, 6:18 p.m. UTC
  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@monjalon.net>
---
 content/supported/baseband/_index.md | 5 +++++
 content/supported/nics/_index.md     | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)
  

Patch

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" %}}