numam-dpdk/drivers/mempool/dpaa2
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
..
dpaa2_hw_mempool_logs.h mempool/dpaa2: support dynamic logging 2018-04-02 23:42:03 +02:00
dpaa2_hw_mempool.c mempool/dpaa2: support saving context of buffer pool 2019-01-14 17:44:29 +01:00
dpaa2_hw_mempool.h mempool/dpaa2: support saving context of buffer pool 2019-01-14 17:44:29 +01:00
Makefile bus/fslmc: upgrade mc FW APIs to 10.10.0 2018-10-16 14:54:25 +02:00
meson.build bus/fslmc: upgrade mc FW APIs to 10.10.0 2018-10-16 14:54:25 +02:00
rte_dpaa2_mempool.h mempool/dpaa2: add functions for CMDIF 2018-05-08 14:14:59 +02:00
rte_mempool_dpaa2_version.map bus/fslmc: fix undefined reference of memsegs 2018-08-27 14:14:27 +02:00