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 AAB302082 for ; Tue, 6 Nov 2018 11:32:15 +0100 (CET) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 0EAE8307EA90 for ; Tue, 6 Nov 2018 10:32:15 +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 AAC7417D61 for ; Tue, 6 Nov 2018 10:32:14 +0000 (UTC) From: "Eelco Chaudron" To: dev@dpdk.org Date: Tue, 06 Nov 2018 11:32:12 +0100 Message-ID: <20A34BCB-61C1-4665-9810-A87A5CE69E9A@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; format=flowed; markup=markdown X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.44]); Tue, 06 Nov 2018 10:32:15 +0000 (UTC) Subject: [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 10:32:16 -0000 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