From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <liang-min.wang@intel.com>
Received: from mga09.intel.com (mga09.intel.com [134.134.136.24])
 by dpdk.org (Postfix) with ESMTP id E1D649A81
 for <dev@dpdk.org>; Fri, 10 Jul 2015 14:55:59 +0200 (CEST)
Received: from orsmga001.jf.intel.com ([10.7.209.18])
 by orsmga102.jf.intel.com with ESMTP; 10 Jul 2015 05:55:58 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.15,446,1432623600"; d="scan'208";a="726422972"
Received: from orsmsx103.amr.corp.intel.com ([10.22.225.130])
 by orsmga001.jf.intel.com with ESMTP; 10 Jul 2015 05:55:58 -0700
Received: from fmsmsx108.amr.corp.intel.com (10.18.124.206) by
 ORSMSX103.amr.corp.intel.com (10.22.225.130) with Microsoft SMTP Server (TLS)
 id 14.3.224.2; Fri, 10 Jul 2015 05:55:58 -0700
Received: from FMSMSX110.amr.corp.intel.com ([169.254.14.199]) by
 FMSMSX108.amr.corp.intel.com ([10.18.124.206]) with mapi id 14.03.0224.002;
 Fri, 10 Jul 2015 05:55:58 -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+sAgBS1s2A=
Date: Fri, 10 Jul 2015 12:55:57 +0000
Message-ID: <B6CB929FEBC10D4FAC4BCA7EF2298E257177C874@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.106]
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: Fri, 10 Jul 2015 12:56:00 -0000

Stephen,

> -----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.

On v10, I had made changes according to your feedback. I did more changes o=
n v11/v12/v13 based upon incremental changes on master repository. Are ther=
e any pending issue on this patch?

Thanks,
Larry