Re: [dpdk-dev] [PATCH v2 1/3] security: fix device operation type

2017-11-24 Thread Nelio Laranjeiro
On Fri, Nov 24, 2017 at 03:03:52PM +0530, Akhil Goyal wrote: > Hi Nelio, > On 11/23/2017 3:32 PM, Nelio Laranjeiro wrote: > > Device operation pointers should be constant to avoid any modification > > while it is in use. > > > > Fixes: c261d1431bd8 ("security: introduce security API and framework"

Re: [dpdk-dev] [PATCH v2 1/3] security: fix device operation type

2017-11-24 Thread Akhil Goyal
Hi Nelio, On 11/23/2017 3:32 PM, Nelio Laranjeiro wrote: Device operation pointers should be constant to avoid any modification while it is in use. Fixes: c261d1431bd8 ("security: introduce security API and framework") Cc: akhil.go...@nxp.com Cc: sta...@dpdk.org Signed-off-by: Nelio Laranjeiro

[dpdk-dev] [PATCH v2 1/3] security: fix device operation type

2017-11-23 Thread Nelio Laranjeiro
Device operation pointers should be constant to avoid any modification while it is in use. Fixes: c261d1431bd8 ("security: introduce security API and framework") Cc: akhil.go...@nxp.com Cc: sta...@dpdk.org Signed-off-by: Nelio Laranjeiro --- lib/librte_security/rte_security.h | 2 +- 1 file cha