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

2022-10-02 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. > > Signed-off-by: Kai Ji I hope this patch is for next release now. It is too late for it to get merged in RC1

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

2022-10-01 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. Signed-off-by: Kai Ji --- lib/cryptodev/cryptodev_pmd.h | 3 +- lib/cryptodev/rte_cryptodev.c | 89 +++ l