Re: [dpdk-dev] [PATCH] crypto/virtio: alloc private data by NUMA affinity

2019-10-09 Thread Akhil Goyal
> > > > It's better to allocate device private data on the same NUMA node with > > device, > > rather than with the main thread. This helps avoid cross-NUMA access for > > worker thread. > > > > Signed-off-by: Xiao Wang > > Reviewed-by: Jay Zhou > Applied to dpdk-next-crypto Thanks.

Re: [dpdk-dev] [PATCH] crypto/virtio: alloc private data by NUMA affinity

2019-10-07 Thread Zhoujian (jay)
> -Original Message- > From: Xiao Wang [mailto:xiao.w.w...@intel.com] > Sent: Wednesday, September 4, 2019 9:22 PM > To: Zhoujian (jay) > Cc: dev@dpdk.org; Xiao Wang > Subject: [PATCH] crypto/virtio: alloc private data by NUMA affinity > > It's better to allocate device private data o

Re: [dpdk-dev] [PATCH] crypto/virtio: alloc private data by NUMA affinity

2019-10-04 Thread Akhil Goyal
Hi Jay, Could you please review this change. Thanks, Akhil > > It's better to allocate device private data on the same NUMA node with > device, rather than with the main thread. This helps avoid cross-NUMA > access for worker thread. > > Signed-off-by: Xiao Wang > --- > drivers/crypto/virtio