Re: [dpdk-dev] [dpdk-stable] [PATCH] net/i40e: fix queue related exception handling

2020-05-14 Thread Yang, Qiming
Hi, Xiaolong > -Original Message- > From: Ye, Xiaolong > Sent: Thursday, May 14, 2020 15:44 > To: Yang, Qiming > Cc: dev@dpdk.org; Xing, Beilei ; sta...@dpdk.org > Subject: Re: [dpdk-stable] [PATCH] net/i40e: fix queue related exception > handling > > On 05/13, Qiming Yang wrote: > >The

Re: [dpdk-dev] [dpdk-stable] [PATCH] net/i40e: fix queue related exception handling

2020-05-14 Thread Ye Xiaolong
On 05/13, Qiming Yang wrote: >There should have different behavior in queue start fail and stop fail case. >When queue start fail, all the next actions should be terminated and then >started queues should be cleared. But for queue stop stage, one queue stop >fail should not end other queues stop. T