add sw_64 support

(cherry picked from commit f6fc24cd8a835873bd4df42f34519a1c0f2f42c4)
This commit is contained in:
Hailiang 2025-03-13 17:54:46 +08:00 committed by openeuler-sync-bot
parent a3c7ea0776
commit 1e2836cb53
2 changed files with 1211 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@ -11,7 +11,7 @@
Name: dpdk
Version: 23.11
Release: 27
Release: 28
URL: http://dpdk.org
Source: https://fast.dpdk.org/rel/dpdk-%{version}.tar.xz
@ -106,6 +106,8 @@ Patch6076: 0076-CVE-2024-11614-net-virtio-fix-Rx-checksum-calculation.patch
Patch9077: 0077-config-arm-adapt-RTE_MAX_LCORE-to-640.patch
Patch1078: 0078-dpdk-add-sw_64-support.patch
BuildRequires: meson
BuildRequires: python3-pyelftools
BuildRequires: diffutils
@ -124,7 +126,7 @@ License: BSD and LGPLv2 and GPLv2
# other techniques, carefully crafted assembly instructions. As such it
# needs extensive work to port it to other architectures.
#
ExclusiveArch: x86_64 i686 aarch64 ppc64le loongarch64 riscv64
ExclusiveArch: x86_64 i686 aarch64 ppc64le loongarch64 riscv64 sw_64
BuildRequires: gcc
BuildRequires: kernel-devel, libpcap-devel
@ -309,6 +311,9 @@ fi
/usr/sbin/depmod
%changelog
* Thu Mar 13 2025 mahailiang <mahailiang@uniontech.com> - 23.11-28
- add sw_64 support
* Tue Mar 13 2025 jiangheng <jiangheng14@huawei.com> - 23.11-27
- config: arm adapt RTE_MAX_LCORE to 640