RE: [dpdk-dev] crypto/qat: fix process type handling

2022-03-01 Thread Ji, Kai
Hi > This is not supposed to happen after rte_eal_init() is called. > > I have a doubt on Windows init because I can't see where > rte_config.process_type is initialised. > Are you seeing this issue on Windows? > > In any case, the commitlog needs more explanation. > > > -- > David Marchand

Re: [dpdk-dev] crypto/qat: fix process type handling

2022-03-01 Thread David Marchand
On Mon, Feb 28, 2022 at 6:36 PM Kai Ji wrote: > > This patch fix the process type handling in QAT PMDs where > only primary and secondary process are supported in qat > build request > > Signed-off-by: Kai Ji > --- > drivers/crypto/qat/dev/qat_crypto_pmd_gen3.c | 3 +++ > drivers/crypto/qat/dev/

[dpdk-dev] crypto/qat: fix process type handling

2022-02-28 Thread Kai Ji
This patch fix the process type handling in QAT PMDs where only primary and secondary process are supported in qat build request Signed-off-by: Kai Ji --- drivers/crypto/qat/dev/qat_crypto_pmd_gen3.c | 3 +++ drivers/crypto/qat/dev/qat_crypto_pmd_gen4.c | 3 +++ drivers/crypto/qat/dev/qat_sym_pm