Re: [PATCH v2 3/7] net/bnxt: fix race-condition when report error recovery

2023-11-02 Thread Ajit Khaparde
On Fri, Oct 20, 2023 at 3:11 AM Chengwen Feng wrote: > > If set data path functions to dummy functions before reports error > recovering event, there maybe a race-condition with data path threads, > this patch fixes it by setting data path functions to dummy functions > only after reports such eve

[PATCH v2 3/7] net/bnxt: fix race-condition when report error recovery

2023-10-20 Thread Chengwen Feng
If set data path functions to dummy functions before reports error recovering event, there maybe a race-condition with data path threads, this patch fixes it by setting data path functions to dummy functions only after reports such event. Fixes: e11052f3a46f ("net/bnxt: support proactive error han