[dpdk-dev] DPDK PDUMP Issue
Dikshant Chitkara
dchitkara at Airspan.com
Tue Jul 14 10:40:55 CEST 2020
Hi Team,
We are facing an issue w.r.t to using DPDK PDUMP utility and want to check if you can help us in this regard.
This issue is specific to DPDK 19.05 version or may be newer versions and was not found on DPDK 18.08 version.
The issue is that when we built DPDK in shared library mode and try to run PDUMP we get following error on PDUMP console:
EAL: Failed to hotplug add device
EAL: Error - exiting with code: 1
Cause: vdev creation failed
On Debugging above error message, I found that inside rte_dev_probe() function in the file lib/librte_eal/common/eal_common_dev.c , req.result = -14 which is non-zero value and points to enum EFAULT (Bad address) value, thus leading to above error.
However, when I ran PDUMP in DPDK 18.08, I did not observe any such issue and it worked fine.
DPDK was built with following flags set in config/common_base file:
CONFIG_RTE_LIBRTE_PMD_PCAP=y
CONFIG_RTE_LIBRTE_PDUMP=y
I ran PDUMP with testpmd as primary application and was trying to send some traffic on the Ethernet dpdk port using testpmd and capture it using pdump.
Attached are the logs for both testpmd and pdump in both DPDK19_05 and DPDK_18_08 version for your reference.
Let us know if you can help in this regard.
Thanks,
Dikshant
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: pdump_18_08.txt
URL: <http://mails.dpdk.org/archives/dev/attachments/20200714/88363eb9/attachment.txt>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: testpmd_18_08.txt
URL: <http://mails.dpdk.org/archives/dev/attachments/20200714/88363eb9/attachment-0001.txt>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: pdump_19_05.txt
URL: <http://mails.dpdk.org/archives/dev/attachments/20200714/88363eb9/attachment-0002.txt>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: testpmd_19_05.txt
URL: <http://mails.dpdk.org/archives/dev/attachments/20200714/88363eb9/attachment-0003.txt>
More information about the dev
mailing list