Re: [PATCH v2 1/7] ethdev: fix race-condition of proactive error handling mode

2023-10-31 Thread lihuisong (C)
lgtm, Acked-by: Huisong Li 在 2023/10/20 18:07, Chengwen Feng 写道: In the proactive error handling mode, the PMD will set the data path pointers to dummy functions and then try recovery, in this period the application may still invoking data path API. This will introduce a race-condition with dat

[PATCH v2 1/7] ethdev: fix race-condition of proactive error handling mode

2023-10-20 Thread Chengwen Feng
In the proactive error handling mode, the PMD will set the data path pointers to dummy functions and then try recovery, in this period the application may still invoking data path API. This will introduce a race-condition with data path which may lead to crash [1]. Although the PMD added delay aft