From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 6E8F49AB5 for ; Tue, 10 May 2016 12:14:22 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP; 10 May 2016 03:14:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,604,1455004800"; d="scan'208";a="949854331" Received: from rhorton-mobl.ger.corp.intel.com (HELO [163.33.230.12]) ([163.33.230.12]) by orsmga001.jf.intel.com with ESMTP; 10 May 2016 03:13:57 -0700 Message-ID: <5731B464.9090400@intel.com> Date: Tue, 10 May 2016 11:13:56 +0100 From: Remy Horton Organization: Intel Shannon Limited User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Reshma Pattan , dev@dpdk.org References: <1462532139-17848-1-git-send-email-reshma.pattan@intel.com> <1462873202-3314-1-git-send-email-reshma.pattan@intel.com> In-Reply-To: <1462873202-3314-1-git-send-email-reshma.pattan@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCHv2 0/5] add packet capture framework X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 May 2016 10:14:22 -0000 On 10/05/2016 10:39, Reshma Pattan wrote: [..] > Reshma Pattan (5): > librte_ether: protect add/remove of rxtx callbacks with spinlocks > lib/librte_pdump: add new library for packet capturing support > app/pdump: add pdump tool for packet capturing > app/test-pmd: add pdump initialization uninitialization > doc: update doc for packet capture framework Acked-by: Remy Horton