mempool/octeontx: fix aura to pool mapping
authorPavan Nikhilesh <pbhagavatula@marvell.com>
Tue, 28 Jul 2020 18:43:45 +0000 (00:13 +0530)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 30 Sep 2020 17:19:11 +0000 (19:19 +0200)
commite1712291b1fe834612403a086bbe6078e96748fb
tree4edc3162158ee116d33347d4e1e2bb8efac10e71
parent81f04b9c20d802972c1c9e3aa0cd4a491f66eb25
mempool/octeontx: fix aura to pool mapping

When sending commands to Kernel FPA PF driver, it expects the
aura to be in the range of 0 to 16 for a given FPA pool.
In OCTEON TX we map a pool,aura pair as single mempool handle,
always set the aura id to 0 for a given FPA pool.

Fixes: 179c7e893f64 ("mempool/octeontx: fix pool to aura mapping")
Cc: stable@dpdk.org
Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
Acked-by: Jerin Jacob <jerinj@marvell.com>
drivers/mempool/octeontx/octeontx_fpavf.c