Re: [PATCH] vhost: Fix the crash caused by accessing the released memory

2024-06-25 Thread Patrick Robb
rerunning the failing performance test in CI testing as it was a false failure. On Tue, Jun 25, 2024 at 2:39 AM zhaoxinxin <15957197...@163.com> wrote: > > The rte_vhost_driver_unregister() vhost_user_read_cb() > vhost_user_client_reconnect() can be called at the same time by 3 threads. > when mem

Re: [PATCH] vhost: Fix the crash caused by accessing the released memory

2024-06-24 Thread Maxime Coquelin
Hi, On 6/19/24 14:27, zhaoxinxin wrote: The rte_vhost_driver_unregister() vhost_user_read_cb() vhost_user_client_reconnect() can be called at the same time by 3 threads. when memory of vsocket is freed in rte_vhost_driver_unregister(), then vhost_user_read_cb() maybe add vsocket to reconn_list,