https://bugs.dpdk.org/show_bug.cgi?id=1772 Bug ID: 1772 Summary: [23.11] net/hns3 fails to build with clang 20 and C11 stdatomic enabled Product: DPDK Version: 23.11 Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: Normal Component: core Assignee: dev@dpdk.org Reporter: alialnu@nvidia.com Target Milestone: --- $ meson --werror --buildtype=debugoptimized -Denable_stdatomic=true build && ninja-build -C build [..] drivers/net/hns3/hns3_ethdev.c:5224:6: error: address argument to atomic operation must be a pointer to _Atomic type ('uint16_t *' (aka 'unsigned short *') invalid) [..] OS: Fedora Linux 42 Meson: 1.7.2 Compiler: clang version 20.1.8 -- You are receiving this mail because: You are the assignee for the bug.