Re: [PATCH v3 0/3] net/hns3: bugfix on reset

2023-12-08 Thread Ferruh Yigit
On 12/8/2023 7:44 AM, Jie Hai wrote: > This patchset fixes some bugs on reset, and the replaces > of gcc builtin __atomic_xxx with rte_atomic_xxx is removed > and will send later separately. > > Dengdui Huang (3): > net/hns3: fix VF multiple count on one reset > net/hns3: fix disable command w

[PATCH v3 0/3] net/hns3: bugfix on reset

2023-12-07 Thread Jie Hai
This patchset fixes some bugs on reset, and the replaces of gcc builtin __atomic_xxx with rte_atomic_xxx is removed and will send later separately. Dengdui Huang (3): net/hns3: fix VF multiple count on one reset net/hns3: fix disable command with firmware net/hns3: fix incorrect reset level