From: Rongwei Liu Date: Thu, 11 Nov 2021 14:23:40 +0000 (+0200) Subject: doc: fix indentation in flow-perf guide X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=20bfb5f655e420a3a928f1dbcbc1bd62a1afce1f;p=dpdk.git doc: fix indentation in flow-perf guide The --meter section used wrong indentation previously. Fixes: 6a2cf58a045f ("app/flow-perf: support meter action") Cc: stable@dpdk.org Signed-off-by: Rongwei Liu Acked-by: Wisam Jaddo --- diff --git a/doc/guides/tools/flow-perf.rst b/doc/guides/tools/flow-perf.rst index 0176e9c5cb..41eae15470 100644 --- a/doc/guides/tools/flow-perf.rst +++ b/doc/guides/tools/flow-perf.rst @@ -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.