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

2023-03-03 Thread Ferruh Yigit
On 3/3/2023 1:49 AM, fengchengwen wrote: > On 2023/3/2 21:01, Konstantin Ananyev wrote: >> >> >>> >>> 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

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

2023-03-02 Thread fengchengwen
On 2023/3/2 21:01, Konstantin Ananyev wrote: > > >> >> 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.

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

2023-03-02 Thread Konstantin Ananyev
> > 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