From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 992122BD3 for ; Mon, 15 Oct 2018 17:54:37 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Oct 2018 08:54:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,385,1534834800"; d="scan'208";a="88500510" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by FMSMGA003.fm.intel.com with ESMTP; 15 Oct 2018 08:54:36 -0700 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.56]) by IRSMSX151.ger.corp.intel.com ([169.254.4.71]) with mapi id 14.03.0319.002; Mon, 15 Oct 2018 16:54:35 +0100 From: "Dumitrescu, Cristian" To: "Varghese, Vipin" , "dev@dpdk.org" , "Singh, Jasvinder" CC: "Byrne, Stephen1" Thread-Topic: [PATCH] doc/qos_meter: update application information Thread-Index: AQHUYjTpi9ig834yiUyxn4hFWQ9F76Ugee5Q Date: Mon, 15 Oct 2018 15:54:34 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891268E7D9C4C@IRSMSX107.ger.corp.intel.com> References: <20181012140337.22570-1-vipin.varghese@intel.com> In-Reply-To: <20181012140337.22570-1-vipin.varghese@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiY2M0NDM5NTUtNGNkOS00ZjQ0LTg2ZTctNDUxM2EyMTAzMzU2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiaE5YbDZMQ0wwanhjQUYrTXNTRkRcLzF1M3RrTTlpTkE5c2hzVklsN2NsWTFpVUdjTkFGWEduQzlzQ2x0bkREaFgifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [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: Mon, 15 Oct 2018 15:54:38 -0000 > -----Original Message----- > From: Varghese, Vipin > Sent: Friday, October 12, 2018 3:04 PM > To: dev@dpdk.org; Dumitrescu, Cristian ; > Singh, Jasvinder > Cc: Byrne, Stephen1 ; Varghese, Vipin > > Subject: [PATCH] doc/qos_meter: update application information >=20 > 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. >=20 > Signed-off-by: Vipin Varghese > --- > doc/guides/sample_app_ug/qos_metering.rst | 5 +++++ > 1 file changed, 5 insertions(+) >=20 > 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 ca= se > can't happen, so these values will not be used). >=20 > * 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. Available colors are GREEN, YELLOW and RED, the color is not encoded with a= numeric value such as 0. You might want to say GREEN? > + * To drop the packet, policer_table action has to be set to DROP. > -- > 2.17.1