From 944fcd088fef9a51f74fb7f9afe49f0e5578e2eb Mon Sep 17 00:00:00 2001 From: jiangheng Date: Mon, 7 Nov 2022 17:31:58 +0800 Subject: [PATCH] set platform to generic for compatibility (cherry picked from commit fe8837319c75f490c63c62a2d7310b0f16734707) --- dpdk.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dpdk.spec b/dpdk.spec index eb7aee4..c6cbca5 100644 --- a/dpdk.spec +++ b/dpdk.spec @@ -1,6 +1,6 @@ Name: dpdk Version: 21.11 -Release: 21 +Release: 22 Packager: packaging@6wind.com URL: http://dpdk.org %global source_version 21.11 @@ -261,7 +261,7 @@ This package contains the pdump tool for capture the dpdk network packets. %build 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 %install @@ -340,6 +340,9 @@ strip -g $RPM_BUILD_ROOT/lib/modules/%{kern_devel_ver}/extra/dpdk/igb_uio.ko /usr/sbin/depmod %changelog +* Mon Nov 07 2022 jiangheng - 21.11-22 +- set platform to generic for compatibility + * Sat Oct 29 2022 chenjiji - 21.11-21 Sync some patches for bonding PMD and testpmd. And patchs are as follows: