Re: [dpdk-dev] [PATCH] assign QAT cryptodev to correct NUMA node

2018-03-26 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Trahe, Fiona > Sent: Friday, March 9, 2018 6:18 PM > To: Lee Roberts ; Griffin, John > ; Jain, Deepak K > Cc: dev@dpdk.org; Trahe, Fiona > Subject: Re: [dpdk-dev] [PATCH] assign QAT cryp

Re: [dpdk-dev] [PATCH] assign QAT cryptodev to correct NUMA node

2018-03-09 Thread Trahe, Fiona
Hi Lee, Thanks for investigating this. > -Original Message- > From: Lee Roberts [mailto:lee.robe...@hpe.com] > Sent: Friday, March 9, 2018 6:01 PM > To: Griffin, John ; Trahe, Fiona > ; Jain, Deepak K > > Cc: dev@dpdk.org; Lee Roberts > Subject: [PATCH] assign QAT cryptodev to correct N

[dpdk-dev] [PATCH] assign QAT cryptodev to correct NUMA node

2018-03-09 Thread Lee Roberts
rte_cryptodev_pmd_init_params should use NUMA node of the QAT device for its socket_id rather than the socket_id of the initializing process. Signed-off-by: Lee Roberts --- drivers/crypto/qat/rte_qat_cryptodev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/crypto/q