doc: add policer table details for metering application

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>
This commit is contained in:
Vipin Varghese 2018-10-30 09:26:15 +05:30 committed by Thomas Monjalon
parent 930a030d2a
commit 331ce43dc5

View File

@ -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.