> -----Original Message-----
> From: Akhil Goyal [mailto:[email protected]]
> Sent: Wednesday, January 9, 2019 3:14 PM
> To: [email protected]
> Cc: Hemant Agrawal <[email protected]>; De Lara Guarch, Pablo
> <[email protected]>; Akhil Goyal <[email protected]>
> Subject: [PATCH] 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 <[email protected]>
Applied to dpdk-next-crypto.
Thanks,
Pablo