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

2018-07-12 Thread Thomas Monjalon
03/07/2018 06:50, 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 > Acked-by: Sant

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

2018-07-02 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 Acked-by: Santosh Shukla Acked-by: Jerin Jacob --- drivers/eve