On 12/7/2023 1:37 AM, Jie Hai wrote: > This patchset refactors mailbox codes. > > -- > v3: > 1. fix the checkpatch warning on __atomic_xxx. > -- > > Dengdui Huang (4): > net/hns3: refactor VF mailbox message struct > net/hns3: refactor PF mailbox message struct > net/hns3: refactor send mailbox function > net/hns3: refactor handle mailbox function > >
Hi Jie, Dengdui, Set fails to build with clang and stdatomic [1], it can be reproduced with command [2]. Can you please check? [1] https://mails.dpdk.org/archives/test-report/2023-December/525771.html [2] CC=clang meson setup --buildtype=debugoptimized --werror -Denable_stdatomic=true build && ninja -C build