[dpdk-dev] doc: remove fm10k features description for SSE

Message ID 20171012012644.28616-1-thomas@monjalon.net (mailing list archive)
State Accepted, archived
Headers

Checks

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

Commit Message

Thomas Monjalon Oct. 12, 2017, 1:26 a.m. UTC
  The features described for scalar fm10k and its vector implementations
are the same.
No need to distinguish them in features description.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
 doc/guides/nics/features/fm10k_vec.ini    | 35 -------------------------------
 doc/guides/nics/features/fm10k_vf_vec.ini | 29 -------------------------
 2 files changed, 64 deletions(-)
 delete mode 100644 doc/guides/nics/features/fm10k_vec.ini
 delete mode 100644 doc/guides/nics/features/fm10k_vf_vec.ini
  

Comments

John McNamara Oct. 12, 2017, 11:33 a.m. UTC | #1
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Thomas Monjalon
> Sent: Thursday, October 12, 2017 2:27 AM
> To: Chen, Jing D <jing.d.chen@intel.com>
> Cc: Yigit, Ferruh <ferruh.yigit@intel.com>; dev@dpdk.org
> Subject: [dpdk-dev] [PATCH] doc: remove fm10k features description for SSE
> 
> The features described for scalar fm10k and its vector implementations are
> the same.
> No need to distinguish them in features description.
> 
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>

Acked-by: John McNamara <john.mcnamara@intel.com>
  
Thomas Monjalon Oct. 13, 2017, 8:49 p.m. UTC | #2
> > The features described for scalar fm10k and its vector implementations are
> > the same.
> > No need to distinguish them in features description.
> > 
> > Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> 
> Acked-by: John McNamara <john.mcnamara@intel.com>

Applied
  

Patch

diff --git a/doc/guides/nics/features/fm10k_vec.ini b/doc/guides/nics/features/fm10k_vec.ini
deleted file mode 100644
index 4917e820c..000000000
--- a/doc/guides/nics/features/fm10k_vec.ini
+++ /dev/null
@@ -1,35 +0,0 @@ 
-;
-; Supported features of the 'fm10k_vec' network poll mode driver.
-;
-; Refer to default.ini for the full list of available PMD features.
-;
-[Features]
-Speed capabilities   = P
-Rx interrupt         = Y
-Queue start/stop     = Y
-Jumbo frame          = Y
-Scattered Rx         = Y
-TSO                  = Y
-Promiscuous mode     = Y
-Allmulticast mode    = Y
-Unicast MAC filter   = Y
-Multicast MAC filter = Y
-RSS hash             = Y
-RSS key update       = Y
-RSS reta update      = Y
-VMDq                 = Y
-VLAN filter          = Y
-CRC offload          = Y
-VLAN offload         = Y
-L3 checksum offload  = Y
-L4 checksum offload  = Y
-Packet type parsing  = Y
-Basic stats          = Y
-Extended stats       = Y
-Stats per queue      = Y
-Multiprocess aware   = Y
-BSD nic_uio          = Y
-Linux UIO            = Y
-Linux VFIO           = Y
-x86-32               = Y
-x86-64               = Y
diff --git a/doc/guides/nics/features/fm10k_vf_vec.ini b/doc/guides/nics/features/fm10k_vf_vec.ini
deleted file mode 100644
index 6f4a639a3..000000000
--- a/doc/guides/nics/features/fm10k_vf_vec.ini
+++ /dev/null
@@ -1,29 +0,0 @@ 
-;
-; Supported features of the 'fm10kvf_vec' network poll mode driver.
-;
-; Refer to default.ini for the full list of available PMD features.
-;
-[Features]
-Speed capabilities   = P
-Rx interrupt         = Y
-Queue start/stop     = Y
-Jumbo frame          = Y
-Scattered Rx         = Y
-TSO                  = Y
-RSS hash             = Y
-RSS key update       = Y
-RSS reta update      = Y
-CRC offload          = Y
-VLAN offload         = Y
-L3 checksum offload  = Y
-L4 checksum offload  = Y
-Packet type parsing  = Y
-Basic stats          = Y
-Extended stats       = Y
-Stats per queue      = Y
-Multiprocess aware   = Y
-BSD nic_uio          = Y
-Linux UIO            = Y
-Linux VFIO           = Y
-x86-32               = Y
-x86-64               = Y