From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from alln-iport-8.cisco.com (alln-iport-8.cisco.com [173.37.142.95]) by dpdk.org (Postfix) with ESMTP id F095E475D for ; Tue, 15 Nov 2016 21:00:31 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=@cisco.com; l=5178; q=dns/txt; s=iport; t=1479240032; x=1480449632; h=from:to:cc:subject:date:message-id:references: in-reply-to:mime-version; bh=AuzjK7I5MgppeSvB/MjMq42deGlWYmBG3JIzt9jQO64=; b=lYWHTTmP9gSy/chMpFiqUiDV0rjilriQq4YTObz1Y+Wju8ntj8xvkYnG HcZ1qUnLkTumwIaWV/JohBeoPuaAFI61pVly1oHLWc4qVVGLyhsuiHFSM ZQ3tVXxOLubicZGWq0+WQWmlH9mBgWmPHmkNz2I8YCbi2cZibnbh2vfUe c=; X-Files: 0001-net-enic-fix-Rx-queue-index-when-not-using-Rx-scatte.patch : 2593 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A0AYAQBoaCtY/5JdJa1eGQEBAQEBAQEBA?= =?us-ascii?q?QEBBwEBAQEBgzcBAQEBAR+BWAeNN5cMlGKCB4YjAoIjPxQBAgEBAQEBAQFiKIR?= =?us-ascii?q?hAQEBBHkMBAIBCBEEAQEBJwcCMBQJCAEBBA4FCAaIXrNvi0oBAQEBAQEBAQEBA?= =?us-ascii?q?QEBAQEBAQEBAQEODoY8hFqEX4VKAQSPIIshAYNQjQqBdoR2iT2NR4QJAR43gQS?= =?us-ascii?q?FOHIBhw2BDAEBAQ?= X-IronPort-AV: E=Sophos;i="5.31,496,1473120000"; d="scan'208,223";a="348677205" Received: from rcdn-core-10.cisco.com ([173.37.93.146]) by alln-iport-8.cisco.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Nov 2016 20:00:30 +0000 Received: from XCH-RCD-010.cisco.com (xch-rcd-010.cisco.com [173.37.102.20]) by rcdn-core-10.cisco.com (8.14.5/8.14.5) with ESMTP id uAFK0UtO007943 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=FAIL); Tue, 15 Nov 2016 20:00:30 GMT Received: from xch-rcd-007.cisco.com (173.37.102.17) by XCH-RCD-010.cisco.com (173.37.102.20) with Microsoft SMTP Server (TLS) id 15.0.1210.3; Tue, 15 Nov 2016 14:00:30 -0600 Received: from xch-rcd-007.cisco.com ([173.37.102.17]) by XCH-RCD-007.cisco.com ([173.37.102.17]) with mapi id 15.00.1210.000; Tue, 15 Nov 2016 14:00:29 -0600 From: "John Daley (johndale)" To: Yuanhan Liu CC: "stable@dpdk.org" Thread-Topic: 3 Enic PMD patches for 16.07 stable Thread-Index: AdI+r+0BoUxdU+3CSWSgcOlSxG0JFgAn1pkAAArTr7A= Date: Tue, 15 Nov 2016 20:00:29 +0000 Message-ID: References: <0c8f0acf39af4f9ba19060ab65333270@XCH-RCD-007.cisco.com> <20161115084808.GA5048@yliu-dev.sh.intel.com> In-Reply-To: <20161115084808.GA5048@yliu-dev.sh.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: yes X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [10.19.145.149] MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 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 20:00:32 -0000 Hi Yuanhan, > -----Original Message----- > From: Yuanhan Liu [mailto:yuanhan.liu@linux.intel.com] > Sent: Tuesday, November 15, 2016 12:48 AM > To: John Daley (johndale) > Cc: stable@dpdk.org > Subject: Re: 3 Enic PMD patches for 16.07 stable >=20 > 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 o= f > 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 >=20 > Applied to 16.07 stable branch. >=20 > One question though: is it needed to backport commit e8a71c46055a > ("net/enic: fix Rx queue index when not using Rx scatter")? Yes, please, attached is the patch as applied cleanly to the top of 16.07 s= table. Thank you! -john