Re: [PATCH 0/5] net/hns3: fix and refactor mailbox code

2023-11-10 Thread Ferruh Yigit
On 11/10/2023 6:21 AM, Jie Hai wrote: > On 2023/11/10 2:50, Ferruh Yigit wrote: >> On 11/8/2023 3:44 AM, Jie Hai wrote: >>> This patchset fixes failure on sync mailbox and refactors some codes >>> on mailbox. >>> >>> Dengdui Huang (5): >>>    net/hns3: fix sync mailbox failure forever >>>    net/hn

Re: [PATCH 0/5] net/hns3: fix and refactor mailbox code

2023-11-09 Thread Jie Hai
On 2023/11/10 2:50, Ferruh Yigit wrote: On 11/8/2023 3:44 AM, Jie Hai wrote: This patchset fixes failure on sync mailbox and refactors some codes on mailbox. Dengdui Huang (5): net/hns3: fix sync mailbox failure forever net/hns3: refactor VF mailbox message struct net/hns3: refactor PF

Re: [PATCH 0/5] net/hns3: fix and refactor mailbox code

2023-11-09 Thread Ferruh Yigit
On 11/8/2023 3:44 AM, Jie Hai wrote: > This patchset fixes failure on sync mailbox and refactors some codes on > mailbox. > > Dengdui Huang (5): > net/hns3: fix sync mailbox failure forever > net/hns3: refactor VF mailbox message struct > net/hns3: refactor PF mailbox message struct > net

[PATCH 0/5] net/hns3: fix and refactor mailbox code

2023-11-07 Thread Jie Hai
This patchset fixes failure on sync mailbox and refactors some codes on mailbox. Dengdui Huang (5): net/hns3: fix sync mailbox failure forever net/hns3: refactor VF mailbox message struct net/hns3: refactor PF mailbox message struct net/hns3: refactor send mailbox function net/hns3: refa