From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 2A119B396 for ; Tue, 9 Sep 2014 09:16:50 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 09 Sep 2014 00:21:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.04,491,1406617200"; d="scan'208";a="596669262" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by fmsmga002.fm.intel.com with ESMTP; 09 Sep 2014 00:21:52 -0700 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id s897LnTI008007; Tue, 9 Sep 2014 15:21:49 +0800 Received: from shecgisg004.sh.intel.com (localhost [127.0.0.1]) by shecgisg004.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id s897Llxg004400; Tue, 9 Sep 2014 15:21:49 +0800 Received: (from hzhan75@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id s897LkFq004396; Tue, 9 Sep 2014 15:21:46 +0800 From: Helin Zhang To: dev@dpdk.org Date: Tue, 9 Sep 2014 15:21:24 +0800 Message-Id: <1410247299-4365-1-git-send-email-helin.zhang@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dpdk-dev] [PATCH 00/15] i40e base driver udpate 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, 09 Sep 2014 07:16:51 -0000 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(-) -- 1.8.1.4