From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id CB44B1B6A5; Tue, 6 Feb 2018 16:22:51 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Feb 2018 07:22:49 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,469,1511856000"; d="scan'208";a="29233349" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga001.jf.intel.com with ESMTP; 06 Feb 2018 07:22:50 -0800 Received: from fmsmsx153.amr.corp.intel.com (10.18.125.6) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 6 Feb 2018 07:22:50 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX153.amr.corp.intel.com (10.18.125.6) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 6 Feb 2018 07:22:49 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.116]) by shsmsx102.ccr.corp.intel.com ([169.254.2.124]) with mapi id 14.03.0319.002; Tue, 6 Feb 2018 23:22:48 +0800 From: "Zhang, Helin" To: "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: AQHTnwwBtJm35MLSKkCiK6WYNfS9qaOXfnHA Date: Tue, 6 Feb 2018 15:22:47 +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: <1517895211-137879-1-git-send-email-beilei.xing@intel.com> 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-dev] [PATCH v3] net/i40e: fix issue about interrupt X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Feb 2018 15:22:52 -0000 > -----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 >=20 > This patch fixes interval error and corrects macros when enable rx interr= upt > mode. The patch also fixes a logical error during support multiple driver= . >=20 > Fixes: be6c228d4da3 ("i40e: support Rx interrupt") > Fixes: b20aa3aee390 ("net/i40e: fix multiple driver support issue") > Cc: stable@dpdk.org >=20 > Signed-off-by: Beilei Xing Acked-by: Helin Zhang