From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Oct 2018 07:07:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,372,1534834800"; d="scan'208";a="94667721" Received: from unknown (HELO saesrv02-S2600CWR.intel.com) ([10.224.122.203]) by fmsmga002.fm.intel.com with ESMTP; 12 Oct 2018 07:07:24 -0700 From: Vipin Varghese To: dev@dpdk.org, cristian.dumitrescu@intel.com, jasvinder.singh@intel.com Cc: stephen1.byrne@intel.com, Vipin Varghese Date: Fri, 12 Oct 2018 19:33:37 +0530 Message-Id: <20181012140337.22570-1-vipin.varghese@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dpdk-dev] [PATCH] doc/qos_meter: update application information 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: Fri, 12 Oct 2018 14:07:28 -0000 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