On Sat, Nov 6, 2021 at 6:54 PM Thomas Monjalon <tho...@monjalon.net> wrote: > > 06/11/2021 10:01, David Marchand: > > On Fri, Nov 5, 2021 at 10:11 PM Thomas Monjalon <tho...@monjalon.net> wrote: > > > --- a/doc/guides/prog_guide/flow_classify_lib.rst > > > +++ b/doc/guides/prog_guide/flow_classify_lib.rst > > > @@ -366,7 +366,7 @@ Packet Matching > > > ~~~~~~~~~~~~~~~ > > > > > > The ``rte_flow_classifier_query`` API is used to find packets which > > > match a > > > -given flow Flow rule in the table. > > > +given flow rule in the table. > > > > I think the "Flow rule" form was intended. > > > > > > > This API calls the flow_classify_run internal function which calls the > > > ``table.ops.f_lookup`` API to see if any packets in a burst match any > > > of the Flow rules in the table. > > ^^^^ > > See here. > > I don't understand the meaning of the capital letter.
I don't get the intention either. I will go with your patch. -- David Marchand