Re: [dpdk-dev] [PATCH 00/11] critical bugfixes for hns3

2021-02-04 Thread Ferruh Yigit
On 2/3/2021 12:23 PM, Lijun Ou wrote: Based on some suggestions, we reorganize the fixes and resend the only fixes. Chengchang Tang (4): net/hns3: fix stats flip overflow net/hns3: replace all atomic type with C11 atomic builtins net/hns3: fix cmdq cleared during firmware process net

[dpdk-dev] [PATCH 00/11] critical bugfixes for hns3

2021-02-03 Thread Lijun Ou
Based on some suggestions, we reorganize the fixes and resend the only fixes. Chengchang Tang (4): net/hns3: fix stats flip overflow net/hns3: replace all atomic type with C11 atomic builtins net/hns3: fix cmdq cleared during firmware process net/hns3: fix VF reset after MBX failed Chengw