From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 6FE48A0679 for ; Fri, 5 Apr 2019 15:57:57 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 16B591B50C; Fri, 5 Apr 2019 15:57:55 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 71ADE1B4FA for ; Fri, 5 Apr 2019 15:57:53 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Apr 2019 06:57:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,312,1549958400"; d="scan'208";a="146870186" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by FMSMGA003.fm.intel.com with ESMTP; 05 Apr 2019 06:57:51 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.82]) by IRSMSX103.ger.corp.intel.com ([169.254.3.30]) with mapi id 14.03.0415.000; Fri, 5 Apr 2019 14:57:50 +0100 From: "Dumitrescu, Cristian" To: "Singh, Jasvinder" , "dev@dpdk.org" Thread-Topic: [PATCH v3] meter: replace color definitions with rte_color values Thread-Index: AQHU67ch2dt2Z1QJ5UCip2ilTG3INqYtl20w Date: Fri, 5 Apr 2019 13:57:49 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891268E871CE0@IRSMSX108.ger.corp.intel.com> References: <20190405120023.121419-1-jasvinder.singh@intel.com> <20190405135441.40049-1-jasvinder.singh@intel.com> In-Reply-To: <20190405135441.40049-1-jasvinder.singh@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOTI1ZWJjMTYtMGM5OS00YjBjLTk5MmItZmEzZjQ1MTJhZDk1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiM1AzY1FcL0xjY1QyellyM2V4TlRBN2ZjQVhtU3psM0hMeUdicHIwQ3dZNzVMQVd2UDBHaWRlRUhCMWxHenZBZDcifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3] meter: replace color definitions with rte_color values X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190405135749.-VwmmZUzUI9sSQBWdllIglFojBbKQkHJy9mep1Fr83k@z> > -----Original Message----- > From: Singh, Jasvinder > Sent: Friday, April 5, 2019 2:55 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian > Subject: [PATCH v3] meter: replace color definitions with rte_color value= s >=20 > This patch implements the changes proposed in the deprecation > note[1]. Replace multiple color definitions in various places such as > rte_meter.h, rte_tm.h and rte_mtr.h with single rte_color defined > in rte_meter.h. >=20 > This is simple search and replace exercise without any implementation > change. >=20 > [1] https://mails.dpdk.org/archives/dev/2019-January/123861.html >=20 > Signed-off-by: Jasvinder Singh > --- > v3: > - fix commit message typo >=20 > v2: > - rebase to latest dpdk head >=20 Acked-by: Cristian Dumitrescu