Re: [dpdk-dev] [PATCH 1/6] net/hns3: modify max reset fail retry count

2021-06-14 Thread Andrew Rybchenko
On 6/13/21 5:31 AM, Min Hu (Connor) wrote: From: HongBo Zheng When the device is very busy, VF reset may have to be retried many times to succeed, leading to the current max reset fail retry count not enough. This patch modify max reset fail retry count to 30 to enhance the reliability of rese

[dpdk-dev] [PATCH 1/6] net/hns3: modify max reset fail retry count

2021-06-12 Thread Min Hu (Connor)
From: HongBo Zheng When the device is very busy, VF reset may have to be retried many times to succeed, leading to the current max reset fail retry count not enough. This patch modify max reset fail retry count to 30 to enhance the reliability of reset function. Fixes: 2790c6464725 ("net/hns3: