This patch fixes race-condition of proactive error handling mode, the discussion thread [1].
[1] http://patchwork.dpdk.org/project/dpdk/patch/20230220060839.1267349-2-ashok.k.kal...@intel.com/ Chengwen Feng (5): ethdev: fix race-condition of proactive error handling mode net/hns3: replace fp ops config function net/bnxt: fix race-condition when report error recovery net/bnxt: use fp ops setup function app/testpmd: add error recovery usage demo app/test-pmd/testpmd.c | 80 +++++++++++++++++++++++++ app/test-pmd/testpmd.h | 4 +- doc/guides/prog_guide/poll_mode_drv.rst | 20 +++---- drivers/net/bnxt/bnxt_cpr.c | 18 +++--- drivers/net/bnxt/bnxt_ethdev.c | 9 +-- drivers/net/hns3/hns3_rxtx.c | 21 +------ lib/ethdev/ethdev_driver.c | 8 +++ lib/ethdev/ethdev_driver.h | 10 ++++ lib/ethdev/rte_ethdev.h | 32 ++++++---- lib/ethdev/version.map | 1 + 10 files changed, 143 insertions(+), 60 deletions(-) -- 2.17.1