Hi Kai,
> -----Original Message----- > From: Ji, Kai <kai...@intel.com> > Sent: Wednesday, October 26, 2022 1:49 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 needs to be set up by the > primary process, this patch adds an IPC register function to help secondary > process to send out queue-pair setup reguest to primary process via IPC Still typo: reguest -> request. > request 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> > Acked-by: Arek Kusztal <arkadiuszx.kusz...@intel.com> Just one missing typo to fix. Apart from that: Acked-by: Pablo de Lara <pablo.de.lara.gua...@intel.com>