From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4 0/9] add packet capture framework Date: Thu, 26 May 2016 10:15:44 +0200 Message-ID: <9520061.2F2kJ7qUHQ@xps13> References: <1463503030-10318-1-git-send-email-reshma.pattan@intel.com> <1464039512-2683-1-git-send-email-reshma.pattan@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Reshma Pattan To: dev@dpdk.org Return-path: Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id 578242BBD for ; Thu, 26 May 2016 10:15:46 +0200 (CEST) Received: by mail-wm0-f45.google.com with SMTP id n129so214412627wmn.1 for ; Thu, 26 May 2016 01:15:46 -0700 (PDT) In-Reply-To: <1464039512-2683-1-git-send-email-reshma.pattan@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" HELP is needed to review this patchset, please, especially patches 5 and 6. Thanks 2016-05-23 22:38, Reshma Pattan: > This patchset include below changes > > 1)Changes to librte_ether. > 2)New library librte_pdump added for packet capture framework. > 3)New app/pdump tool added for packet capturing. > 4)Test pmd changes done to initialize packet capture framework. > 5)Documentation update.