From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 8FFB87F34 for ; Wed, 29 Oct 2014 05:53:01 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP; 28 Oct 2014 21:55:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.97,862,1389772800"; d="scan'208";a="407646345" Received: from pgsmsx103.gar.corp.intel.com ([10.221.44.82]) by FMSMGA003.fm.intel.com with ESMTP; 28 Oct 2014 21:53:46 -0700 Received: from pgsmsx102.gar.corp.intel.com (10.221.44.80) by PGSMSX103.gar.corp.intel.com (10.221.44.82) with Microsoft SMTP Server (TLS) id 14.3.195.1; Wed, 29 Oct 2014 13:00:56 +0800 Received: from shsmsx103.ccr.corp.intel.com (10.239.110.14) by PGSMSX102.gar.corp.intel.com (10.221.44.80) with Microsoft SMTP Server (TLS) id 14.3.195.1; Wed, 29 Oct 2014 13:00:55 +0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.156]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.207]) with mapi id 14.03.0195.001; Wed, 29 Oct 2014 13:00:55 +0800 From: "Chen, Jing D" To: "Zhang, Helin" , "dev@dpdk.org" Thread-Topic: [PATCH 0/2] fix of configuring inside NIC RX interrupt Thread-Index: AQHP8yqKodmJQebNOUy386G5e/XWi5xGg8mA Date: Wed, 29 Oct 2014 05:00:55 +0000 Message-ID: <4341B239C0EFF9468EE453F9E9F4604D01604298@shsmsx102.ccr.corp.intel.com> References: <1414554168-5117-1-git-send-email-helin.zhang@intel.com> In-Reply-To: <1414554168-5117-1-git-send-email-helin.zhang@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 0/2] fix of configuring inside NIC RX interrupt X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Oct 2014 04:53:02 -0000 > -----Original Message----- > From: Zhang, Helin > Sent: Wednesday, October 29, 2014 11:43 AM > To: dev@dpdk.org > Cc: Cao, Waterman; Chen, Jing D; Zhang, Helin > Subject: [PATCH 0/2] fix of configuring inside NIC RX interrupt >=20 > Inside NIC RX interrupt is needed for single RX descriptor > write back. The fix is to correct the wrong configuration > of register 'I40E_QINT_RQCTL'. In addition, several code > style fixes are added. > Note that interrupt will be inside NIC only, that means it > will never be reported outside NIC hardware. >=20 > Helin Zhang (2): > i40e: code style fix > i40e: fix of configuring inside NIC RX interrupt >=20 > lib/librte_pmd_i40e/i40e_ethdev.c | 23 +++++++++++++---------- > 1 file changed, 13 insertions(+), 10 deletions(-) >=20 > -- > 1.8.1.4 Acked-by: Jing Chen