Re: [dpdk-dev] [PATCH] net/ena: get device info statically

2019-02-18 Thread Ferruh Yigit
On 2/15/2019 8:36 AM, Michal Krawczyk wrote: > 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

[dpdk-dev] [PATCH] net/ena: get device info statically

2019-02-15 Thread Michal Krawczyk
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 wh