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

2016-06-20 Thread Thomas Monjalon
> > 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 > > Acked-by: John McNamara Applied, thanks

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

2016-06-09 Thread Mcnamara, John
> -Original Message- > From: De Lara Guarch, Pablo > Sent: Thursday, June 9, 2016 4:45 PM > To: dev at dpdk.org > Cc: Mcnamara, John ; Doherty, Declan > ; De Lara Guarch, Pablo > > Subject: [PATCH] doc: fix wrong supported feature table > > Some crypto PMDs that support symmetric crypto w

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

2016-06-09 Thread 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 --- doc/guides/cryptodevs/overview.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

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

2016-06-09 Thread Jain, Deepak K
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Pablo de Lara > Sent: Thursday, June 9, 2016 4:45 PM > To: dev at dpdk.org > Cc: Mcnamara, John ; Doherty, Declan > ; De Lara Guarch, Pablo > > Subject: [dpdk-dev] [PATCH] doc: fix