From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 6BEAD11F5 for ; Mon, 29 Sep 2014 04:53:11 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 28 Sep 2014 19:59:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.04,617,1406617200"; d="scan'208";a="610038992" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga002.jf.intel.com with ESMTP; 28 Sep 2014 19:59:44 -0700 Received: from fmsmsx152.amr.corp.intel.com (10.18.125.5) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.195.1; Sun, 28 Sep 2014 19:59:43 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX152.amr.corp.intel.com (10.18.125.5) with Microsoft SMTP Server (TLS) id 14.3.195.1; Sun, 28 Sep 2014 19:59:44 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.203]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.172]) with mapi id 14.03.0195.001; Mon, 29 Sep 2014 10:59:42 +0800 From: "Xu, HuilongX" To: "Zhang, Helin" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 00/15] i40e base driver update Thread-Index: AQHP25FquLpy7iydaUqHQEvWkTQlCQ== Date: Mon, 29 Sep 2014 02:59:42 +0000 Message-ID: References: <1410247299-4365-1-git-send-email-helin.zhang@intel.com> In-Reply-To: <1410247299-4365-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 00/15] i40e base driver update 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: Mon, 29 Sep 2014 02:53:12 -0000 Tested-by: HuilongX xu This patch has been verified on FC20 with Eagle Fountain: 4*10G , Spirit Fa= lls: 1*40G fortvill and 2*40G fortvill. The i40e base driver update patch works well on FC20 with basic function an= d performance. 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-301.fc20.x86_64 =20 GCC: 4.8.3 NIC: Eagle Fountain: 4*10G , Spirit Falls: 1*40G fortvill and 2*40G fortvil= l. -----Original Message----- From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Helin Zhang Sent: Tuesday, September 09, 2014 3:21 PM To: dev@dpdk.org Subject: [dpdk-dev] [PATCH 00/15] i40e base driver udpate Here is the update of i40e base driver. Also it involves a few relevant necessary code changes in i40e PMD. Helin Zhang (15): i40e: make the indentation more consistent in share code i40e: support nvmupdate by default i40e: remove useless code which was written for Solaris i40e: remove test code for 'ethtool' i40e: force a shifted '1' to be 'unsigned' i40e: remove useless code for pre-boot support i40e: Get rid of sparse warnings, and remove unreachable code i40e: remove code which is for software validation only i40e: remove code for TPH (TLP Processing Hints) i40e: support of 10G base T i40e: expose debug_write_register request i40e: workaround of get_firmware_version, and enhancements i40e: Use get_link_status to report FC settings i40e: fix and enhancement in arq_event_info struct i40e: support redefined struct of 'i40e_arq_event_info' lib/librte_pmd_i40e/i40e/i40e_adminq.c | 55 +- lib/librte_pmd_i40e/i40e/i40e_adminq.h | 5 +- lib/librte_pmd_i40e/i40e/i40e_adminq_cmd.h | 2132 ++++++++++++++----------= ---- lib/librte_pmd_i40e/i40e/i40e_common.c | 173 +-- lib/librte_pmd_i40e/i40e/i40e_dcb.c | 625 -------- lib/librte_pmd_i40e/i40e/i40e_dcb.h | 103 -- lib/librte_pmd_i40e/i40e/i40e_diag.c | 10 - lib/librte_pmd_i40e/i40e/i40e_hmc.h | 5 +- lib/librte_pmd_i40e/i40e/i40e_lan_hmc.c | 227 +-- lib/librte_pmd_i40e/i40e/i40e_lan_hmc.h | 14 - lib/librte_pmd_i40e/i40e/i40e_nvm.c | 120 +- lib/librte_pmd_i40e/i40e/i40e_prototype.h | 19 +- lib/librte_pmd_i40e/i40e/i40e_type.h | 49 +- lib/librte_pmd_i40e/i40e_ethdev.c | 8 +- lib/librte_pmd_i40e/i40e_ethdev_vf.c | 10 +- 15 files changed, 1242 insertions(+), 2313 deletions(-) --=20 1.8.1.4