* [dpdk-dev] [Bug 401] unit_tests: mempool_autotest failed with shared mode library
@ 2020-02-20 5:48 bugzilla
0 siblings, 0 replies; only message in thread
From: bugzilla @ 2020-02-20 5:48 UTC (permalink / raw)
To: dev
https://bugs.dpdk.org/show_bug.cgi?id=401
Bug ID: 401
Summary: unit_tests: mempool_autotest failed with shared mode
library
Product: DPDK
Version: 20.02
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: other
Assignee: dev@dpdk.org
Reporter: hailinx.xu@intel.com
Target Milestone: ---
1.compile DPDK shared library based on DPDK 20.02-rc0
# checkout to DPDK latest version (my ENV commit id is
10060dba6455461088d24e03d3cfeba639d53022)
# set CONFIG_RTE_BUILD_SHARED_LIB=y in conf/common_base
# compile DPDK
# cp x86_64-native-linuxapp-gcc/lib/ /root/shared_lib_dpdk19.11/ -rf
# export LD_LIBRARY_PATH=/root/shared_lib_dpdk19.11
2.compile DPDK APPs with shared mode library based on DPDK 19.11
# git checkout v19.11
# set CONFIG_RTE_BUILD_SHARED_LIB=y in conf/common_base
# compile DPDK
3.Bind PF with vfio-pci
# /root/dpdk/usertools/dpdk-devbind.py -b vfio-pci 86:00.0 86:00.1
4.start DPDK APP test with -d paramter
# ./x86_64-native-linuxapp-gcc/app/test -n 1 -c 0xfffffffefffffffe -d
/root/shared_lib_dpdk19.11
5.input mempool_autotest and check output
RTE>>mempool_autotest
test_mempool ret = -22
test failed at test_mempool():535
Test Failed
RTE>>
#the output should contain 'Test OK', but it is as following:
test_mempool ret = -22
test failed at test_mempool():535
Test Failed
RTE>>
--
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:[~2020-02-20 5:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-20 5:48 [dpdk-dev] [Bug 401] unit_tests: mempool_autotest failed with shared mode library bugzilla
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).