!706 [sync] PR-703: add sw_64 support
From: @openeuler-sync-bot Reviewed-by: @jiangheng12 Signed-off-by: @jiangheng12
This commit is contained in:
commit
9b4a96cebb
1204
0078-dpdk-add-sw_64-support.patch
Normal file
1204
0078-dpdk-add-sw_64-support.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
Name: dpdk
|
Name: dpdk
|
||||||
Version: 23.11
|
Version: 23.11
|
||||||
Release: 27
|
Release: 28
|
||||||
URL: http://dpdk.org
|
URL: http://dpdk.org
|
||||||
Source: https://fast.dpdk.org/rel/dpdk-%{version}.tar.xz
|
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
|
Patch9077: 0077-config-arm-adapt-RTE_MAX_LCORE-to-640.patch
|
||||||
|
|
||||||
|
Patch1078: 0078-dpdk-add-sw_64-support.patch
|
||||||
|
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: python3-pyelftools
|
BuildRequires: python3-pyelftools
|
||||||
BuildRequires: diffutils
|
BuildRequires: diffutils
|
||||||
@ -124,7 +126,7 @@ License: BSD and LGPLv2 and GPLv2
|
|||||||
# other techniques, carefully crafted assembly instructions. As such it
|
# other techniques, carefully crafted assembly instructions. As such it
|
||||||
# needs extensive work to port it to other architectures.
|
# 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: gcc
|
||||||
BuildRequires: kernel-devel, libpcap-devel
|
BuildRequires: kernel-devel, libpcap-devel
|
||||||
@ -309,6 +311,9 @@ fi
|
|||||||
/usr/sbin/depmod
|
/usr/sbin/depmod
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Mar 13 2025 jiangheng <jiangheng14@huawei.com> - 23.11-27
|
||||||
- config: arm adapt RTE_MAX_LCORE to 640
|
- config: arm adapt RTE_MAX_LCORE to 640
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user