aboutsummaryrefslogtreecommitdiffstats
path: root/dynamic-layers/clang-layer
diff options
context:
space:
mode:
authorXiangyu Chen <xiangyu.chen@windriver.com>2025-02-12 09:45:40 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2025-02-13 23:27:14 +0800
commit4f5ff4c3c86c90d9a2da787740be6b8b8b4de821 (patch)
tree80838265d939049c5b13f3b93d1c80613d86d6c5 /dynamic-layers/clang-layer
parentbecaf7c1823e27bc2818ab2f81e52c542d04a48c (diff)
downloadmeta-dpdk-master.tar.gz
dpdk: backport patches to fix buildHEADmaster
Currently, a number of integer types are typedef'd to their corresponding userspace or RTE values. This can be problematic if these types are already defined somewhere else, as it would cause type collisions. The error like this: gve_osdep.h:45:20: error: conflicting types for '__le64'; have 'rte_le64_t' {aka 'long unsigned int'} | 45 | typedef rte_le64_t __le64; | | ^~~~~~ | .... recipe-sysroot/usr/include/linux/types.h:35:25: note: previous declaration of '__le64' with type '__le64' {aka 'long long unsigned int'} | 35 | typedef __u64 __bitwise __le64; The upstream has already fixed, backport them to 23.11.x. Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers/clang-layer')
0 files changed, 0 insertions, 0 deletions