update links to drivers features matrices
Commit Message
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(-)
@@ -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" %}}
@@ -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" %}}