Re: [dpdk-dev] [PATCH v3 2/2] examples/ipsec-secgw: attach session-qp

2017-03-28 Thread De Lara Guarch, Pablo
> -Original Message- > From: akhil.go...@nxp.com [mailto:akhil.go...@nxp.com] > Sent: Friday, March 24, 2017 9:29 AM > To: dev@dpdk.org > Cc: Gonzalez Monroy, Sergio; Doherty, Declan; De Lara Guarch, Pablo; > Trahe, Fiona; hemant.agra...@nxp.com; Akhil Goyal > Subject: [PATCH v3 2/2] exam

[dpdk-dev] [PATCH v3 2/2] examples/ipsec-secgw: attach session-qp

2017-03-24 Thread akhil.goyal
From: Akhil Goyal adding support for attaching session to queue pairs. This is required as underlying crypto driver may only support limited number of sessions per queue pair if max_nb_sessions_per_qp > 0, session should be attached to a particular qp. Signed-off-by: Akhil Goyal Acked-by: Sergi