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 35F207F4D for ; Fri, 10 Oct 2014 03:41:10 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP; 09 Oct 2014 18:38:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.97,862,1389772800"; d="scan'208";a="397946881" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by FMSMGA003.fm.intel.com with ESMTP; 09 Oct 2014 18:41:35 -0700 Received: from fmsmsx112.amr.corp.intel.com (10.18.116.6) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.195.1; Thu, 9 Oct 2014 18:48:28 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX112.amr.corp.intel.com (10.18.116.6) with Microsoft SMTP Server (TLS) id 14.3.195.1; Thu, 9 Oct 2014 18:48:27 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.192]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.172]) with mapi id 14.03.0195.001; Fri, 10 Oct 2014 09:48:15 +0800 From: "Chen, Jing D" To: "Zhang, Helin" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 0/3] fix of lsc interrupt in i40e PF Thread-Index: AQHP0ky20gfYJvy/JkyKuz6PVzb9ZZwos1Pw Date: Fri, 10 Oct 2014 01:48:14 +0000 Message-ID: <4341B239C0EFF9468EE453F9E9F4604D015F1974@shsmsx102.ccr.corp.intel.com> References: <1410940461-17509-1-git-send-email-helin.zhang@intel.com> In-Reply-To: <1410940461-17509-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/3] fix of lsc interrupt in i40e PF 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: Fri, 10 Oct 2014 01:41:10 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Helin Zhang > Sent: Wednesday, September 17, 2014 3:54 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH 0/3] fix of lsc interrupt in i40e PF >=20 > The patches include the fix for link status change interrupt > in i40e PF, and code style fixes. >=20 > Helin Zhang (3): > i40e: renaming some local variables > i40e: rework of PF interrupt cause enable flags processing > i40e: fix of interrupt based link status change >=20 > lib/librte_pmd_i40e/i40e_ethdev.c | 174 ++++++++++++++++++++++++++- > ----------- > 1 file changed, 122 insertions(+), 52 deletions(-) >=20 > -- > 1.8.1.4 Acked-by: Jing Chen