Re: [dpdk-dev] [PATCH] crypto/dpaa_sec: support same session flows on multi cores

2019-01-10 Thread De Lara Guarch, Pablo
> -Original Message- > From: Akhil Goyal [mailto:akhil.go...@nxp.com] > Sent: Wednesday, January 9, 2019 3:14 PM > To: dev@dpdk.org > Cc: Hemant Agrawal ; De Lara Guarch, Pablo > ; Akhil Goyal > Subject: [PATCH] crypto/dpaa_sec: support same session flows on multi > cores > > In dpaa_s

[dpdk-dev] [PATCH] crypto/dpaa_sec: support same session flows on multi cores

2019-01-09 Thread Akhil Goyal
In dpaa_sec, each session should have a separate in-queue, and each in-queue should be mapped to an outq. So if multiple flows of same SA comes to different cores due to rss distribution of NIC, enqueue from any core will try to do re-assignment of inq - outq mapping which will fail. In this patch