Re: [PATCH v2 5/7] app/testpmd: add error recovery usage demo

2023-11-06 Thread fengchengwen
Hi Huisong, On 2023/11/1 12:08, lihuisong (C) wrote: > > 在 2023/10/20 18:07, Chengwen Feng 写道: >> This patch adds error recovery usage demo which will: >> 1. stop packet forwarding when the RTE_ETH_EVENT_ERR_RECOVERING event >>     is received. >> 2. restart packet forwarding when the RTE_ETH_EVE

Re: [PATCH v2 5/7] app/testpmd: add error recovery usage demo

2023-10-31 Thread lihuisong (C)
在 2023/10/20 18:07, Chengwen Feng 写道: This patch adds error recovery usage demo which will: 1. stop packet forwarding when the RTE_ETH_EVENT_ERR_RECOVERING event is received. 2. restart packet forwarding when the RTE_ETH_EVENT_RECOVERY_SUCCESS event is received. 3. prompt the ports that

[PATCH v2 5/7] app/testpmd: add error recovery usage demo

2023-10-20 Thread Chengwen Feng
This patch adds error recovery usage demo which will: 1. stop packet forwarding when the RTE_ETH_EVENT_ERR_RECOVERING event is received. 2. restart packet forwarding when the RTE_ETH_EVENT_RECOVERY_SUCCESS event is received. 3. prompt the ports that fail to recovery and need to be removed whe