@@ -1,6 +1,6 @@
+++
title = "Supported Hardware"
-weight = "6"
+weight = "7"
+++
## CPUs
@@ -26,3 +26,7 @@ weight = "6"
## Baseband Accelerators
{{% children style="card" page="supported/baseband" showhidden="true" sort="name" description="true" %}}
+
+## Miscellaneous
+
+{{% children style="card" page="supported/miscellaneous" showhidden="true" sort="name" description="true" %}}
new file mode 100644
@@ -0,0 +1,6 @@
++++
+title = "Miscellaneous"
+weight = 7
++++
+
+{{% children style="card" showhidden="true" sort="name" description="true" %}}
new file mode 100644
@@ -0,0 +1,8 @@
++++
+title = "Intel"
+description = "ifpga, ntb"
+hidden = true
++++
+
+- [ifpga](//doc.dpdk.org/guides/rawdevs/ifpga.html)
+- [ntb](//doc.dpdk.org/guides/rawdevs/ntb.html)
new file mode 100644
@@ -0,0 +1,8 @@
++++
+title = "Marvell"
+description = "cnxk_bphy, cnxk_gpio"
+hidden = true
++++
+
+- [cnxk_bphy](//doc.dpdk.org/guides/rawdevs/cnxk_bphy.html)
+- [cnxk_gpio](//doc.dpdk.org/guides/rawdevs/cnxk_gpio.html)
new file mode 100644
@@ -0,0 +1,7 @@
++++
+title = "NXP"
+description = "dpaa2_cmdif"
+hidden = true
++++
+
+- [dpaa2_cmdif](//doc.dpdk.org/guides/rawdevs/dpaa2_cmdif.html)
cnxk_bphy was added in DPDK 21.08. cnxk_gpio was added in DPDK 22.03. dpaa2_cmdif was added in DPDK 18.05. ifpga was added in DPDK 18.05. ntb was added in DPDK 19.08. Signed-off-by: Junfeng Guo <junfeng.guo@intel.com> --- content/supported/_index.md | 6 +++++- content/supported/miscellaneous/_index.md | 6 ++++++ content/supported/miscellaneous/intel.md | 8 ++++++++ content/supported/miscellaneous/marvell.md | 8 ++++++++ content/supported/miscellaneous/nxp.md | 7 +++++++ 5 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 content/supported/miscellaneous/_index.md create mode 100644 content/supported/miscellaneous/intel.md create mode 100644 content/supported/miscellaneous/marvell.md create mode 100644 content/supported/miscellaneous/nxp.md