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 3D3ED3772 for ; Wed, 9 Nov 2016 12:00:32 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP; 09 Nov 2016 03:00:31 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,614,1473145200"; d="scan'208";a="1702233" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by orsmga002.jf.intel.com with ESMTP; 09 Nov 2016 03:00:30 -0800 Date: Wed, 9 Nov 2016 19:01:22 +0800 From: Yuanhan Liu To: Nelio Laranjeiro Cc: stable@dpdk.org, Adrien Mazarguil Message-ID: <20161109110122.GN12283@yliu-dev.sh.intel.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-stable] [PATCH v2 00/12] Patches for 16.07.2 stable branch X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Nov 2016 11:00:32 -0000 On Wed, Nov 09, 2016 at 10:57:39AM +0100, Nelio Laranjeiro wrote: > Patchset of fixes from 16.11 master branch rebased on top of 16.07.1 tag. > > Changes in V2: > > - Rebase on top of stable/16.07. > - added backport/upstream in commit logs for each commit. Nelio, Thanks! And all applied to dpdk-stable 16.07 branch. --yliu