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 B20DE2986 for ; Tue, 8 Mar 2016 17:27:25 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga103.jf.intel.com with ESMTP; 08 Mar 2016 08:27:24 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,557,1449561600"; d="scan'208";a="62197893" Received: from ipdaly-mobl3.ger.corp.intel.com ([10.252.0.87]) by fmsmga004.fm.intel.com with SMTP; 08 Mar 2016 08:27:16 -0800 Received: by (sSMTP sendmail emulation); Tue, 08 Mar 2016 16:27:15 +0025 Date: Tue, 8 Mar 2016 16:27:15 +0000 From: Bruce Richardson To: "Ding, HengX" Message-ID: <20160308162714.GK8716@bricha3-MOBL3> References: <1453866647-16215-2-git-send-email-xiao.w.wang@intel.com> <1455880025-6912-1-git-send-email-xiao.w.wang@intel.com> <6EBE0505FB6FBE47AB600802285284524B84BC2D@CDSMSX101.ccr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6EBE0505FB6FBE47AB600802285284524B84BC2D@CDSMSX101.ccr.corp.intel.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH v3 00/18] fm10k: update shared code 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, 08 Mar 2016 16:27:26 -0000 On Mon, Feb 29, 2016 at 02:30:45AM +0000, Ding, HengX wrote: > Tested-by: Heng Ding > > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Wang Xiao W > Sent: Friday, February 19, 2016 7:07 PM > To: Chen, Jing D > Cc: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v3 00/18] fm10k: update shared code > > v3: > * Fixed checkpatch.pl warning about long commit message. > * Fixed the issue of compile failure about part of patches applied. > * Split the misc-small-fixes patch into several patches. > > v2: > * Put the two extra fix patches ahead of the base code patches. > Applied to dpdk-next-net/rel_16_04 /Bruce