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 82BD21B62A; Tue, 6 Feb 2018 16:38:05 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Feb 2018 07:38:04 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,469,1511856000"; d="scan'208";a="15443243" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga007.jf.intel.com with ESMTP; 06 Feb 2018 07:38:04 -0800 Received: from fmsmsx125.amr.corp.intel.com (10.18.125.40) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 6 Feb 2018 07:38:03 -0800 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX125.amr.corp.intel.com (10.18.125.40) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 6 Feb 2018 07:38:03 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.116]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.253]) with mapi id 14.03.0319.002; Tue, 6 Feb 2018 23:38:01 +0800 From: "Zhang, Helin" To: "Zhang, Helin" , "Xing, Beilei" , "Zhang, Qi Z" , "Wu, Jingjing" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v3] net/i40e: fix issue about interrupt Thread-Index: AQHTnwwBtJm35MLSKkCiK6WYNfS9qaOXfnHAgAAETxA= Date: Tue, 6 Feb 2018 15:38:01 +0000 Message-ID: References: <1517818656-136529-1-git-send-email-beilei.xing@intel.com> <1517895211-137879-1-git-send-email-beilei.xing@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH v3] net/i40e: fix issue about interrupt X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Feb 2018 15:38:06 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Zhang, Helin > Sent: Tuesday, February 6, 2018 11:23 PM > To: Xing, Beilei; Zhang, Qi Z; Wu, Jingjing > Cc: dev@dpdk.org; stable@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3] net/i40e: fix issue about interrupt >=20 >=20 >=20 > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Beilei Xing > > Sent: Tuesday, February 6, 2018 1:34 PM > > To: Zhang, Qi Z; Wu, Jingjing > > Cc: dev@dpdk.org; stable@dpdk.org > > Subject: [dpdk-dev] [PATCH v3] net/i40e: fix issue about interrupt > > > > This patch fixes interval error and corrects macros when enable rx > > interrupt mode. The patch also fixes a logical error during support mul= tiple > driver. > > > > Fixes: be6c228d4da3 ("i40e: support Rx interrupt") > > Fixes: b20aa3aee390 ("net/i40e: fix multiple driver support issue") > > Cc: stable@dpdk.org > > > > Signed-off-by: Beilei Xing > Acked-by: Helin Zhang Applied to dpdk-next-net-intel, with commit log changes, thanks! Helin