From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v10 0/7] add packet capture framework Date: Thu, 16 Jun 2016 23:55:14 +0200 Message-ID: <21903938.fTSiGK1Mzu@xps13> References: <1465897108-26548-1-git-send-email-reshma.pattan@intel.com> <1465999584-6343-1-git-send-email-reshma.pattan@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Reshma Pattan Return-path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id E6B09CBCC for ; Thu, 16 Jun 2016 23:55:16 +0200 (CEST) Received: by mail-wm0-f50.google.com with SMTP id v199so208260410wmv.0 for ; Thu, 16 Jun 2016 14:55:16 -0700 (PDT) In-Reply-To: <1465999584-6343-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" > Reshma Pattan (7): > ethdev: use locks to protect Rx/Tx callback lists > ethdev: add new api to add Rx callback as head of the list > ethdev: add new fields to ethdev info struct > ethdev: make get port by name and get name by port public > pdump: add new library for packet capturing support > app/pdump: add pdump tool for packet capturing > app/testpmd: add pdump initialization uninitialization Applied with small changes, thanks