set platform to generic for compatibility

(cherry picked from commit fe8837319c75f490c63c62a2d7310b0f16734707)
This commit is contained in:
jiangheng 2022-11-07 17:31:58 +08:00 committed by openeuler-sync-bot
parent 08d95d28bd
commit 944fcd088f

View File

@ -1,6 +1,6 @@
Name: dpdk Name: dpdk
Version: 21.11 Version: 21.11
Release: 21 Release: 22
Packager: packaging@6wind.com Packager: packaging@6wind.com
URL: http://dpdk.org URL: http://dpdk.org
%global source_version 21.11 %global source_version 21.11
@ -261,7 +261,7 @@ This package contains the pdump tool for capture the dpdk network packets.
%build %build
export CFLAGS="%{optflags}" export CFLAGS="%{optflags}"
meson build -Dexamples=l3fwd-power,ethtool,l3fwd,kni,dma,ptpclient meson build -Dplatform=generic -Dexamples=l3fwd-power,ethtool,l3fwd,kni,dma,ptpclient
ninja -C build -v ninja -C build -v
%install %install
@ -340,6 +340,9 @@ strip -g $RPM_BUILD_ROOT/lib/modules/%{kern_devel_ver}/extra/dpdk/igb_uio.ko
/usr/sbin/depmod /usr/sbin/depmod
%changelog %changelog
* Mon Nov 07 2022 jiangheng <jiangheng14@huawei.com> - 21.11-22
- set platform to generic for compatibility
* Sat Oct 29 2022 chenjiji <chenjiji09@163.com> - 21.11-21 * Sat Oct 29 2022 chenjiji <chenjiji09@163.com> - 21.11-21
Sync some patches for bonding PMD and testpmd. And patchs Sync some patches for bonding PMD and testpmd. And patchs
are as follows: are as follows: