From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <hzhan75@shecgisg004.sh.intel.com>
Received: from mga11.intel.com (mga11.intel.com [192.55.52.93])
 by dpdk.org (Postfix) with ESMTP id D60B57F25
 for <dev@dpdk.org>; Wed, 29 Oct 2014 08:00:52 +0100 (CET)
Received: from fmsmga002.fm.intel.com ([10.253.24.26])
 by fmsmga102.fm.intel.com with ESMTP; 29 Oct 2014 00:09:41 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.04,808,1406617200"; d="scan'208";a="622586208"
Received: from shvmail01.sh.intel.com ([10.239.29.42])
 by fmsmga002.fm.intel.com with ESMTP; 29 Oct 2014 00:09:40 -0700
Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com
 [10.239.29.89])
 by shvmail01.sh.intel.com with ESMTP id s9T79c91015391;
 Wed, 29 Oct 2014 15:09:38 +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
 s9T79asd025863; Wed, 29 Oct 2014 15:09:38 +0800
Received: (from hzhan75@localhost)
 by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id s9T79aQm025859;
 Wed, 29 Oct 2014 15:09:36 +0800
From: Helin Zhang <helin.zhang@intel.com>
To: dev@dpdk.org
Date: Wed, 29 Oct 2014 15:09:29 +0800
Message-Id: <1414566571-25829-1-git-send-email-helin.zhang@intel.com>
X-Mailer: git-send-email 1.7.4.1
In-Reply-To: <1414044079-10006-1-git-send-email-helin.zhang@intel.com>
References: <1414044079-10006-1-git-send-email-helin.zhang@intel.com>
Subject: [dpdk-dev] [PATCH v2 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 <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 29 Oct 2014 07:00:53 -0000

For those registers and their relevant for early hardware only,
they should neither be defined nor be used. Thus
i40e_register_x710_int.h should be removed. As I40E_GLINT_CTL
and its relevant is really needed, just define it directly as a
workaround.

v2 changes:
* Added back writing I40E_GLINT_CTL with correct configurations,
  as it is really needed. Otherwise there would be problem of
  single descriptor write back.
* Removed those code style fix, as it is already in another
  patch set.

Helin Zhang (2):
  i40e: do not use macros defined in i40e_register_x710_int.h
  i40e: remove i40e_register_x710_int.h

 lib/librte_pmd_i40e/i40e/i40e_register_x710_int.h | 10712 --------------------
 lib/librte_pmd_i40e/i40e_ethdev.c                 |     5 +-
 2 files changed, 4 insertions(+), 10713 deletions(-)
 delete mode 100644 lib/librte_pmd_i40e/i40e/i40e_register_x710_int.h

-- 
1.8.1.4