Re: [PATCH v9 1/5] ethdev: support get port error handling mode

2022-10-04 Thread fengchengwen
Hi Ferruh, On 2022/10/4 1:35, Ferruh Yigit wrote: On 9/22/2022 8:41 AM, Chengwen Feng wrote: This patch support gets port's error handling mode by rte_eth_dev_info_get() API. Currently, the defined modes include: 1) NONE: it means no error handling modes are supported by this port. 2) PASSIVE:

Re: [PATCH v9 1/5] ethdev: support get port error handling mode

2022-10-03 Thread Ferruh Yigit
On 9/22/2022 8:41 AM, Chengwen Feng wrote: This patch support gets port's error handling mode by rte_eth_dev_info_get() API. Currently, the defined modes include: 1) NONE: it means no error handling modes are supported by this port. 2) PASSIVE: passive error handling, after the PMD detect that a

[PATCH v9 1/5] ethdev: support get port error handling mode

2022-09-22 Thread Chengwen Feng
This patch support gets port's error handling mode by rte_eth_dev_info_get() API. Currently, the defined modes include: 1) NONE: it means no error handling modes are supported by this port. 2) PASSIVE: passive error handling, after the PMD detect that a reset is required, the PMD reports RTE_ETH_E