From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 5302C1B05 for ; Tue, 30 Oct 2018 05:00:00 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Oct 2018 20:59:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,442,1534834800"; d="scan'208";a="245456374" Received: from unknown (HELO saesrv02-S2600CWR.intel.com) ([10.224.122.203]) by orsmga004.jf.intel.com with ESMTP; 29 Oct 2018 20:59:56 -0700 From: Vipin Varghese To: dev@dpdk.org, john.mcnamara@intel.com, jasvinder.singh@intel.com, cristian.dumitrescu@intel.com Cc: amol.patel@intel.com, stephen1.byrne@intel.com, Vipin Varghese Date: Tue, 30 Oct 2018 09:26:15 +0530 Message-Id: <20181030035615.17771-1-vipin.varghese@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20181012140337.22570-1-vipin.varghese@intel.com> References: <20181012140337.22570-1-vipin.varghese@intel.com> Subject: [dpdk-dev] [PATCH v2] 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: Tue, 30 Oct 2018 04:00:00 -0000 The change adds note for previous colour in colour blind and DROP in profile table actions. In colour blind mode only valid previous colour is GREEN. To drop packets based on new colour one needs to set action as DROP in profile table. Signed-off-by: Vipin Varghese --- V2: changed wording from 0 to GREEN - Cristian Dumitrescu reword the note section - Vipin Varghese --- doc/guides/sample_app_ug/qos_metering.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/guides/sample_app_ug/qos_metering.rst b/doc/guides/sample_app_ug/qos_metering.rst index 6391841c6..2e8e0175f 100644 --- a/doc/guides/sample_app_ug/qos_metering.rst +++ b/doc/guides/sample_app_ug/qos_metering.rst @@ -149,3 +149,7 @@ 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 GREEN colour is only valid. + * To drop the packet, policer_table action has to be set to DROP. -- 2.17.1