mempool/octeontx2: add mempool alloc op
authorJerin Jacob <jerinj@marvell.com>
Sat, 22 Jun 2019 13:24:11 +0000 (18:54 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 25 Jun 2019 21:35:57 +0000 (23:35 +0200)
commit7bcc47cbe2fa29da6a624721e0b52148913418ca
treed41fd4eb1895c444584e9b6213562ec52b274183
parent2548ab774f92df21a53b09595b34a7989d2e37b6
mempool/octeontx2: add mempool alloc op

The DPDK mempool allocation reserves a single HW AURA
and POOL in 1:1 map mode. Upon reservation, SW programs the slow path
operations such as allocate stack memory for DMA and
bunch HW configurations to respective HW blocks.

Signed-off-by: Jerin Jacob <jerinj@marvell.com>
drivers/mempool/octeontx2/Makefile
drivers/mempool/octeontx2/meson.build
drivers/mempool/octeontx2/otx2_mempool_ops.c [new file with mode: 0644]