RE: [dpdk-dev v3] crypto/ipsec_mb: multi-process IPC request handler

2022-10-26 Thread De Lara Guarch, Pablo
Hi Kai, A few comments below Thanks, Pablo > -Original Message- > From: Ji, Kai > Sent: Tuesday, October 25, 2022 10:48 PM > To: dev@dpdk.org > Cc: gak...@marvell.com; Ji, Kai ; De Lara Guarch, Pablo > ; Burakov, Anatoly > > Subject: [dpdk-dev v3] crypto/ips

[dpdk-dev v3] crypto/ipsec_mb: multi-process IPC request handler

2022-10-25 Thread Kai Ji
As the secondary process needs queue-pair to be configured by the primary process before use. This patch adds an IPC register function to allow secondary process to setup cryptodev queue-pair via IPC messages during the runtime. A new "qp_in_used_pid" param stores the PID to provide the ownership o