> -----Original Message-----
> From: Kai Ji <kai...@intel.com>
> Sent: Wednesday, October 26, 2022 12:28 PM
> To: dev@dpdk.org
> Cc: gak...@marvell.com; Ji, Kai <kai...@intel.com>; De Lara Guarch, Pablo
> <pablo.de.lara.gua...@intel.com>; Burakov, Anatoly
> <anatoly.bura...@intel.com>
> Subject: [dpdk-dev v4] crypto/ipsec_mb: multi-process IPC request handler
>
> As the queue pair used in secondary process need to be setuped by the primary
> process, this patch add an IPC register function to help secondary process to
> send out queue-pair setup reguest to primary process via IPC messages. A new
> "qp_in_used_pid" param stores the PID to provide the ownership of the queue-
> pair so that only the PID matched queue-pair can be free'd in the request.
>
> Signed-off-by: Kai Ji <kai...@intel.com>
>
> --
> 2.17.1
Acked-by: Arek Kusztal <arkadiuszx.kusz...@intel.com>