numam-dpdk/drivers/crypto/dpaa_sec
Akhil Goyal 4e694fe511 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>
2019-01-10 16:57:22 +01:00
..
dpaa_sec_log.h
dpaa_sec.c crypto/dpaa_sec: support same session flows on multi-cores 2019-01-10 16:57:22 +01:00
dpaa_sec.h crypto/dpaa_sec: support same session flows on multi-cores 2019-01-10 16:57:22 +01:00
Makefile mk: build with _GNU_SOURCE defined by default 2018-10-22 11:28:27 +02:00
meson.build
rte_pmd_dpaa_sec_version.map