Re: [dpdk-dev] [PATCH] cryptodev: add missing feature string

2018-05-21 Thread De Lara Guarch, Pablo
> -Original Message- > From: Varghese, Vipin > Sent: Friday, May 18, 2018 3:01 PM > To: De Lara Guarch, Pablo ; Doherty, Declan > > Cc: dev@dpdk.org; De Lara Guarch, Pablo ; > sta...@dpdk.org > Subject: RE: [dpdk-dev] [PATCH] cryptodev: add missing feature stri

Re: [dpdk-dev] [PATCH] cryptodev: add missing feature string

2018-05-18 Thread Varghese, Vipin
t; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH] cryptodev: add missing feature string > > Security protocol flag string was not added when the actual flag was added. > > Fixes: eadb4fa1e1fe ("cryptodev: support security APIs") > Cc: sta...@dpdk.org > > Signed-

[dpdk-dev] [PATCH] cryptodev: add missing feature string

2018-05-18 Thread Pablo de Lara
Security protocol flag string was not added when the actual flag was added. Fixes: eadb4fa1e1fe ("cryptodev: support security APIs") Cc: sta...@dpdk.org Signed-off-by: Pablo de Lara --- lib/librte_cryptodev/rte_cryptodev.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/librte_cryptod