64f5de4194
Removing use of link data under evq_info_t structure which was
used to check whether the the associated evq has been linked
or not. Since, an evq can be linked to multiple event ports,
thus setting the link variable only allowed the first event
port to be associated with the evq. This led to huge performance
drop in case of multiple event ports as I/O only worked on
first event port associated with the evq.
Fixes:
|
||
---|---|---|
.. | ||
dpaa2_eventdev_logs.h | ||
dpaa2_eventdev.c | ||
dpaa2_eventdev.h | ||
dpaa2_hw_dpcon.c | ||
Makefile | ||
meson.build | ||
rte_pmd_dpaa2_event_version.map |