Re: [PATCH v2 0/5] net/hns3: add some features and bugfixes

2023-06-01 Thread Dongdong Liu
Hi Ferruh On 2023/6/1 18:30, Ferruh Yigit wrote: On 5/22/2023 5:15 PM, Ferruh Yigit wrote: On 5/22/2023 2:17 PM, Dongdong Liu wrote: This patchset contains some features and bugfixes for hns3. v1->v2: -Fix check-git-log warnings. Chengwen Feng (1): net/hns3: fix receive multiple firmware re

Re: [PATCH v2 0/5] net/hns3: add some features and bugfixes

2023-06-01 Thread Ferruh Yigit
On 5/22/2023 5:15 PM, Ferruh Yigit wrote: > On 5/22/2023 2:17 PM, Dongdong Liu wrote: >> This patchset contains some features and bugfixes for hns3. >> >> v1->v2: >> -Fix check-git-log warnings. >> >> Chengwen Feng (1): >> net/hns3: fix receive multiple firmware reset interrupts >> >> Dengdui Hua

Re: [PATCH v2 0/5] net/hns3: add some features and bugfixes

2023-05-22 Thread Ferruh Yigit
On 5/22/2023 2:17 PM, Dongdong Liu wrote: > This patchset contains some features and bugfixes for hns3. > > v1->v2: > -Fix check-git-log warnings. > > Chengwen Feng (1): > net/hns3: fix receive multiple firmware reset interrupts > > Dengdui Huang (2): > net/hns3: fix loop code variable type

[PATCH v2 0/5] net/hns3: add some features and bugfixes

2023-05-22 Thread Dongdong Liu
This patchset contains some features and bugfixes for hns3. v1->v2: -Fix check-git-log warnings. Chengwen Feng (1): net/hns3: fix receive multiple firmware reset interrupts Dengdui Huang (2): net/hns3: fix loop code variable type mismatch net/hns3: add Tx/Rx descriptor logs Huisong Li (2)