* [DPDK/core Bug 1968] [dpdk-26.07] ABI testing dpdk26.07+dpdk25.11 meson_tests/power_kvm_vm_autotest: TEST FAILED
@ 2026-07-14 9:43 bugzilla
0 siblings, 0 replies; only message in thread
From: bugzilla @ 2026-07-14 9:43 UTC (permalink / raw)
To: dev
http://bugs.dpdk.org/show_bug.cgi?id=1968
Bug ID: 1968
Summary: [dpdk-26.07] ABI testing dpdk26.07+dpdk25.11
meson_tests/power_kvm_vm_autotest: TEST FAILED
Product: DPDK
Version: 26.07
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: core
Assignee: dev@dpdk.org
Reporter: yux.jiang@intel.com
Target Milestone: ---
Environment
-----------
DPDK version:
[DPDK 26.07rc3]
Steps to reproduce
------------------
1, Build latest dpdk(dpdk26.07rc3)
cd dpdk
rm -rf x86_64-native-linuxapp-gcc
CC=gcc meson -Dlibdir=lib -Dc_args=-DRTE_BUILD_SHARED_LIB
--default-library=shared x86_64-native-linuxapp-gcc
ninja -C x86_64-native-linuxapp-gcc
rm -rf /root/tmp/dpdk_share_lib /root/shared_lib_dpdk
DESTDIR=/root/tmp/dpdk_share_lib ninja -C x86_64-native-linuxapp-gcc -j 110
install
mv /root/tmp/dpdk_share_lib/usr/local/lib /root/shared_lib_dpdk
cat /root/.bashrc | grep LD_LIBRARY_PATH
sed -i 's#export LD_LIBRARY_PATH=.*#export
LD_LIBRARY_PATH=/root/shared_lib_dpdk#g' /root/.bashrc
2, copy LTS(dpdk25.11) dpdk_abi.tar.gz and build LTS dpdk
tar zxf /tmp/dpdk_abi.tar.gz -C ~
cd ~/dpdk/
rm -rf x86_64-native-linuxapp-gcc
CC=gcc meson -Dlibdir=lib -Dc_args=-DRTE_BUILD_SHARED_LIB
--default-library=shared x86_64-native-linuxapp-gcc
ninja -C x86_64-native-linuxapp-gcc
rm -rf x86_64-native-linuxapp-gcc/lib
rm -rf x86_64-native-linuxapp-gcc/drivers
3, do meson test
meson test -C x86_64-native-linuxapp-gcc power_kvm_vm_autotest -t 24
--num-processes 20 --test-args '-l 1-8 -d /root/shared_lib_dpdk'
Show the output from the previous commands.
-------------------------------------------
FAIL
Expected Result
---------------
Test OK
Is this issue a regression: Y
-----------------------------
0cec08732d (3-0cec08732d-f) power: validate lcore ID in cpufreq framework
Need fix or not? pls confirm
----------------------------
--
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-14 9:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-14 9:43 [DPDK/core Bug 1968] [dpdk-26.07] ABI testing dpdk26.07+dpdk25.11 meson_tests/power_kvm_vm_autotest: TEST FAILED bugzilla
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.