Re: [PATCH v1] vhost: fix crash caused by accessing a freed vsocket

2024-07-08 Thread Gongming Chen
> On Jul 2, 2024, at 3:48 PM, Maxime Coquelin > wrote: > > Hi Gongming, > > On 5/10/24 09:28, Gongming Chen wrote: >> Hi Maxime and Chenbo, >> Do you have any suggestions for how to address this? >> Looking forward to hearing from you! > > Could you please have a try with latest DPDK main b

Re: [PATCH v1] vhost: fix crash caused by accessing a freed vsocket

2024-07-02 Thread Maxime Coquelin
Hi Gongming, On 5/10/24 09:28, Gongming Chen wrote: Hi Maxime and Chenbo, Do you have any suggestions for how to address this? Looking forward to hearing from you! Could you please have a try with latest DPDK main branch, and if it reproduces, rebase your series on top of it. I don't think

Re: [PATCH v1] vhost: fix crash caused by accessing a freed vsocket

2024-05-10 Thread Gongming Chen
Hi Maxime and Chenbo, Do you have any suggestions for how to address this? Looking forward to hearing from you! Thanks, Gongming > On Apr 3, 2024, at 11:52 PM, Gongming Chen > wrote: > > Hi Maxime, > Thanks for review. > >> On Apr 3, 2024, at 5:39 PM, Maxime Coquelin >> wrote: >> >> Hi G

[PATCH v1] vhost: fix crash caused by accessing a freed vsocket

2024-04-03 Thread Gongming Chen
From: Gongming Chen When a vhost user message handling error in the event dispatch thread, vsocket reconn is added to the reconnection list of the reconnection thread. Since the reconnection, event dispatching and app configuration thread do not have common thread protection restrictions, the app