All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc: fix wrong supported feature table
@ 2016-06-09 15:44 Pablo de Lara
  2016-06-09 16:39 ` Jain, Deepak K
  2016-06-09 17:06 ` Mcnamara, John
  0 siblings, 2 replies; 4+ messages in thread
From: Pablo de Lara @ 2016-06-09 15:44 UTC (permalink / raw)
  To: dev; +Cc: john.mcnamara, declan.doherty, Pablo de Lara

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(-)

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
-- 
2.5.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] doc: fix wrong supported feature table
  2016-06-09 15:44 [PATCH] doc: fix wrong supported feature table Pablo de Lara
@ 2016-06-09 16:39 ` Jain, Deepak K
  2016-06-09 17:06 ` Mcnamara, John
  1 sibling, 0 replies; 4+ messages in thread
From: Jain, Deepak K @ 2016-06-09 16:39 UTC (permalink / raw)
  To: De Lara Guarch, Pablo, dev
  Cc: Mcnamara, John, Doherty, Declan, De Lara Guarch, Pablo



> -----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>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] doc: fix wrong supported feature table
  2016-06-09 15:44 [PATCH] doc: fix wrong supported feature table Pablo de Lara
  2016-06-09 16:39 ` Jain, Deepak K
@ 2016-06-09 17:06 ` Mcnamara, John
  2016-06-20 19:09   ` Thomas Monjalon
  1 sibling, 1 reply; 4+ messages in thread
From: Mcnamara, John @ 2016-06-09 17:06 UTC (permalink / raw)
  To: De Lara Guarch, Pablo, dev; +Cc: Doherty, Declan

> -----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>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] doc: fix wrong supported feature table
  2016-06-09 17:06 ` Mcnamara, John
@ 2016-06-20 19:09   ` Thomas Monjalon
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Monjalon @ 2016-06-20 19:09 UTC (permalink / raw)
  To: De Lara Guarch, Pablo; +Cc: dev, Mcnamara, John, Doherty, Declan

> > 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-06-20 19:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-09 15:44 [PATCH] doc: fix wrong supported feature table Pablo de Lara
2016-06-09 16:39 ` Jain, Deepak K
2016-06-09 17:06 ` Mcnamara, John
2016-06-20 19:09   ` Thomas Monjalon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.