crypto/dpaa_sec: support same session flows on multi-cores
authorAkhil Goyal <akhil.goyal@nxp.com>
Wed, 9 Jan 2019 15:14:17 +0000 (15:14 +0000)
committerPablo de Lara <pablo.de.lara.guarch@intel.com>
Thu, 10 Jan 2019 15:57:22 +0000 (16:57 +0100)
commit4e694fe51171dcdbe94019189a0240833b45c943
tree4f2d717a1c595b87ae487338e4519319211ff757
parenta1173d55598c5dec9f1d305db9df743e784c9c55
crypto/dpaa_sec: support same session flows on multi-cores

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, for each core a separate inq is allocated and
used from each of the core. But the number of outq will remain
the same and we save the pointer to outq in session for each
of the cores.

Signed-off-by: Akhil Goyal <akhil.goyal@nxp.com>
drivers/crypto/dpaa_sec/dpaa_sec.c
drivers/crypto/dpaa_sec/dpaa_sec.h