[PATCH v4 04/10] app/testpmd: implement rte flow configuration
Thomas Monjalon
thomas at monjalon.net
Thu Feb 10 10:32:15 CET 2022
09/02/2022 22:38, Alexander Kozyrev:
> Add testpmd support for the rte_flow_configure API.
A note about the titles for testpmd patches in this series:
You don't "implement" because it was implemented in rte_flow.c.
Instead, better to say "add" in the testpmd app context.
Also you should not mention "rte flow" with a space.
It's better to keep rte_flow with underscore (even if discouraged),
or in a more verbal English manner, just "flow" if it is enough to understand.
Here I think it could be:
app/testpmd: add flow engine configuration
More information about the dev
mailing list