!533 Add support for riscv64
From: @shafeipaozi Reviewed-by: @jiangheng12 Signed-off-by: @jiangheng12
This commit is contained in:
commit
700228ad5f
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
Name: dpdk
|
Name: dpdk
|
||||||
Version: 23.11
|
Version: 23.11
|
||||||
Release: 4
|
Release: 5
|
||||||
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
|
||||||
|
|
||||||
@ -47,7 +47,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
|
ExclusiveArch: x86_64 i686 aarch64 ppc64le loongarch64 riscv64
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: kernel-headers, kernel-devel, libpcap-devel, zlib-devel
|
BuildRequires: kernel-headers, kernel-devel, libpcap-devel, zlib-devel
|
||||||
@ -195,6 +195,9 @@ strip -g $RPM_BUILD_ROOT/lib/modules/%{kern_devel_ver}/extra/dpdk/igb_uio.ko
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 25 2024 shafeipaozi <sunbo.oerv@isrc.iscas.ac.cn> - 23.11-5
|
||||||
|
Add support to riscv64
|
||||||
|
|
||||||
* Tue Jan 23 2024 yinbin <yinbin8@huawei.com> - 23.11-4
|
* Tue Jan 23 2024 yinbin <yinbin8@huawei.com> - 23.11-4
|
||||||
Add support for loongarch64
|
Add support for loongarch64
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user