DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc/qos_meter: update application information
@ 2018-10-12 14:03 Vipin Varghese
  2018-10-15 15:54 ` Dumitrescu, Cristian
  2018-10-30  3:56 ` [dpdk-dev] [PATCH v2] " Vipin Varghese
  0 siblings, 2 replies; 5+ messages in thread
From: Vipin Varghese @ 2018-10-12 14:03 UTC (permalink / raw)
  To: dev, cristian.dumitrescu, jasvinder.singh; +Cc: stephen1.byrne, Vipin Varghese

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 <vipin.varghese@intel.com>
---
 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-dev] [PATCH] doc/qos_meter: update application information
  2018-10-12 14:03 [dpdk-dev] [PATCH] doc/qos_meter: update application information Vipin Varghese
@ 2018-10-15 15:54 ` Dumitrescu, Cristian
  2018-10-20 14:10   ` Varghese, Vipin
  2018-10-30  3:56 ` [dpdk-dev] [PATCH v2] " Vipin Varghese
  1 sibling, 1 reply; 5+ messages in thread
From: Dumitrescu, Cristian @ 2018-10-15 15:54 UTC (permalink / raw)
  To: Varghese, Vipin, dev, Singh, Jasvinder; +Cc: Byrne, Stephen1



> -----Original Message-----
> From: Varghese, Vipin
> Sent: Friday, October 12, 2018 3:04 PM
> To: dev@dpdk.org; Dumitrescu, Cristian <cristian.dumitrescu@intel.com>;
> Singh, Jasvinder <jasvinder.singh@intel.com>
> Cc: Byrne, Stephen1 <stephen1.byrne@intel.com>; Varghese, Vipin
> <vipin.varghese@intel.com>
> Subject: [PATCH] doc/qos_meter: update application information
> 
> 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 <vipin.varghese@intel.com>
> ---
>  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.

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-dev] [PATCH] doc/qos_meter: update application information
  2018-10-15 15:54 ` Dumitrescu, Cristian
@ 2018-10-20 14:10   ` Varghese, Vipin
  2018-10-22  9:30     ` Dumitrescu, Cristian
  0 siblings, 1 reply; 5+ messages in thread
From: Varghese, Vipin @ 2018-10-20 14:10 UTC (permalink / raw)
  To: Dumitrescu, Cristian, dev, Singh, Jasvinder; +Cc: Byrne, Stephen1

Hi Cristian,

If rewording for 0 to GREEN was required option 'changes requested' would have been set. But since the state is been set to 'Rejected' I am confused what are the comments requesting for GREEN?

Thanks
Vipin Varghese

> -----Original Message-----
> From: Dumitrescu, Cristian
> Sent: Monday, October 15, 2018 9:25 PM
> To: Varghese, Vipin <vipin.varghese@intel.com>; dev@dpdk.org; Singh,
> Jasvinder <jasvinder.singh@intel.com>
> Cc: Byrne, Stephen1 <stephen1.byrne@intel.com>
> Subject: RE: [PATCH] doc/qos_meter: update application information
> 
> 
> 
> > -----Original Message-----
> > From: Varghese, Vipin
> > Sent: Friday, October 12, 2018 3:04 PM
> > To: dev@dpdk.org; Dumitrescu, Cristian
> > <cristian.dumitrescu@intel.com>; Singh, Jasvinder
> > <jasvinder.singh@intel.com>
> > Cc: Byrne, Stephen1 <stephen1.byrne@intel.com>; Varghese, Vipin
> > <vipin.varghese@intel.com>
> > Subject: [PATCH] doc/qos_meter: update application information
> >
> > 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 <vipin.varghese@intel.com>
> > ---
> >  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.
> 
> 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-dev] [PATCH] doc/qos_meter: update application information
  2018-10-20 14:10   ` Varghese, Vipin
@ 2018-10-22  9:30     ` Dumitrescu, Cristian
  0 siblings, 0 replies; 5+ messages in thread
From: Dumitrescu, Cristian @ 2018-10-22  9:30 UTC (permalink / raw)
  To: Varghese, Vipin, dev, Singh, Jasvinder; +Cc: Byrne, Stephen1



> -----Original Message-----
> From: Varghese, Vipin
> Sent: Saturday, October 20, 2018 3:11 PM
> To: Dumitrescu, Cristian <cristian.dumitrescu@intel.com>; dev@dpdk.org;
> Singh, Jasvinder <jasvinder.singh@intel.com>
> Cc: Byrne, Stephen1 <stephen1.byrne@intel.com>
> Subject: RE: [PATCH] doc/qos_meter: update application information
> 
> Hi Cristian,
> 
> If rewording for 0 to GREEN was required option 'changes requested' would
> have been set. But since the state is been set to 'Rejected' I am confused
> what are the comments requesting for GREEN?
> 
> Thanks
> Vipin Varghese
> 

Sorry, Vipin, my bad. Confused by another patch with similar name. Rectified in patchwork.

Regards,
Cristian

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [dpdk-dev] [PATCH v2] doc/qos_meter: update application information
  2018-10-12 14:03 [dpdk-dev] [PATCH] doc/qos_meter: update application information Vipin Varghese
  2018-10-15 15:54 ` Dumitrescu, Cristian
@ 2018-10-30  3:56 ` Vipin Varghese
  1 sibling, 0 replies; 5+ messages in thread
From: Vipin Varghese @ 2018-10-30  3:56 UTC (permalink / raw)
  To: dev, john.mcnamara, jasvinder.singh, cristian.dumitrescu
  Cc: amol.patel, stephen1.byrne, Vipin Varghese

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 <vipin.varghese@intel.com>
---

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-10-30  4:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-12 14:03 [dpdk-dev] [PATCH] doc/qos_meter: update application information Vipin Varghese
2018-10-15 15:54 ` Dumitrescu, Cristian
2018-10-20 14:10   ` Varghese, Vipin
2018-10-22  9:30     ` Dumitrescu, Cristian
2018-10-30  3:56 ` [dpdk-dev] [PATCH v2] " Vipin Varghese

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).