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

2022-09-21 Thread Akhil Goyal
> Subject: RE: [EXT] [dpdk-dev v1] lib/cryptodev: multi-process IPC request > handler > > > > > > > Instead an "in_use" parameter can be added which can tell if sone other > > > process is using it or not. > > > And this in_use param also

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

2022-08-12 Thread Akhil Goyal
> > > > Instead an "in_use" parameter can be added which can tell if sone other > > process is using it or not. > > And this in_use param also need not be exposed to user. It can be > > completely hidden in the PMD. > > User will get an error number(probably -EUSERS) indicating the queue pair is >

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

2022-08-12 Thread Zhang, Roy Fan
l Shamis > ; Nagadheeraj Rottela > ; ma...@nvidia.com; Jay Zhou > > Subject: RE: [EXT] [dpdk-dev v1] lib/cryptodev: multi-process IPC request > handler > > Hi Fan, > > Hi Akhil, > > > > > This is a library change you should cc all PMD owners while sending patch.

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

2022-08-08 Thread Akhil Goyal
Hi Fan, > Hi Akhil, > > > This is a library change you should cc all PMD owners while sending patch. > Kai is in holiday at the moment and will be back in a week. I will sync with > him > then. > > > > > This patch add in multi-process IPC request handler function in rte > > > cryptodev. This fun

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

2022-08-05 Thread Zhang, Roy Fan
l Shamis ; > Nagadheeraj Rottela ; ma...@nvidia.com; Jay > Zhou > Subject: RE: [EXT] [dpdk-dev v1] lib/cryptodev: multi-process IPC request > handler > > This is a library change you should cc all PMD owners while sending patch. Kai is in holiday at the moment and will be

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

2022-07-26 Thread Akhil Goyal
This is a library change you should cc all PMD owners while sending patch. > This patch add in multi-process IPC request handler function in rte > cryptodev. This function intend to support a queue-pair configuration > request to allow the secondary process to reconfigure the queue-pair > setup'ed

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

2022-07-26 Thread Kai Ji
This patch add in multi-process IPC request handler function in rte cryptodev. This function intend to support a queue-pair configuration request to allow the secondary process to reconfigure the queue-pair setup'ed by the primary process. Signed-off-by: Kai Ji --- lib/cryptodev/rte_cryptodev.c