From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vipin Varghese Subject: [PATCH] doc/qos_meter: update application information Date: Fri, 12 Oct 2018 19:33:37 +0530 Message-ID: <20181012140337.22570-1-vipin.varghese@intel.com> Cc: stephen1.byrne@intel.com, Vipin Varghese To: dev@dpdk.org, cristian.dumitrescu@intel.com, jasvinder.singh@intel.com Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 0989D1B82F for ; Fri, 12 Oct 2018 16:07:27 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" THe change adds special note for colour blind and porfile_table actions. In colour blind mode, the previous colour value is always 0. For DROP action, one needs to edit the profile_table entries apporpiately. Signed-off-by: Vipin Varghese --- doc/guides/sample_app_ug/qos_metering.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/guides/sample_app_ug/qos_metering.rst b/doc/guides/sample_app_ug/qos_metering.rst index 6391841c6..1ec94b0b3 100644 --- a/doc/guides/sample_app_ug/qos_metering.rst +++ b/doc/guides/sample_app_ug/qos_metering.rst @@ -149,3 +149,8 @@ In this particular case: * Every packet which color has improved is dropped (this particular case can't happen, so these values will not be used). * For the rest of the cases, the color is changed to red. + + +.. note:: + * In color blind mode, first row is only valid as previous colour is 0. + * To drop the packet, policer_table action has to be set to DROP. -- 2.17.1