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

2017-03-23 Thread Akhil Goyal
On 3/23/2017 4:13 PM, Sergio Gonzalez Monroy wrote: On 23/03/2017 10:38, Akhil Goyal wrote: On 3/23/2017 4:00 PM, Sergio Gonzalez Monroy wrote: That was simpler than I thought. For some reason I understood that the device will support thousands of queues and single session per queue which woul

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

2017-03-23 Thread Sergio Gonzalez Monroy
On 23/03/2017 10:38, Akhil Goyal wrote: On 3/23/2017 4:00 PM, Sergio Gonzalez Monroy wrote: That was simpler than I thought. For some reason I understood that the device will support thousands of queues and single session per queue which would have needed more app changes. On 23/03/2017 08:06,

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

2017-03-23 Thread Akhil Goyal
On 3/23/2017 4:00 PM, Sergio Gonzalez Monroy wrote: That was simpler than I thought. For some reason I understood that the device will support thousands of queues and single session per queue which would have needed more app changes. On 23/03/2017 08:06, akhil.go...@nxp.com wrote: From: Akhil

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

2017-03-23 Thread Sergio Gonzalez Monroy
That was simpler than I thought. For some reason I understood that the device will support thousands of queues and single session per queue which would have needed more app changes. On 23/03/2017 08:06, akhil.go...@nxp.com wrote: From: Akhil Goyal adding support for attaching session to qu

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

2017-03-23 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 --- examples/i