Skip to content

Commit

Permalink
doc: fix typos and punctuation in flow API guide
Browse files Browse the repository at this point in the history
[ upstream commit 00373909c8f0377f03969eabf530293a7af9e23f ]

This fixes typos and punctuation in the rte flow API guide.

Fixes: 2f82d14 ("ethdev: add group jump action")
Fixes: 4d73b6f ("doc: add generic flow API guide")

Signed-off-by: Ali Alnubani <alialnu@nvidia.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
  • Loading branch information
alialnu authored and cpaelzer committed Mar 9, 2022
1 parent 5243c1d commit 61110e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/guides/prog_guide/rte_flow.rst
Expand Up @@ -65,12 +65,12 @@ Flow rules can also be grouped, the flow rule priority is specific to the
group they belong to. All flow rules in a given group are thus processed within
the context of that group. Groups are not linked by default, so the logical
hierarchy of groups must be explicitly defined by flow rules themselves in each
group using the JUMP action to define the next group to redirect too. Only flow
rules defined in the default group 0 are guarantee to be matched against, this
group using the JUMP action to define the next group to redirect to. Only flow
rules defined in the default group 0 are guaranteed to be matched against. This
makes group 0 the origin of any group hierarchy defined by an application.

Support for multiple actions per rule may be implemented internally on top
of non-default hardware priorities, as a result both features may not be
of non-default hardware priorities. As a result, both features may not be
simultaneously available to applications.

Considering that allowed pattern/actions combinations cannot be known in
Expand Down

0 comments on commit 61110e2

Please sign in to comment.