From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id F025F6A7D for ; Tue, 30 Sep 2014 08:02:37 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP; 29 Sep 2014 23:09:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.97,862,1389772800"; d="scan'208";a="393386248" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by FMSMGA003.fm.intel.com with ESMTP; 29 Sep 2014 23:02:59 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.195.1; Mon, 29 Sep 2014 23:09:16 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.204]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.190]) with mapi id 14.03.0195.001; Tue, 30 Sep 2014 14:09:14 +0800 From: "Cao, Min" To: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 0/3] fix of lsc interrupt in i40e PF Thread-Index: AQHP0ky6sc8lr8ZlokytOlqAeRaQJpwZRNkg Date: Tue, 30 Sep 2014 06:09:14 +0000 Message-ID: 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: zh-CN, 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: Tue, 30 Sep 2014 06:02:38 -0000 Tested-by: Min Cao This patch has been verified on FC20 with Eagle Fountain: 4*10G . The i40e base driver update patch works well on FC20 with basic function. The test environment detail information as the following: HOST environment: CPU: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz OS: Linux 3.11.10 GCC: 4.8.3 NIC: Eagle Fountain: 4*10G=20 -----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 The patches include the fix for link status change interrupt in i40e PF, and code style fixes. 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 lib/librte_pmd_i40e/i40e_ethdev.c | 174 ++++++++++++++++++++++++++--------= ---- 1 file changed, 122 insertions(+), 52 deletions(-) --=20 1.8.1.4