Re: [PATCH v2 2/5] eal: fix multiprocess hotplug race

2024-03-13 Thread Burakov, Anatoly
On 3/7/2024 8:01 AM, Artemy Kovalyov wrote: There exists a time gap between the creation of the multiprocess channel and the registration of request action handlers. Within this window, a secondary process that receives an eal_dev_mp_request broadcast notification might respond with ENOTSUP. This

[PATCH v2 2/5] eal: fix multiprocess hotplug race

2024-03-06 Thread Artemy Kovalyov
There exists a time gap between the creation of the multiprocess channel and the registration of request action handlers. Within this window, a secondary process that receives an eal_dev_mp_request broadcast notification might respond with ENOTSUP. This, in turn, causes the rte_dev_probe() operatio