109df4601c
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> |
||
---|---|---|
.. | ||
dpaa2_hw_mempool_logs.h | ||
dpaa2_hw_mempool.c | ||
dpaa2_hw_mempool.h | ||
Makefile | ||
meson.build | ||
rte_dpaa2_mempool.h | ||
rte_mempool_dpaa2_version.map |