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

Message ID 20200311230136.63452-4-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/travis-robot success Travis build: passed
ci/Intel-compilation fail Compilation issues

Commit Message

Thomas Monjalon March 11, 2020, 11:01 p.m. UTC
  The PMDs bnx2x and nfp have a separate column for VF.
Such separation is unneeded because the features are the same.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
 doc/guides/nics/features/bnx2x.ini    |  1 +
 doc/guides/nics/features/bnx2x_vf.ini | 18 -----------------
 doc/guides/nics/features/nfp_vf.ini   | 29 ---------------------------
 3 files changed, 1 insertion(+), 47 deletions(-)
 delete mode 100644 doc/guides/nics/features/bnx2x_vf.ini
 delete mode 100644 doc/guides/nics/features/nfp_vf.ini
  

Patch

diff --git a/doc/guides/nics/features/bnx2x.ini b/doc/guides/nics/features/bnx2x.ini
index 3e33e9abd6..e17bf60689 100644
--- a/doc/guides/nics/features/bnx2x.ini
+++ b/doc/guides/nics/features/bnx2x.ini
@@ -10,6 +10,7 @@  Link status event    = Y
 Promiscuous mode     = Y
 Unicast MAC filter   = Y
 Multicast MAC filter = Y
+SR-IOV               = Y
 Basic stats          = Y
 Extended stats       = Y
 Linux UIO            = Y
diff --git a/doc/guides/nics/features/bnx2x_vf.ini b/doc/guides/nics/features/bnx2x_vf.ini
deleted file mode 100644
index c270902e35..0000000000
--- a/doc/guides/nics/features/bnx2x_vf.ini
+++ /dev/null
@@ -1,18 +0,0 @@ 
-;
-; Supported features of the 'bnx2x_vf' network poll mode driver.
-;
-; Refer to default.ini for the full list of available PMD features.
-;
-[Features]
-Speed capabilities   = P
-Link status          = Y
-Link status event    = Y
-Promiscuous mode     = Y
-Unicast MAC filter   = Y
-Multicast MAC filter = Y
-SR-IOV               = Y
-Basic stats          = Y
-Extended stats       = Y
-Linux UIO            = Y
-x86-64               = Y
-Usage doc            = Y
diff --git a/doc/guides/nics/features/nfp_vf.ini b/doc/guides/nics/features/nfp_vf.ini
deleted file mode 100644
index 70297b0907..0000000000
--- a/doc/guides/nics/features/nfp_vf.ini
+++ /dev/null
@@ -1,29 +0,0 @@ 
-;
-; Supported features of the 'nfp' network poll mode driver.
-;
-; Refer to default.ini for the full list of available PMD features.
-;
-[Features]
-Speed capabilities   = Y
-Link status          = Y
-Link status event    = Y
-Rx interrupt         = Y
-Queue start/stop     = Y
-MTU update           = Y
-Jumbo frame          = Y
-Promiscuous mode     = Y
-TSO                  = Y
-RSS hash             = Y
-RSS key update       = Y
-RSS reta update      = Y
-Flow control         = Y
-VLAN offload         = Y
-L3 checksum offload  = Y
-L4 checksum offload  = Y
-Basic stats          = Y
-Stats per queue      = Y
-Linux UIO            = Y
-Linux VFIO           = Y
-Multiprocess aware   = Y
-x86-64               = Y
-Usage doc            = Y