From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <liang-min.wang@intel.com>
Received: from mga01.intel.com (mga01.intel.com [192.55.52.88])
 by dpdk.org (Postfix) with ESMTP id 861CBCA4C
 for <dev@dpdk.org>; Sat, 27 Jun 2015 03:50:03 +0200 (CEST)
Received: from orsmga002.jf.intel.com ([10.7.209.21])
 by fmsmga101.fm.intel.com with ESMTP; 26 Jun 2015 18:50:02 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.13,687,1427785200"; d="scan'208";a="754034978"
Received: from orsmsx107.amr.corp.intel.com ([10.22.240.5])
 by orsmga002.jf.intel.com with ESMTP; 26 Jun 2015 18:50:02 -0700
Received: from orsmsx113.amr.corp.intel.com (10.22.240.9) by
 ORSMSX107.amr.corp.intel.com (10.22.240.5) with Microsoft SMTP Server (TLS)
 id 14.3.224.2; Fri, 26 Jun 2015 18:50:02 -0700
Received: from fmsmsx154.amr.corp.intel.com (10.18.116.70) by
 ORSMSX113.amr.corp.intel.com (10.22.240.9) with Microsoft SMTP Server (TLS)
 id 14.3.224.2; Fri, 26 Jun 2015 18:50:01 -0700
Received: from FMSMSX110.amr.corp.intel.com ([169.254.14.199]) by
 FMSMSX154.amr.corp.intel.com ([169.254.6.92]) with mapi id 14.03.0224.002;
 Fri, 26 Jun 2015 18:50:01 -0700
From: "Wang, Liang-min" <liang-min.wang@intel.com>
To: Stephen Hemminger <stephen@networkplumber.org>
Thread-Topic: [dpdk-dev] [PATCH v9 5/5] ixgbe/igb: changed register tables
 to const
Thread-Index: AQHQsHdQ03HDT+LC9kaS404y59qwVZ3AB+sA//+OIqA=
Date: Sat, 27 Jun 2015 01:50:00 +0000
Message-ID: <B6CB929FEBC10D4FAC4BCA7EF2298E2571779CD2@FMSMSX110.amr.corp.intel.com>
References: <1432946276-9424-1-git-send-email-liang-min.wang@intel.com>
 <1435367948-20240-1-git-send-email-liang-min.wang@intel.com>
 <1435367948-20240-6-git-send-email-liang-min.wang@intel.com>
 <20150626183656.2b1db2c5@urahara>
In-Reply-To: <20150626183656.2b1db2c5@urahara>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [10.1.200.107]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Cc: "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH v9 5/5] ixgbe/igb: changed register tables to
 const
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: Sat, 27 Jun 2015 01:50:04 -0000



> -----Original Message-----
> From: Stephen Hemminger [mailto:stephen@networkplumber.org]
> Sent: Friday, June 26, 2015 9:37 PM
> To: Wang, Liang-min
> Cc: dev@dpdk.org
> Subject: Re: [dpdk-dev] [PATCH v9 5/5] ixgbe/igb: changed register tables=
 to
> const
>=20
> On Fri, 26 Jun 2015 21:19:08 -0400
> Liang-Min Larry Wang <liang-min.wang@intel.com> wrote:
>=20
> > Changed registers tables in ixgbe and igb to const type.
> >
> > Signed-off-by: Andrew G. Harvey <agh@cisco.com>
> > Signed-off-by: Liang-Min Larry Wang <liang-min.wang@intel.com>
>=20
> Since code is not yet accepted, all these changes should be rolled back i=
nto
> next (v10) of the original patch.

Are you saying that we could not have a 5/5 needs to be applied to 2/5 and =
3/5