[dpdk-web] [PATCH v1] add baseband devices category to support hw
Nicolas Chautru
nicolas.chautru at intel.com
Thu Feb 27 05:47:03 CET 2020
Signed-off-by: Nicolas Chautru <nicolas.chautru at intel.com>
---
content/supported/_index.md | 5 +++++
content/supported/bbs/_index.md | 11 +++++++++++
content/supported/bbs/intel.md | 8 ++++++++
content/supported/bbs/sw.md | 7 +++++++
4 files changed, 31 insertions(+)
create mode 100644 content/supported/bbs/_index.md
create mode 100644 content/supported/bbs/intel.md
create mode 100644 content/supported/bbs/sw.md
diff --git a/content/supported/_index.md b/content/supported/_index.md
index b68a5c6..5d05783 100644
--- a/content/supported/_index.md
+++ b/content/supported/_index.md
@@ -14,3 +14,8 @@ weight = "6"
## Crypto Engines
{{% children style="card" page="supported/cryptos" showhidden="true" sort="name" description="true" %}}
+
+## Baseband Accelerators
+
+{{% children style="card" page="supported/bbs" showhidden="true" sort="name" description="true" %}}
+
diff --git a/content/supported/bbs/_index.md b/content/supported/bbs/_index.md
new file mode 100644
index 0000000..b455b03
--- /dev/null
+++ b/content/supported/bbs/_index.md
@@ -0,0 +1,11 @@
++++
+title = "Baseband Accelerators"
+weight = 3
++++
+
+{{% notice info %}}
+Features supported by the drivers can be checked in the
+[bbdev drivers matrices](//doc.dpdk.org/guides/bbdevs/overview.html).
+{{% /notice %}}
+
+{{% children style="card" showhidden="true" sort="name" description="true" %}}
diff --git a/content/supported/bbs/intel.md b/content/supported/bbs/intel.md
new file mode 100644
index 0000000..568e7ce
--- /dev/null
+++ b/content/supported/bbs/intel.md
@@ -0,0 +1,8 @@
++++
+title = "Intel"
+description = "fpga_lte_fec, fpga_5gnr_fec"
+hidden = true
++++
+
+- [fpga_lte_fec (VistaCreek 4G)](//doc.dpdk.org/guides/bbdevs/fpga_lte_fec.html)
+- [fpga_5gnr_fec (VistaCreek 5G)](//doc.dpdk.org/guides/bbdevs/fpga_5gnr_fec.html)
diff --git a/content/supported/bbs/sw.md b/content/supported/bbs/sw.md
new file mode 100644
index 0000000..8187edf
--- /dev/null
+++ b/content/supported/bbs/sw.md
@@ -0,0 +1,7 @@
++++
+title = "{ Software baseband processing }"
+description = "turbo_sw"
+hidden = true
++++
+
+- [turbo_sw](//doc.dpdk.org/guides/bbdevs/turbo_sw.html)
--
1.8.3.1
More information about the web
mailing list