RE: [PATCH] crypto/ipsec-mb: fix qp setup for secondary process

2022-11-06 Thread Akhil Goyal
> Acked-by: Kai Ji > > Subject: [PATCH] crypto/ipsec-mb: fix qp setup for secondary process > > > > If a secondary process is using a queue pair that has been setup by the > > primary > > process, we need to reset mb_mgr pointers. > > This commit removes

RE: [PATCH] crypto/ipsec-mb: fix qp setup for secondary process

2022-11-04 Thread Ji, Kai
Acked-by: Kai Ji > -Original Message- > From: Power, Ciara > Sent: Friday, November 4, 2022 9:43 AM > To: Ji, Kai ; De Lara Guarch, Pablo > > Cc: dev@dpdk.org; pablo.de.lara.gua...@intel.con; Power, Ciara > > Subject: [PATCH] crypto/ipsec-mb: fix qp setup for s

[PATCH] crypto/ipsec-mb: fix qp setup for secondary process

2022-11-04 Thread Ciara Power
If a secondary process is using a queue pair that has been setup by the primary process, we need to reset mb_mgr pointers. This commit removes an error return in this case, allowing secondary to do the remaining setup for the existing qp. Fixes: b35848bc01f6 ("crypto/ipsec_mb: add multi-process IP