From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 723527E99 for ; Thu, 23 Oct 2014 07:53:06 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP; 22 Oct 2014 23:00:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.04,774,1406617200"; d="scan'208";a="594316430" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga001.jf.intel.com with ESMTP; 22 Oct 2014 23:01:27 -0700 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id s9N61Oc5007187; Thu, 23 Oct 2014 14:01:24 +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 s9N61MQp010040; Thu, 23 Oct 2014 14:01:24 +0800 Received: (from hzhan75@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id s9N61M2I010036; Thu, 23 Oct 2014 14:01:22 +0800 From: Helin Zhang To: dev@dpdk.org Date: Thu, 23 Oct 2014 14:01:17 +0800 Message-Id: <1414044079-10006-1-git-send-email-helin.zhang@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dpdk-dev] [PATCH 0/2] remove registers for early hardware only 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: Thu, 23 Oct 2014 05:53:06 -0000 For those registers for early hardware only, they should neither be defined nor be used. According to this, a header file which defines all those registers should be deleted at all, and code lines of accessing those registers should be deleted as well. Helin Zhang (2): i40e: remove registers for early hardware only i40e: code style fix lib/librte_pmd_i40e/i40e/i40e_register_x710_int.h | 10712 -------------------- lib/librte_pmd_i40e/i40e_ethdev.c | 25 +- 2 files changed, 11 insertions(+), 10726 deletions(-) delete mode 100644 lib/librte_pmd_i40e/i40e/i40e_register_x710_int.h -- 1.8.1.4