doc: fix indentation in flow-perf guide

The --meter section used wrong indentation previously.

Fixes: 6a2cf58a04 ("app/flow-perf: support meter action")
Cc: stable@dpdk.org

Signed-off-by: Rongwei Liu <rongweil@nvidia.com>
Acked-by: Wisam Jaddo <wisamm@nvidia.com>
This commit is contained in:
Rongwei Liu 2021-11-11 16:23:40 +02:00 committed by Thomas Monjalon
parent 62be4f32fa
commit 20bfb5f655

View File

@ -394,6 +394,6 @@ Actions:
Add policy-mtr to create meter with policy and specify policy actions.
Example: policy-mtr=rss,mark::drop
* ``--meter``
Add meter action to all flows actions.
Currently, 1 meter profile -> N meter rules -> N rte flows.
* ``--meter``
Add meter action to all flows actions.
Currently, 1 meter profile -> N meter rules -> N rte flows.