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

2016-03-11 Thread Pattan, Reshma
Hi Thomas, > -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Wednesday, March 9, 2016 12:34 AM > To: Pattan, Reshma > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3 0/5] add dpdk packet capture support for > tcpdu

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

2016-03-09 Thread Thomas Monjalon
Hi, This series has not been reviewed enough to be ready for 16.04. So it would be good to restart the discussion about the tcpdump requirements. > packet capture flow for tcpdump: > > Part of the design is implemented in secondary process (proc_info.c) and > oth

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

2016-03-02 Thread Reshma Pattan
This patch set include the design to capture packets from dpdk ports for tcpdump. This patch set include test-pmd changes to verify below patch set. http://dpdk.org/dev/patchwork/patch/9750/ http://dpdk.org/dev/patchwork/patch/9751/ http://dpdk.org/dev/patchwork/patch/9752/ Dependencies 1: Patch