Re: [dpdk-dev] [PATCH v5 01/11] lib/rte_security: add security library

2017-10-25 Thread Akhil Goyal
Hi Thomas, On 10/25/2017 2:17 AM, Thomas Monjalon wrote: Hi, I am waiting the crypto subtree to be ready before getting this series. Some last comments below, 24/10/2017 16:15, Akhil Goyal: +Security API - EXPERIMENTAL +M: Akhil Goyal +M: Declan Doherty +F: lib/librte_security/ +F: doc/guid

Re: [dpdk-dev] [PATCH v5 01/11] lib/rte_security: add security library

2017-10-25 Thread Akhil Goyal
Hi Pablo, On 10/24/2017 8:45 PM, De Lara Guarch, Pablo wrote: Hi Akhil, -Original Message- From: Akhil Goyal [mailto:akhil.go...@nxp.com] Sent: Tuesday, October 24, 2017 3:16 PM To: dev@dpdk.org Cc: Doherty, Declan ; De Lara Guarch, Pablo ; hemant.agra...@nxp.com; Nicolau, Radu ; bor..

Re: [dpdk-dev] [PATCH v5 01/11] lib/rte_security: add security library

2017-10-24 Thread Hemant Agrawal
Hi Akhil, Some minor comments. On 10/24/2017 7:45 PM, Akhil Goyal wrote: rte_security library provides APIs for security session create/free for protocol offload or offloaded crypto operation to ethernet device. Signed-off-by: Akhil Goyal Signed-off-by: Boris Pismenny Signed-off-by:

Re: [dpdk-dev] [PATCH v5 01/11] lib/rte_security: add security library

2017-10-24 Thread Thomas Monjalon
Hi, I am waiting the crypto subtree to be ready before getting this series. Some last comments below, 24/10/2017 16:15, Akhil Goyal: > +Security API - EXPERIMENTAL > +M: Akhil Goyal > +M: Declan Doherty > +F: lib/librte_security/ > +F: doc/guides/prog_guide/rte_security.rst > > Networking D

Re: [dpdk-dev] [PATCH v5 01/11] lib/rte_security: add security library

2017-10-24 Thread De Lara Guarch, Pablo
Hi Akhil, > -Original Message- > From: Akhil Goyal [mailto:akhil.go...@nxp.com] > Sent: Tuesday, October 24, 2017 3:16 PM > To: dev@dpdk.org > Cc: Doherty, Declan ; De Lara Guarch, Pablo > ; hemant.agra...@nxp.com; Nicolau, > Radu ; bor...@mellanox.com; > avia...@mellanox.com; tho...@monja

[dpdk-dev] [PATCH v5 01/11] lib/rte_security: add security library

2017-10-24 Thread Akhil Goyal
rte_security library provides APIs for security session create/free for protocol offload or offloaded crypto operation to ethernet device. Signed-off-by: Akhil Goyal Signed-off-by: Boris Pismenny Signed-off-by: Radu Nicolau Signed-off-by: Declan Doherty Signed-off-by: Aviad Yehezkel --- MAIN