doc: remove empty columns from NIC features matrix
authorThomas Monjalon <thomas@monjalon.net>
Wed, 11 Mar 2020 23:01:35 +0000 (00:01 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 16 Apr 2020 21:55:49 +0000 (23:55 +0200)
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>
MAINTAINERS
doc/guides/nics/features/bonding.ini [deleted file]
doc/guides/nics/features/kni.ini [deleted file]
doc/guides/nics/features/null.ini [deleted file]
doc/guides/nics/features/ring.ini [deleted file]
doc/guides/nics/features/softnic.ini [deleted file]
doc/guides/nics/features/vdev_netvsc.ini [deleted file]

index f38621c..1bf00d7 100644 (file)
@@ -523,7 +523,6 @@ F: drivers/net/bonding/
 F: doc/guides/prog_guide/link_bonding_poll_mode_drv_lib.rst
 F: app/test/test_link_bonding*
 F: examples/bond/
-F: doc/guides/nics/features/bonding.ini
 
 Linux KNI
 M: Ferruh Yigit <ferruh.yigit@intel.com>
@@ -751,7 +750,6 @@ Microsoft vdev_netvsc - EXPERIMENTAL
 M: Matan Azrad <matan@mellanox.com>
 F: drivers/net/vdev_netvsc/
 F: doc/guides/nics/vdev_netvsc.rst
-F: doc/guides/nics/features/vdev_netvsc.ini
 
 Microsoft Hyper-V netvsc - EXPERIMENTAL
 M: Stephen Hemminger <sthemmin@microsoft.com>
@@ -901,7 +899,6 @@ KNI PMD
 M: Ferruh Yigit <ferruh.yigit@intel.com>
 F: drivers/net/kni/
 F: doc/guides/nics/kni.rst
-F: doc/guides/nics/features/kni.ini
 
 Ring PMD
 M: Bruce Richardson <bruce.richardson@intel.com>
@@ -909,12 +906,10 @@ F: drivers/net/ring/
 F: doc/guides/nics/pcap_ring.rst
 F: app/test/test_pmd_ring.c
 F: app/test/test_pmd_ring_perf.c
-F: doc/guides/nics/features/ring.ini
 
 Null Networking PMD
 M: Tetsuya Mukawa <mtetsuyah@gmail.com>
 F: drivers/net/null/
-F: doc/guides/nics/features/null.ini
 
 Fail-safe PMD
 M: Gaetan Rivet <grive@u256.net>
@@ -926,7 +921,6 @@ Softnic PMD
 M: Jasvinder Singh <jasvinder.singh@intel.com>
 M: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
 F: drivers/net/softnic/
-F: doc/guides/nics/features/softnic.ini
 F: doc/guides/nics/softnic.rst
 
 Memif PMD
diff --git a/doc/guides/nics/features/bonding.ini b/doc/guides/nics/features/bonding.ini
deleted file mode 100644 (file)
index c165305..0000000
+++ /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 (file)
index 6deb66a..0000000
+++ /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 (file)
index 3957f7c..0000000
+++ /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 (file)
index ac207ba..0000000
+++ /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 (file)
index 0583381..0000000
+++ /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 (file)
index cfc5cb9..0000000
+++ /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