Re: [PATCH 0/2] net/hns3: fix mailbox bug and replace __atomic_xxx API

2023-11-10 Thread Ferruh Yigit
On 11/11/2023 1:59 AM, Jie Hai wrote: > This patch fixes sync mailbox failure and replace gcc builtin __atomic_xxx > with stdatomic API. > > Dengdui Huang (1): > net/hns3: fix sync mailbox failure forever > > Jie Hai (1): > net/hns3: use stdatomic API > Switching to stdatomic is not urgent

[PATCH 0/2] net/hns3: fix mailbox bug and replace __atomic_xxx API

2023-11-10 Thread Jie Hai
This patch fixes sync mailbox failure and replace gcc builtin __atomic_xxx with stdatomic API. Dengdui Huang (1): net/hns3: fix sync mailbox failure forever Jie Hai (1): net/hns3: use stdatomic API drivers/net/hns3/hns3_cmd.c | 25 + drivers/net/hns3/hns3_dcb.c | 3 +-