Re: [PATCH v13 0/5] support error handling mode

2022-10-17 Thread Andrew Rybchenko
On 10/13/22 15:42, Chengwen Feng wrote: This patchset introduce error handling mode concept, the supported modes are as follows: 1) PASSIVE: passive error handling, after the PMD detect that a reset is required, the PMD reports RTE_ETH_EVENT_INTR_RESET event, and application invoke rte_eth_dev_r

[PATCH v13 0/5] support error handling mode

2022-10-13 Thread Chengwen Feng
This patchset introduce error handling mode concept, the supported modes are as follows: 1) PASSIVE: passive error handling, after the PMD detect that a reset is required, the PMD reports RTE_ETH_EVENT_INTR_RESET event, and application invoke rte_eth_dev_reset to recover the port. 2) PROACTIVE: