From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id CFB7A2BD1 for ; Tue, 15 Nov 2016 09:47:20 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga104.jf.intel.com with ESMTP; 15 Nov 2016 00:47:19 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,641,1473145200"; d="scan'208";a="786579230" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by FMSMGA003.fm.intel.com with ESMTP; 15 Nov 2016 00:47:18 -0800 Date: Tue, 15 Nov 2016 16:48:08 +0800 From: Yuanhan Liu To: "John Daley (johndale)" Cc: "stable@dpdk.org" Message-ID: <20161115084808.GA5048@yliu-dev.sh.intel.com> References: <0c8f0acf39af4f9ba19060ab65333270@XCH-RCD-007.cisco.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0c8f0acf39af4f9ba19060ab65333270@XCH-RCD-007.cisco.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-stable] 3 Enic PMD patches for 16.07 stable 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: Tue, 15 Nov 2016 08:47:21 -0000 On Mon, Nov 14, 2016 at 07:49:53PM +0000, John Daley (johndale) wrote: > Hi, > Here are 3 patches for the Cisco Enic PMD driver which should be part of the 16.07 stable release. > These have been rebased on top of 16.07 stable so should apply clean. > Thanks in advance for applying them! > John Applied to 16.07 stable branch. One question though: is it needed to backport commit e8a71c46055a ("net/enic: fix Rx queue index when not using Rx scatter")? --yliu