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

2022-10-26 Thread De Lara Guarch, Pablo
Hi Kai, > -Original Message- > From: Ji, Kai > Sent: Wednesday, October 26, 2022 1:49 PM > To: dev@dpdk.org > Cc: gak...@marvell.com; Ji, Kai ; De Lara Guarch, Pablo > ; Burakov, Anatoly > > Subject: [dpdk-dev v4] crypto/ipsec_mb: multi-process IPC request h

[dpdk-dev v4] 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 reguest to primary process via IPC request messages. A new "qp_in_used_pid" param stores the PID to provide the owne

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

2022-10-26 Thread De Lara Guarch, Pablo
Hi Kai, A couple of minor bits left. > -Original Message- > From: Ji, Kai > Sent: Wednesday, October 26, 2022 11:28 AM > To: dev@dpdk.org > Cc: gak...@marvell.com; Ji, Kai ; De Lara Guarch, Pablo > ; Burakov, Anatoly > > Subject: [dpdk-dev v4] crypto/ips

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

2022-10-26 Thread Kusztal, ArkadiuszX
> -Original Message- > From: Kai Ji > Sent: Wednesday, October 26, 2022 12:28 PM > To: dev@dpdk.org > Cc: gak...@marvell.com; Ji, Kai ; De Lara Guarch, Pablo > ; Burakov, Anatoly > > Subject: [dpdk-dev v4] crypto/ipsec_mb: multi-process IPC request handler >

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

2022-10-26 Thread Kai Ji
As the queue pair used in secondary process need to be setuped by the primary process, this patch add an IPC register function to help secondary process to send out queue-pair setup reguest to primary process via IPC messages. A new "qp_in_used_pid" param stores the PID to provide the ownership of

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

2022-10-26 Thread Kai Ji
As the queue pair used in secondary process need to be setuped by the primary process, this patch add an IPC register function to help secondary process to send out queue-pair setup reguest to primary process via IPC messages. A new "qp_in_used_pid" param stores the PID to provide the ownership of

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

2022-10-26 Thread Kai Ji
As the queue pair used in secondary process need to be setuped by the primary process, this patch add an IPC register function to help secondary process to send out queue-pair setup reguest to primary process via IPC messages. A new "qp_in_used_pid" param stores the PID to provide the ownership of