RE: [dpdk-dev v5] crypto/ipsec_mb: multi-process IPC request handler

2022-10-27 Thread Konstantin Ananyev
> > As the queue pair used in secondary process needs to be set up by > the primary process, this patch adds an IPC register function to help > secondary process to send out queue-pair setup request to primary > process via IPC request messages. A new "qp_in_used_pid" param stores > the PID to

RE: [EXT] [dpdk-dev v5] crypto/ipsec_mb: multi-process IPC request handler

2022-10-27 Thread Akhil Goyal
> As the queue pair used in secondary process needs to be set up by > the primary process, this patch adds an IPC register function to help > secondary process to send out queue-pair setup request to primary > process via IPC request messages. A new "qp_in_used_pid" param stores > the PID to provid

[dpdk-dev v5] crypto/ipsec_mb: multi-process IPC request handler

2022-10-26 Thread Kai Ji
As the queue pair used in secondary process needs to be set up by the primary process, this patch adds an IPC register function to help secondary process to send out queue-pair setup request to primary process via IPC request messages. A new "qp_in_used_pid" param stores the PID to provide the owne