* [PATCH v9 5/5] app/flow-perf: fix previous wrong indentation
[not found] ` <20211111142340.2209292-1-rongweil@nvidia.com>
@ 2021-11-11 14:23 ` Rongwei Liu
2021-11-16 10:05 ` Wisam Monther
0 siblings, 1 reply; 3+ messages in thread
From: Rongwei Liu @ 2021-11-11 14:23 UTC (permalink / raw)
To: matan, viacheslavo, orika, thomas, Wisam Jaddo, Dong Zhou,
Alexander Kozyrev
Cc: dev, rasland, stable
--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(-)
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: [PATCH v9 5/5] app/flow-perf: fix previous wrong indentation
2021-11-11 14:23 ` [PATCH v9 5/5] app/flow-perf: fix previous wrong indentation Rongwei Liu
@ 2021-11-16 10:05 ` Wisam Monther
2021-11-16 10:07 ` Rongwei Liu
0 siblings, 1 reply; 3+ messages in thread
From: Wisam Monther @ 2021-11-16 10:05 UTC (permalink / raw)
To: Rongwei Liu, Matan Azrad, Slava Ovsiienko, Ori Kam,
NBU-Contact-Thomas Monjalon, Bill Zhou, Alexander Kozyrev
Cc: dev, Raslan Darawsheh, stable
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: [PATCH v9 5/5] app/flow-perf: fix previous wrong indentation
2021-11-16 10:05 ` Wisam Monther
@ 2021-11-16 10:07 ` Rongwei Liu
0 siblings, 0 replies; 3+ messages in thread
From: Rongwei Liu @ 2021-11-16 10:07 UTC (permalink / raw)
To: Wisam Monther, Matan Azrad, Slava Ovsiienko, Ori Kam,
NBU-Contact-Thomas Monjalon, Bill Zhou, Alexander Kozyrev
Cc: dev, Raslan Darawsheh, stable
> 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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-11-16 10:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <6177033.fEpqbVaury@thomas>
[not found] ` <20211111142340.2209292-1-rongweil@nvidia.com>
2021-11-11 14:23 ` [PATCH v9 5/5] app/flow-perf: fix previous wrong indentation Rongwei Liu
2021-11-16 10:05 ` Wisam Monther
2021-11-16 10:07 ` Rongwei Liu
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).