numam-dpdk/drivers/bus
Nipun Gupta a5b375edb7 net/dpaa2: add per-thread initialization API
DPAA2 hardware require a hardware portal context.
If a thread doing DPAA2 i/o do not have portal, it will
allocate it on run-time. This may cause a delay in the
datapath at run-time. To avoid it, it is better to allocate
a hw context portal at the start of thread expected to do
i/o with DPAA2 hardware.

This patch makes necessary changes for the same and creates
a pmd API to allocate a hw context portal for a thread.

Signed-off-by: Nipun Gupta <nipun.gupta@nxp.com>
2021-07-23 20:29:53 +02:00
..
auxiliary bus/auxiliary: introduce auxiliary bus 2021-07-05 18:11:28 +02:00
dpaa net/dpaa: add check for parsing default Rx queue 2021-07-23 19:44:05 +02:00
fslmc net/dpaa2: add per-thread initialization API 2021-07-23 20:29:53 +02:00
ifpga log: register with standardized names 2021-05-11 15:17:55 +02:00
pci bus/pci: fix leak for unbound devices 2021-07-06 11:27:55 +02:00
vdev log: register with standardized names 2021-05-11 15:17:55 +02:00
vmbus log: register with standardized names 2021-05-11 15:17:55 +02:00
meson.build bus/auxiliary: introduce auxiliary bus 2021-07-05 18:11:28 +02:00