[dpdk-users] DPDPK-PDUMP not creating rx file

2016-11-01 Thread Pattan, Reshma
 socket -1
EAL:   probe driver: 8086:105e rte_em_pmd
EAL: No probed ethernet devices
USER1: create a new mbuf pool : n=155456, size=2176, 
socket=0
Done
No commandline core given, start packet forwarding
io packet forwarding - ports=0 - cores=0 - streams=0 - NUMA support disabled, 
MP over anonymous pages disabled

  io packet forwarding - CRC stripping disabled - packets/burst=32
  nb forwarding cores=1 - nb forwarding ports=0
  RX queues=1 - RX desc=128 - RX free threshold=0
  RX threshold registers: pthresh=0 hthresh=0 wthresh=0
  TX queues=1 - TX desc=512 - TX free threshold=0
  TX threshold registers: pthresh=0 hthresh=0 wthresh=0
  TX RS bit threshold=0 - TXQ flags=0x0
Press enter to exit

Telling cores to stop...
Waiting for lcores to finish...



  +++ Accumulated forward statistics for all ports+++
  RX-packets: 0  RX-dropped: 0 RX-total: 0
  TX-packets: 0  TX-dropped: 0 TX-total: 0
  

Done.

Bye...
it is not working now , I do not know why


On Sat, Oct 29, 2016 at 9:13 AM, shokoofeh nobahari mailto:sh.nobahari65 at gmail.com>> wrote:
Hi Reshma
Sory for delay in response ,I change the OS system of my server and I am 
working to set up DPDK again from the base !
I will send the startup logs of testpmd and dpdk-pdump as soon as posible!
thank you very much

On Thu, Oct 27, 2016 at 8:13 PM, Pattan, Reshma mailto:reshma.pattan at intel.com>> wrote:
Hi ,

Resending the mail again.. Can you provide me below info to help you in finding 
the issue?
Do you have libpcap development files  installed on your machine.?
Can you send me the startup logs of testpmd and dpdk-pdump tool. I will take a 
look.

Thanks,
Reshma


From: Pattan, Reshma
Sent: Wednesday, October 26, 2016 11:37 AM
To: 'shokoofeh nobahari' mailto:sh.nobahari65 at 
gmail.com>>
Subject: RE: DPDPK-PDUMP not creating rx file

Hi,
Hi

From: shokoofeh nobahari [mailto:sh.nobahar...@gmail.com]
Sent: Tuesday, October 25, 2016 6:20 PM
To: Pattan, Reshma mailto:reshma.pattan at 
intel.com>>
Subject: DPDPK-PDUMP not creating rx file

Hi Reshma
yes firs i run testpmd , everything was working with dpdk and then i run 
dpak-pdump , but no response !
yes that is a typing issue ! the pcap file w

Do you have libpcap development files  installed on your machine.?
Can you send me the startup logs of testpmd and dpdk-pdump tool. I will take a 
look.

Thanks,
Reshma


On Tuesday, October 25, 2016, Pattan, Reshma mailto:reshma.pattan at intel.com>> wrote:
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<mailto: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





[dpdk-users] DPDPK-PDUMP not creating rx file

2016-10-25 Thread shokoofeh nobahari
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 .
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


[dpdk-users] DPDPK-PDUMP not creating rx file

2016-10-25 Thread Pattan, Reshma
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