[2/3] doc: remove empty columns from NIC features matrix

Message ID 20200311230136.63452-3-thomas@monjalon.net (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series refresh NIC features matrix |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation fail Compilation issues

Commit Message

Thomas Monjalon March 11, 2020, 11:01 p.m. UTC
  The virtual PMDs bonding, KNI, null, ring, softnic and vdev_netvsc
have no real feature to advertise so they can be removed
from the (too) big matrix of ethdev features.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
 doc/guides/nics/features/bonding.ini     |  6 ------
 doc/guides/nics/features/kni.ini         |  7 -------
 doc/guides/nics/features/null.ini        |  6 ------
 doc/guides/nics/features/ring.ini        |  6 ------
 doc/guides/nics/features/softnic.ini     |  9 ---------
 doc/guides/nics/features/vdev_netvsc.ini | 12 ------------
 6 files changed, 46 deletions(-)
 delete mode 100644 doc/guides/nics/features/bonding.ini
 delete mode 100644 doc/guides/nics/features/kni.ini
 delete mode 100644 doc/guides/nics/features/null.ini
 delete mode 100644 doc/guides/nics/features/ring.ini
 delete mode 100644 doc/guides/nics/features/softnic.ini
 delete mode 100644 doc/guides/nics/features/vdev_netvsc.ini
  

Patch

diff --git a/doc/guides/nics/features/bonding.ini b/doc/guides/nics/features/bonding.ini
deleted file mode 100644
index c1653051e7..0000000000
--- a/doc/guides/nics/features/bonding.ini
+++ /dev/null
@@ -1,6 +0,0 @@ 
-;
-; Supported features of the 'bonding' network poll mode driver.
-;
-; Refer to default.ini for the full list of available PMD features.
-;
-[Features]
diff --git a/doc/guides/nics/features/kni.ini b/doc/guides/nics/features/kni.ini
deleted file mode 100644
index 6deb66ae2d..0000000000
--- a/doc/guides/nics/features/kni.ini
+++ /dev/null
@@ -1,7 +0,0 @@ 
-;
-; Supported features of the 'kni' network poll mode driver.
-;
-; Refer to default.ini for the full list of available PMD features.
-;
-[Features]
-Usage doc            = Y
diff --git a/doc/guides/nics/features/null.ini b/doc/guides/nics/features/null.ini
deleted file mode 100644
index 3957f7ca18..0000000000
--- a/doc/guides/nics/features/null.ini
+++ /dev/null
@@ -1,6 +0,0 @@ 
-;
-; Supported features of the 'null' network poll mode driver.
-;
-; Refer to default.ini for the full list of available PMD features.
-;
-[Features]
diff --git a/doc/guides/nics/features/ring.ini b/doc/guides/nics/features/ring.ini
deleted file mode 100644
index ac207ba31b..0000000000
--- a/doc/guides/nics/features/ring.ini
+++ /dev/null
@@ -1,6 +0,0 @@ 
-;
-; Supported features of the 'ring' network poll mode driver.
-;
-; Refer to default.ini for the full list of available PMD features.
-;
-[Features]
diff --git a/doc/guides/nics/features/softnic.ini b/doc/guides/nics/features/softnic.ini
deleted file mode 100644
index 0583381cc7..0000000000
--- a/doc/guides/nics/features/softnic.ini
+++ /dev/null
@@ -1,9 +0,0 @@ 
-;
-; Supported features of the 'softnic' poll mode driver.
-;
-; Refer to default.ini for the full list of available PMD features.
-;
-[Features]
-x86-32               = Y
-x86-64               = Y
-Usage doc            = Y
diff --git a/doc/guides/nics/features/vdev_netvsc.ini b/doc/guides/nics/features/vdev_netvsc.ini
deleted file mode 100644
index cfc5cb93ef..0000000000
--- a/doc/guides/nics/features/vdev_netvsc.ini
+++ /dev/null
@@ -1,12 +0,0 @@ 
-;
-; Supported features of the 'vdev_netvsc' network poll mode driver.
-;
-; Refer to default.ini for the full list of available PMD features.
-;
-[Features]
-ARMv7                = Y
-ARMv8                = Y
-Power8               = Y
-x86-32               = Y
-x86-64               = Y
-Usage doc            = Y