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
[EXT] [dpdk-dev v5] lib/cryptodev: multi-process IPC request > handler > > > 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

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

2022-10-06 Thread Konstantin Ananyev
06/10/2022 18:06, 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 t

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

[dpdk-dev v5] 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