From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 006614CAB for ; Tue, 6 Nov 2018 12:00:03 +0100 (CET) Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 3CDD37F3E1; Tue, 6 Nov 2018 11:00:03 +0000 (UTC) Received: from [10.36.116.187] (ovpn-116-187.ams2.redhat.com [10.36.116.187]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 8FDCF18BA7; Tue, 6 Nov 2018 11:00:02 +0000 (UTC) From: "Eelco Chaudron" To: "Dumitrescu, Cristian" Cc: dev@dpdk.org Date: Tue, 06 Nov 2018 12:00:00 +0100 Message-ID: <68BA2340-DA91-4836-8E1C-810818203D90@redhat.com> In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D891268E7F3391@IRSMSX108.ger.corp.intel.com> References: <20A34BCB-61C1-4665-9810-A87A5CE69E9A@redhat.com> <3EB4FA525960D640B5BDFFD6A3D891268E7F3391@IRSMSX108.ger.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed; markup=markdown Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Tue, 06 Nov 2018 11:00:03 +0000 (UTC) Subject: Re: [dpdk-dev] RFC 4115 variant for rte_meter_trtcm_color_blind/aware_check() 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: , X-List-Received-Date: Tue, 06 Nov 2018 11:00:04 -0000 On 6 Nov 2018, at 11:53, Dumitrescu, Cristian wrote: >> -----Original Message----- >> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Eelco Chaudron >> Sent: Tuesday, November 6, 2018 10:32 AM >> To: dev@dpdk.org >> Subject: [dpdk-dev] RFC 4115 variant for >> rte_meter_trtcm_color_blind/aware_check() >> >> Hi All, >> >> Was wondering if anyone is planning to add an RFC 4115 equivalent of >> the >> rte_meter_trtcm_color_blind/aware_check() check APIs? >> >> If not I can go ahead and sent a patch to add it, i.e. something like >> rte_meter_trtcm_rfc4115_color_blind/aware_check(). >> >> Cheers, >> >> Eelco > > Hi Eelco, > > This is somewhere on my ToDo list, but if you're ready to send a patch > now, I would be very happy to review it and merge. Thanks for your > help! Hi Christian, I have it on my ToDo list also ;) But let me take it of yours, and I’ll investigate what it takes to add it (also from the testing framework side…). //Eelco