Hi, > -----Original Message----- > From: users [mailto:users-bounces at dpdk.org] On Behalf Of shokoofeh nobahari > Sent: Tuesday, October 25, 2016 12:46 PM > To: users at dpdk.org > Subject: [dpdk-users] DPDPK-PDUMP not creating rx file > > Dear all > I am executing DPDK 16.07 on a physical ubuntu server with 2 Intel NIC and I > need to capture the traffic to pcap files so I am using pdump API. > I also set CONFIG_RTE_LIBRTE_PMD_PCAP=y in common-base file in config > directory of DPDK and recompile the build. > dpdk-pdump is running and working but it is not creating the rx.pcap file .
I assume you are running testpmd first and then dpdk-pdump tool, is that correct? Also I see you are using rx-dev as rx-1-file.pcap but not rx.pcap file. So you should look for file rx-1-file.pcap but not rx.pcap, or is that a typo in your sentence? > My command is like below: > > ./dpdk-pdump -c 3 -n 2 -- --pdump 'device_id=0e:00.0,queue=*,rx- dev=/tmp/rx- > 1-file.pcap' > > > I will be very grateful if you can help me with this situation ! > thank you all