[dpdk-web] [PATCH 4/7] move software NICs in NICs

Thomas Monjalon thomas at monjalon.net
Mon Dec 16 01:40:19 CET 2019


The group of software PMDs belongs to the NIC category.
This move prepares adding more categories.

Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
---
 content/supported/nics/_index.md            | 2 +-
 content/supported/{others.md => nics/sw.md} | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)
 rename content/supported/{others.md => nics/sw.md} (92%)

diff --git a/content/supported/nics/_index.md b/content/supported/nics/_index.md
index d4d49bd..d9a1bde 100644
--- a/content/supported/nics/_index.md
+++ b/content/supported/nics/_index.md
@@ -1,4 +1,4 @@
 +++
-title = "Hardware NICs"
+title = "NICs"
 hidden = true
 +++
diff --git a/content/supported/others.md b/content/supported/nics/sw.md
similarity index 92%
rename from content/supported/others.md
rename to content/supported/nics/sw.md
index 714c256..137a15f 100644
--- a/content/supported/others.md
+++ b/content/supported/nics/sw.md
@@ -1,6 +1,7 @@
 +++
-title = "Software NICs"
+title = "{ Software NICs }"
 description = "af_packet, af_xdp, tap, pcap, ring, memif"
+hidden = true
 +++
 
 - [af_packet](//doc.dpdk.org/guides/nics/af_packet.html) (Linux AF_PACKET socket)
-- 
2.24.0



More information about the web mailing list