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

2023-03-02 Thread Konstantin Ananyev
> 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 proac

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

2023-02-28 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