[dpdk-dev] [PATCH v2 0/5] add dpdk packet capture support for tcpdump

2016-02-29 Thread Pattan, Reshma
Hi, > -Original Message- > From: Pavel Fedin [mailto:p.fedin at samsung.com] > Sent: Wednesday, February 24, 2016 3:05 PM > To: Pattan, Reshma > Cc: dev at dpdk.org > Subject: RE: [dpdk-dev] [PATCH v2 0/5] add dpdk packet capture support for > tcpdump > > He

[dpdk-dev] [PATCH v2 0/5] add dpdk packet capture support for tcpdump

2016-02-24 Thread Pavel Fedin
Hello! > > 2. What if i don't want separate RX and TX streams either? It only > > prevents me > > from seeing the complete picture. > > Do you mean not to have separate pcap files for tx and rx? If so, I would > prefer to keep this > as it is. I mean - add an option not to have separate fil

[dpdk-dev] [PATCH v2 0/5] add dpdk packet capture support for tcpdump

2016-02-23 Thread Pattan, Reshma
Hi, > -Original Message- > From: Pavel Fedin [mailto:p.fedin at samsung.com] > Sent: Thursday, February 18, 2016 2:08 PM > To: Pattan, Reshma ; dev at dpdk.org > Subject: RE: [dpdk-dev] [PATCH v2 0/5] add dpdk packet capture support for > tcpdump > > > 1. P

[dpdk-dev] [PATCH v2 0/5] add dpdk packet capture support for tcpdump

2016-02-18 Thread Pavel Fedin
Hello! With the aforementioned fix (disabling src_ip_filter if zero) i've got the patch series working. Now i have some more notes on usability: > 2)Start proc_info(runs as secondary process by default)application with new > parameters for > tcpdump. > ex: sudo ./build/app/proc_info/dpdk_pro

[dpdk-dev] [PATCH v2 0/5] add dpdk packet capture support for tcpdump

2016-02-12 Thread Reshma Pattan
This patch set include design to capture dpdk port packets for tcpdump. This patch set include test-pmd changes to verify patch set given in Dependencies 1. Current patch set is dependent on below patch set. Below patch set must be applied before applying current patch set. Dependencies 1: ht