Re: [EXT] [dpdk-dev v5] lib/cryptodev: multi-process IPC request handler

2022-10-09 Thread Zhang, Fan
Hi Akhil, On 06/10/2022 19:49, Akhil Goyal wrote: 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

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

2022-10-06 Thread Ji, Kai
Hi Akhill, Thanks for your reply, please see my comments below. > -Original Message- > From: Akhil Goyal > Sent: Thursday, October 6, 2022 7:49 PM > To: Ji, Kai ; dev@dpdk.org > Cc: Fan Zhang ; Ray Kinsella ; > Burakov, Anatoly ; Mcnamara, John > > Subject: RE:

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

2022-10-06 Thread Akhil Goyal
> 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 qu