7efd5202f7
When eth_octeontx is initialized before event_octeontx, eth_octeontx
would initiate setting up of the event device with the max ports and
queues available. If number of ports is more than the number of queues,
some ports would be left unused when the ports and queues are mapped
1:1. But even in that case the ports need to be setup, or otherwise it
would lead to a segmentation fault when event device is started.
Fixes:
|
||
---|---|---|
.. | ||
base | ||
Makefile | ||
meson.build | ||
octeontx_ethdev.c | ||
octeontx_ethdev.h | ||
octeontx_logs.h | ||
octeontx_rxtx.c | ||
octeontx_rxtx.h | ||
rte_pmd_octeontx_version.map |