numam-dpdk/drivers/mempool
Shreyansh Jain 109df4601c mempool/dpaa2: support saving context of buffer pool
Initial design was to have the buffer pool per process where a
global static array stores the bpids. But, in case of secondary
processes, this would not allow the I/O threads to translate the
bpid in Rx'd packets.

This patch moves the array to a global area (rte_malloc) and in
case of Rx thread not containing a valid reference to the array,
reference is build using the handle avaialble in the dpaa2_queue.

Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
2019-01-14 17:44:29 +01:00
..
bucket
dpaa add missing static keyword to globals 2018-10-29 02:01:08 +01:00
dpaa2 mempool/dpaa2: support saving context of buffer pool 2019-01-14 17:44:29 +01:00
octeontx use registered name for OCTEON TX references 2018-10-26 14:16:05 +02:00
ring
stack
Makefile
meson.build