Re: [dpdk-dev] [PATCH] net/iavf: fix queue start failed

2021-09-14 Thread Zhang, Qi Z
> -Original Message- > From: dev On Behalf Of Qiming Chen > Sent: Monday, September 13, 2021 11:40 AM > To: dev@dpdk.org > Cc: Xing, Beilei ; Wu, Jingjing > ; > Qiming Chen ; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH] net/iavf: fix queue start failed &g

[dpdk-dev] [PATCH] net/iavf: fix queue start failed

2021-09-12 Thread Qiming Chen
In the iavf_dev_start function, if the first execution of iavf_start_queues fails, it will still fail when it is started again. The patch solves the problem of rolling back resources after the queue fails to start, and then restarts successfully. Fixes: 69dd4c3d0898 ("net/avf: enable queue and dev