[v9,5/5] app/flow-perf: fix previous wrong indentation

Message ID 20211111142340.2209292-6-rongweil@nvidia.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series add meter policy support in flow-perf |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/github-robot: build success github build: passed
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS
ci/iol-mellanox-Performance success Performance Testing PASS
ci/iol-spell-check-testing warning Testing issues
ci/iol-broadcom-Functional success Functional Testing PASS
ci/iol-broadcom-Performance success Performance Testing PASS
ci/iol-x86_64-compile-testing success Testing PASS
ci/iol-aarch64-unit-testing success Testing PASS
ci/iol-x86_64-unit-testing fail Testing issues
ci/iol-aarch64-compile-testing success Testing PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-intel-Functional success Functional Testing PASS

Commit Message

Rongwei Liu Nov. 11, 2021, 2:23 p.m. UTC
  --meter section used wrong indentation previously.

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

Signed-off-by: Rongwei Liu <rongweil@nvidia.com>
---
 doc/guides/tools/flow-perf.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Comments

Wisam Monther Nov. 16, 2021, 10:05 a.m. UTC | #1
Hi,

> -----Original Message-----
> From: Rongwei Liu <rongweil@nvidia.com>
> Sent: Thursday, November 11, 2021 4:24 PM
> To: Matan Azrad <matan@nvidia.com>; Slava Ovsiienko
> <viacheslavo@nvidia.com>; Ori Kam <orika@nvidia.com>; NBU-Contact-
> Thomas Monjalon <thomas@monjalon.net>; Wisam Monther
> <wisamm@nvidia.com>; Bill Zhou <dongzhou@nvidia.com>; Alexander
> Kozyrev <akozyrev@nvidia.com>
> Cc: dev@dpdk.org; Raslan Darawsheh <rasland@nvidia.com>;
> stable@dpdk.org
> Subject: [PATCH v9 5/5] app/flow-perf: fix previous wrong indentation

fix previous wrong indentation -> Fix meter doc indentation

> 
> --meter section used wrong indentation previously.

Remove the  -- from the body.

> 
> Fixes: 6a2cf58a045f ("app/flow-perf: support meter action")
> Cc: dongzhou@nvidia.com
> Cc: stable@dpdk.org
> 
> Signed-off-by: Rongwei Liu <rongweil@nvidia.com>
> ---
>  doc/guides/tools/flow-perf.rst | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> 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.
> --
> 2.27.0
  
Rongwei Liu Nov. 16, 2021, 10:07 a.m. UTC | #2
> Hi,
> 
> > -----Original Message-----
> > From: Rongwei Liu <rongweil@nvidia.com>
> > Sent: Thursday, November 11, 2021 4:24 PM
> > To: Matan Azrad <matan@nvidia.com>; Slava Ovsiienko
> > <viacheslavo@nvidia.com>; Ori Kam <orika@nvidia.com>; NBU-Contact-
> > Thomas Monjalon <thomas@monjalon.net>; Wisam Monther
> > <wisamm@nvidia.com>; Bill Zhou <dongzhou@nvidia.com>; Alexander
> > Kozyrev <akozyrev@nvidia.com>
> > Cc: dev@dpdk.org; Raslan Darawsheh <rasland@nvidia.com>;
> > stable@dpdk.org
> > Subject: [PATCH v9 5/5] app/flow-perf: fix previous wrong indentation
> 
> fix previous wrong indentation -> Fix meter doc indentation
> 
> >
> > --meter section used wrong indentation previously.
> 
> Remove the  -- from the body.
> 
Please let me know if v10  needed or we can handle this change when merging?
> >
> > Fixes: 6a2cf58a045f ("app/flow-perf: support meter action")
> > Cc: dongzhou@nvidia.com
> > Cc: stable@dpdk.org
> >
> > Signed-off-by: Rongwei Liu <rongweil@nvidia.com>
> > ---
> >  doc/guides/tools/flow-perf.rst | 6 +++---
> >  1 file changed, 3 insertions(+), 3 deletions(-)
> >
> > 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.
> > --
> > 2.27.0
  

Patch

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.