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

2020-05-18 Thread Ye Xiaolong
On 05/18, 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

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

2020-05-17 Thread Qiming Yang
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. This patch fixed that issue in PF