From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <cristian.dumitrescu@intel.com>
Received: from mga05.intel.com (mga05.intel.com [192.55.52.43])
 by dpdk.org (Postfix) with ESMTP id B84431B1F0
 for <dev@dpdk.org>; Tue, 18 Dec 2018 12:18:53 +0100 (CET)
X-Amp-Result: SKIPPED(no attachment in message)
X-Amp-File-Uploaded: False
Received: from orsmga007.jf.intel.com ([10.7.209.58])
 by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 18 Dec 2018 03:18:52 -0800
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.56,367,1539673200"; d="scan'208";a="99615498"
Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25])
 by orsmga007.jf.intel.com with ESMTP; 18 Dec 2018 03:18:51 -0800
Received: from irsmsx108.ger.corp.intel.com ([169.254.11.26]) by
 irsmsx110.ger.corp.intel.com ([169.254.15.233]) with mapi id 14.03.0415.000;
 Tue, 18 Dec 2018 11:18:50 +0000
From: "Dumitrescu, Cristian" <cristian.dumitrescu@intel.com>
To: Thomas Monjalon <thomas@monjalon.net>, "Pattan, Reshma"
 <reshma.pattan@intel.com>
CC: "dev@dpdk.org" <dev@dpdk.org>, "Ananyev, Konstantin"
 <konstantin.ananyev@intel.com>, "jerin.jacob@caviumnetworks.com"
 <jerin.jacob@caviumnetworks.com>, "Singh, Jasvinder"
 <jasvinder.singh@intel.com>, "david.marchand@redhat.com"
 <david.marchand@redhat.com>
Thread-Topic: [dpdk-dev] [PATCH v2 2/3] eal: add new rte color definition
Thread-Index: AQHUjjmhPYRdjupnb0WkxL3z2vq4LKV+7wMAgAAI+mCAA+DLAIAAYu6AgAAZcACAAEoNAIAAvUWAgAAMebA=
Date: Tue, 18 Dec 2018 11:18:49 +0000
Message-ID: <3EB4FA525960D640B5BDFFD6A3D891268E81658C@IRSMSX108.ger.corp.intel.com>
References: <20181123165423.134922-1-jasvinder.singh@intel.com>
 <3AEA2BF9852C6F48A459DA490692831F2A3EB753@irsmsx110.ger.corp.intel.com>
 <3EB4FA525960D640B5BDFFD6A3D891268E816063@IRSMSX108.ger.corp.intel.com>
 <1646379.j0tofnCs90@xps> 
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYTJjM2RhODUtOWY3YS00YjE5LWE1OGUtYWIxM2JlMTEyNmU2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoibERJbGtUQTdiUmVQXC9NdmdpSG9OYXErYTJHaFJOVTlocjk5Y0ZKZDk2SzBhRE4zT3lJU0tQRm9PVGp0UkJrV2cifQ==
x-ctpclassification: CTP_NT
dlp-product: dlpe-windows
dlp-version: 11.0.400.15
dlp-reaction: no-action
x-originating-ip: [163.33.239.180]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Subject: Re: [dpdk-dev] [PATCH v2 2/3] eal: add new rte color definition
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Tue, 18 Dec 2018 11:18:54 -0000

> > I replied in v3 that it should stay in rte_meter.h.
> > You can include rte_meter.h in ethdev.
>=20
> OK, thanks Thomas, makes sense to me as well.
>=20

Thomas,

I agree with your input, but just want to make sure we are on the same page=
:

Besides including rte_meter.h in ethdev (which you are fine with), we would=
 also need to include rte_meter.h in mbuf.

Are you OK with this as well?

Regards,
Cristian