RE: [dpdk-dev v4] lib/cryptodev: multi-process IPC request handler

2022-10-06 Thread Power, Ciara
Hi Kai, > -Original Message- > From: Kai Ji > Sent: Thursday 6 October 2022 09:17 > To: dev@dpdk.org > Cc: Ji, Kai ; Akhil Goyal ; Fan Zhang > ; Ray Kinsella ; Burakov, Anatoly > > Subject: [dpdk-dev v4] lib/cryptodev: multi-process IPC request handler > &

[dpdk-dev v4] lib/cryptodev: multi-process IPC request handler

2022-10-06 Thread Kai Ji
As some cryptode PMDs have multiprocess support, the secondary process needs queue-pair to be configured by the primary process before to use. This patch adds an IPC register function to help the primary process to register IPC action that allow secondary process to configure cryptodev queue-pair v