RE: [PATCH v7] net/ice: fix ice dcf control thread crash

2023-05-14 Thread Zhang, Qi Z
> -Original Message- > From: Ye, MingjinX > Sent: Tuesday, April 11, 2023 10:09 AM > To: dev@dpdk.org > Cc: Yang, Qiming ; sta...@dpdk.org; Zhou, YidingX > ; Ye, MingjinX ; Zhang, > Ke1X ; Zhang, Qi Z > Subject: [PATCH v7] net/ice: fix ice dcf control threa

RE: [PATCH v7] net/ice: fix ice dcf control thread crash

2023-05-10 Thread Liao, TingtingX
org>; Zhou, YidingX > mailto:yidingx.z...@intel.com>>; Ye, MingjinX > mailto:mingjinx...@intel.com>>; Zhang, Ke1X > mailto:ke1x.zh...@intel.com>>; Zhang, Qi Z > mailto:qi.z.zh...@intel.com>> > Subject: [PATCH v7] net/ice: fix ice dcf control thread crash

[PATCH v7] net/ice: fix ice dcf control thread crash

2023-04-10 Thread Mingjin Ye
The control thread accesses the hardware resources after the resources were released, which results in a segment error. The 'ice-reset' threads are detached, so thread resources cannot be reclaimed by `pthread_join` calls. This commit synchronizes the number of "ice-reset" threads by adding a var