Re: [dpdk-dev] [PATCH] mempool/octeontx: fix pool to aura mapping

2018-06-27 Thread santosh
On Wednesday 27 June 2018 05:17 PM, Pavan Nikhilesh wrote: > HW needs each pool to be mapped to an aura set of 16 auras. > Previously, pool to aura mapping was considered to be 1:1. > > Fixes: 02fd6c744350 ("mempool/octeontx: support allocation") > Cc: sta...@dpdk.org > > Signed-off-by: Pavan Nik

[dpdk-dev] [PATCH] mempool/octeontx: fix pool to aura mapping

2018-06-27 Thread Pavan Nikhilesh
HW needs each pool to be mapped to an aura set of 16 auras. Previously, pool to aura mapping was considered to be 1:1. Fixes: 02fd6c744350 ("mempool/octeontx: support allocation") Cc: sta...@dpdk.org Signed-off-by: Pavan Nikhilesh --- drivers/event/octeontx/timvf_evdev.c | 2 +- drivers/m