From: TranceWorldLogic <tranceworldlogic@gmail.com>
To: users@dpdk.org
Subject: [dpdk-users] pdump error : Invalid RX queue_id=0
Date: Fri, 1 Feb 2019 19:33:38 +0530 [thread overview]
Message-ID: <CAOtQfMTv4w1nWmOxAOBPLLze=FjBSDTxVaNg1s6jxxU05F9h=w@mail.gmail.com> (raw)
Hi,
I am trying to write application with dpdk and want to debug packets.
Details:
*Setup*: I have create VM using qemu-kvm but nic type I have selected as
e1000.
*Test*: Ping to VM IP (without DPDK I verified ping working fine)
*Application* : Application just read receive packets from nic and just
printing packt_type.
*Issue:* I wan to see what is received by DPDK application like tcpdump.
*Expect*: expect to see arp request in VM.
*My Trial :*
1> I tried not unbinding Ethernet port running dpdk with --vdev option I
able to see packets using tcpdump. It is fine but I want to explore use of
pdump feature.
2> I am trying to run my application using pdump API (rte_pdump_int()). And
to collect PCAP I am running dpdk-pdump tool but it not capturing pcap
files. It get crash. And in my application I can see "Invalid RX queue_id=0".
And at dpdk-pdump got below error.
EAL: Error - exiting with code: 1
Cause: vdev creation failed:create_mp_ring_vdev:706
Can anyone help me to know reason for this failure message ?
I am using *port_init* function from below tutorial link.
http://doc.dpdk.org/guides/sample_app_ug/skeleton.html
Thanks,
~Rohit
reply other threads:[~2019-02-01 14:03 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAOtQfMTv4w1nWmOxAOBPLLze=FjBSDTxVaNg1s6jxxU05F9h=w@mail.gmail.com' \
--to=tranceworldlogic@gmail.com \
--cc=users@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).