meta-dpdk/recipes-extended/dpdk/dpdk
Xiangyu Chen 4f5ff4c3c8
dpdk: backport patches to fix build
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>
2025-02-13 23:27:14 +08:00
..
0001-config-meson-get-cpu_instruction_set-from-meson-opti.patch dpdk: 23.07 -> 23.11 (LTS) 2023-12-08 09:04:48 +08:00
0001-Makefile-add-makefile.patch dpdk-module: upgrade 22.07.0 -> 23.03 2023-05-10 16:04:59 +08:00
0001-meson.build-march-and-mcpu-already-passed-by-Yocto-21.11.patch dpdk/21.11: add recipe 2021-12-10 14:41:55 +08:00
0001-net-gve-base-fix-build-with-Fedora.patch dpdk: backport patches to fix build 2025-02-13 23:27:14 +08:00
0001-net-ionic-fix-build-with-Fedora.patch dpdk: backport patches to fix build 2025-02-13 23:27:14 +08:00
0001-support-5.18-kernel-ABI.patch dpdk-kmods: update to latest commit 2022-11-15 21:43:28 +08:00