Re: [dpdk-dev] [PATCH] net/hns3: add runtime config to set MBX limit time

2021-10-20 Thread Min Hu (Connor)
Hi, Ferruh, 在 2021/9/9 21:20, Ferruh Yigit 写道: On 8/30/2021 4:48 AM, Min Hu (Connor) wrote: From: Chengchang Tang Current, the max waiting time for MBX response is 500ms, but in some scenarios, it is not enough. Since it depends on the response of the kernel mode driver, and its response time

Re: [dpdk-dev] [PATCH] net/hns3: add runtime config to set MBX limit time

2021-09-09 Thread Ferruh Yigit
On 8/30/2021 4:48 AM, Min Hu (Connor) wrote: > From: Chengchang Tang > > Current, the max waiting time for MBX response is 500ms, but in > some scenarios, it is not enough. Since it depends on the response > of the kernel mode driver, and its response time is related to the > scheduling of the sy

[dpdk-dev] [PATCH] net/hns3: add runtime config to set MBX limit time

2021-08-29 Thread Min Hu (Connor)
From: Chengchang Tang Current, the max waiting time for MBX response is 500ms, but in some scenarios, it is not enough. Since it depends on the response of the kernel mode driver, and its response time is related to the scheduling of the system. In this special scenario, most of the cores are iso