[dpdk-dev] doc: fix wrong supported feature table

Message ID 1465487074-6055-1-git-send-email-pablo.de.lara.guarch@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers

Commit Message

De Lara Guarch, Pablo June 9, 2016, 3:44 p.m. UTC
  Some crypto PMDs that support symmetric crypto were not marked
as supported in the supported feature flags table.

Fixes: 2373c0661b2f0 ("doc: add cryptodevs guide overview")

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
---
 doc/guides/cryptodevs/overview.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Deepak Kumar JAIN June 9, 2016, 4:39 p.m. UTC | #1
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Pablo de Lara
> Sent: Thursday, June 9, 2016 4:45 PM
> To: dev@dpdk.org
> Cc: Mcnamara, John <john.mcnamara@intel.com>; Doherty, Declan
> <declan.doherty@intel.com>; De Lara Guarch, Pablo
> <pablo.de.lara.guarch@intel.com>
> Subject: [dpdk-dev] [PATCH] doc: fix wrong supported feature table
> 
> Some crypto PMDs that support symmetric crypto were not marked as
> supported in the supported feature flags table.
> 
> Fixes: 2373c0661b2f0 ("doc: add cryptodevs guide overview")
> 
> Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
> ---
>  doc/guides/cryptodevs/overview.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --
> 2.5.0

Acked-by: Deepak Kumar JAIN <deepak.k.jain@intel.com>
  
John McNamara June 9, 2016, 5:06 p.m. UTC | #2
> -----Original Message-----
> From: De Lara Guarch, Pablo
> Sent: Thursday, June 9, 2016 4:45 PM
> To: dev@dpdk.org
> Cc: Mcnamara, John <john.mcnamara@intel.com>; Doherty, Declan
> <declan.doherty@intel.com>; De Lara Guarch, Pablo
> <pablo.de.lara.guarch@intel.com>
> Subject: [PATCH] doc: fix wrong supported feature table
> 
> Some crypto PMDs that support symmetric crypto were not marked as
> supported in the supported feature flags table.
> 
> Fixes: 2373c0661b2f0 ("doc: add cryptodevs guide overview")
> 
> Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>

Acked-by: John McNamara <john.mcnamara@intel.com>
  
Thomas Monjalon June 20, 2016, 7:09 p.m. UTC | #3
> > Some crypto PMDs that support symmetric crypto were not marked as
> > supported in the supported feature flags table.
> > 
> > Fixes: 2373c0661b2f0 ("doc: add cryptodevs guide overview")
> > 
> > Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
> 
> Acked-by: John McNamara <john.mcnamara@intel.com>

Applied, thanks
  

Patch

diff --git a/doc/guides/cryptodevs/overview.rst b/doc/guides/cryptodevs/overview.rst
index 4a84146..5861440 100644
--- a/doc/guides/cryptodevs/overview.rst
+++ b/doc/guides/cryptodevs/overview.rst
@@ -36,7 +36,7 @@  Supported Feature Flags
    :header: "Feature Flags", "qat", "null", "aesni_mb", "aesni_gcm", "snow3g"
    :stub-columns: 1
 
-   "RTE_CRYPTODEV_FF_SYMMETRIC_CRYPTO",x,x,,,
+   "RTE_CRYPTODEV_FF_SYMMETRIC_CRYPTO",x,x,x,x,x
    "RTE_CRYPTODEV_FF_ASYMMETRIC_CRYPTO",,,,,
    "RTE_CRYPTODEV_FF_SYM_OPERATION_CHAINING",x,x,x,x,x
    "RTE_CRYPTODEV_FF_CPU_SSE",,,x,x,x