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 A97E47FA5 for ; Wed, 29 Oct 2014 09:46:45 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 29 Oct 2014 01:55:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.04,808,1406617200"; d="scan'208";a="613297139" Received: from pgsmsx101.gar.corp.intel.com ([10.221.44.78]) by fmsmga001.fm.intel.com with ESMTP; 29 Oct 2014 01:55:19 -0700 Received: from pgsmsx102.gar.corp.intel.com (10.221.44.80) by PGSMSX101.gar.corp.intel.com (10.221.44.78) with Microsoft SMTP Server (TLS) id 14.3.195.1; Wed, 29 Oct 2014 16:53:16 +0800 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by PGSMSX102.gar.corp.intel.com (10.221.44.80) with Microsoft SMTP Server (TLS) id 14.3.195.1; Wed, 29 Oct 2014 16:53:15 +0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.174]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.202]) with mapi id 14.03.0195.001; Wed, 29 Oct 2014 16:53:15 +0800 From: "Wu, Jingjing" To: "Zhang, Helin" , "dev@dpdk.org" Thread-Topic: [PATCH v2 0/2] remove registers for early hardware only Thread-Index: AQHP80dVDO81ZlAfCkeRAukP1r3iO5xGxHwQ Date: Wed, 29 Oct 2014 08:53:14 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F8B25561@SHSMSX104.ccr.corp.intel.com> References: <1414044079-10006-1-git-send-email-helin.zhang@intel.com> <1414566571-25829-1-git-send-email-helin.zhang@intel.com> In-Reply-To: <1414566571-25829-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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Oct 2014 08:46:46 -0000 > -----Original Message----- > From: Zhang, Helin > Sent: Wednesday, October 29, 2014 3:09 PM > To: dev@dpdk.org > Cc: Cao, Waterman; Wu, Jingjing; Zhang, Helin > Subject: [PATCH v2 0/2] remove registers for early hardware only >=20 > For those registers and their relevant for early hardware only, they shou= ld > 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. >=20 > 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. >=20 > Helin Zhang (2): > i40e: do not use macros defined in i40e_register_x710_int.h > i40e: remove i40e_register_x710_int.h >=20 > 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 >=20 > -- > 1.8.1.4 Acked-by: Jingjing Wu