Hi,

> -----Original Message-----
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Dror Birkman
> Sent: Thursday, October 27, 2016 1:25 PM
> To: dev at dpdk.org
> Subject: [dpdk-dev] Tcpdump
> 
> Hi,
> 
> I have a DPDK application that binds to an interface and processes packets.
> For debugging purposes I want to run tcpdump on this interface.

DPDK  provides dpdk-pdump tool for capturing the packets to pcap file, which 
can be passed to tcpdump like tool to view the packets.
Please refer below DPDK documentation on the same.  If you have further 
questions on the usage, please do send mail on to users at dpdk.org.
It does effect the performance so it is recommended to use it for debugging 
purposes.

http://dpdk.org/doc/guides/prog_guide/pdump_lib.html
http://dpdk.org/doc/guides/sample_app_ug/pdump.html

Thanks,
Reshma

> 
> IYO, what is my best option with hurting the performance of the application 
> too
> much?


> 
> TIA,
> Dror

Reply via email to