RE: [EXT] [PATCH] app/crypto-perf: fix socket ID default value

2023-07-05 Thread Akhil Goyal
> Due to recent changes to the default device socket ID, > before being used as an index for session mempool list, > the socket ID should be set to 0 if unknown (-1). > > Fixes: 7dcd73e37965 ("drivers/bus: set device NUMA node to unknown by > default") > Cc: olivier.m...@6wind.com > Cc: sta...@dpd

Re: [PATCH] app/crypto-perf: fix socket ID default value

2023-07-05 Thread Ji, Kai
Acked-by: Kai Ji mailto:kai...@intel.com>> From: Ciara Power Sent: 05 July 2023 11:30 To: dev@dpdk.org Cc: gak...@marvell.com ; Power, Ciara ; Matz, Olivier ; sta...@dpdk.org Subject: [PATCH] app/crypto-perf: fix socket ID default value Due to recent c

[PATCH] app/crypto-perf: fix socket ID default value

2023-07-05 Thread Ciara Power
Due to recent changes to the default device socket ID, before being used as an index for session mempool list, the socket ID should be set to 0 if unknown (-1). Fixes: 7dcd73e37965 ("drivers/bus: set device NUMA node to unknown by default") Cc: olivier.m...@6wind.com Cc: sta...@dpdk.org Signed-of