117ba4a604
Whenever the app is calling rte_eth_dev_info_get(), it shouldn't use the admin command. It was causing problems, if it was called from the secondary process - the main process was crashing, and the secondary app wasn't getting any result, as the admin request couldn't be processed by the process which was requesting the data. To fix that, the data is being written to the adapter structure during device initialization routine. Signed-off-by: Michal Krawczyk <mk@semihalf.com> |
||
---|---|---|
.. | ||
base | ||
ena_ethdev.c | ||
ena_ethdev.h | ||
ena_logs.h | ||
ena_platform.h | ||
Makefile | ||
meson.build | ||
rte_pmd_ena_version.map |