From 7b103c4ccd98e3f3d457c74960acd28dac64392d Mon Sep 17 00:00:00 2001 From: Thomas Monjalon Date: Thu, 12 Mar 2020 00:01:35 +0100 Subject: [PATCH] doc: remove empty columns from NIC features matrix 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 --- MAINTAINERS | 6 ------ 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 ------------ 7 files changed, 52 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 diff --git a/MAINTAINERS b/MAINTAINERS index f38621c2ed..1bf00d7e56 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -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 @@ -751,7 +750,6 @@ Microsoft vdev_netvsc - EXPERIMENTAL M: Matan Azrad 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 @@ -901,7 +899,6 @@ KNI PMD M: Ferruh Yigit F: drivers/net/kni/ F: doc/guides/nics/kni.rst -F: doc/guides/nics/features/kni.ini Ring PMD M: Bruce Richardson @@ -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 F: drivers/net/null/ -F: doc/guides/nics/features/null.ini Fail-safe PMD M: Gaetan Rivet @@ -926,7 +921,6 @@ Softnic PMD M: Jasvinder Singh M: Cristian Dumitrescu 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 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 -- 2.20.1