From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id D59525697 for ; Fri, 22 May 2015 18:19:21 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP; 22 May 2015 09:19:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,476,1427785200"; d="scan'208";a="497112313" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.220.149]) by FMSMGA003.fm.intel.com with SMTP; 22 May 2015 09:19:18 -0700 Received: by (sSMTP sendmail emulation); Fri, 22 May 2015 17:19:17 +0025 Date: Fri, 22 May 2015 17:19:17 +0100 From: Bruce Richardson To: Thomas Monjalon Message-ID: <20150522161917.GA5144@bricha3-MOBL3> References: <1431450315-13179-1-git-send-email-bruce.richardson@intel.com> <1431705423-16134-1-git-send-email-bruce.richardson@intel.com> <3204811.9reR8OIJSt@xps13> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3204811.9reR8OIJSt@xps13> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2 00/19] Move PMDs to drivers directory 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: Fri, 22 May 2015 16:19:22 -0000 On Fri, May 22, 2015 at 04:09:45PM +0200, Thomas Monjalon wrote: > > Series Acked-by: John McNamara > > Acked-by: Thomas Monjalon > > Applied with the changes discussed in this thread. > Some patches were split/merge to make each driver move more atomic. > Thanks Thomas.