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

2022-10-05 Thread Ji, Kai
Please see my comments inline > -Original Message- > From: Akhil Goyal > Sent: Tuesday, October 4, 2022 7:13 PM > To: Ji, Kai ; dev@dpdk.org > Subject: RE: [EXT] [dpdk-dev v3 1/1] lib/cryptodev: multi-process IPC request > handler > > > This patch add a fun

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

2022-10-04 Thread Akhil Goyal
> This patch add a function to support queue-pair configuration > request to allow the primary or secondary process to setup/free the > queue-pair via IPC handler. Add in queue pair in-used by process id > array in rte_cryptodev_data for pid tracking. > > Signed-off-by: Kai Ji I had a comment on

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

2022-10-03 Thread Power, Ciara
Hi Kai, Some small comments below. > -Original Message- > From: Kai Ji > Sent: Sunday 2 October 2022 23:45 > To: dev@dpdk.org > Cc: gak...@marvell.com; Ji, Kai > Subject: [dpdk-dev v3 1/1] lib/cryptodev: multi-process IPC request handler > > This patch add a f

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

2022-10-02 Thread Kai Ji
This patch add a function to support queue-pair configuration request to allow the primary or secondary process to setup/free the queue-pair via IPC handler. Add in queue pair in-used by process id array in rte_cryptodev_data for pid tracking. Signed-off-by: Kai Ji --- v3: - addin missing free fu