[dpdk-dev] [PATCH v8 0/8] add packet capture framework

2016-06-13 Thread Pattan, Reshma
Hi, > -Original Message- > From: Neil Horman [mailto:nhorman at tuxdriver.com] > Sent: Saturday, June 11, 2016 12:23 AM > To: Pattan, Reshma > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v8 0/8] add packet capture framework > > On Fri, Jun 10, 2016 at

[dpdk-dev] [PATCH v8 0/8] add packet capture framework

2016-06-10 Thread Neil Horman
On Fri, Jun 10, 2016 at 05:18:46PM +0100, Reshma Pattan wrote: > This patch set include below changes > > 1)Changes to librte_ether. > 2)A new library librte_pdump added for packet capture framework. > 3)A new app/pdump tool added for packet capturing. > 4)Test pmd changes done to initialize packe

[dpdk-dev] [PATCH v8 0/8] add packet capture framework

2016-06-10 Thread Reshma Pattan
This patch set include below changes 1)Changes to librte_ether. 2)A new library librte_pdump added for packet capture framework. 3)A new app/pdump tool added for packet capturing. 4)Test pmd changes done to initialize packet capture framework. 5)Documentation update. 1)librte_pdump ==