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

santosh santosh.shukla at caviumnetworks.com
Wed Jun 27 16:35:01 CEST 2018


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: stable at dpdk.org
>
> Signed-off-by: Pavan Nikhilesh <pbhagavatula at caviumnetworks.com>
> ---

Acked-by: Santosh Shukla <santosh.shukla at caviumnetworks.com>

Nits:

May be introduce a macro something like
#define AURA_IDX(gpool) (gpool << FPA_GAURA_SHIFT)

Thanks.



More information about the dev mailing list