[PATCH v8 3/6] flow_parser: add shared parser library

Stephen Hemminger stephen at networkplumber.org
Sat Jan 31 22:24:13 CET 2026


On Thu, 29 Jan 2026 12:41:59 +0100
Lukas Sismis <sismis at dyna-nic.com> wrote:

> +Internal API (testpmd only)
> +---------------------------
> +
> +The internal header ``rte_flow_parser_private.h`` provides additional
> +functionality used by testpmd and DPDK test applications:
> +
> +* Full command parsing (``rte_flow_parser_parse()``, ``rte_flow_parser_run()``)
> +* Callback model with ``struct rte_flow_parser_ops`` for query and command hooks
> +* Cmdline integration (``rte_flow_parser_cmdline_register()``, token callbacks)
> +* Encapsulation configuration accessors (``rte_flow_parser_*_conf()`` functions)
> +* Parser state reset (``rte_flow_parser_reset_defaults()``)
> +

Git complains when applying because you added blank line at the end.

Applying: flow_parser: add shared parser library
/home/shemminger/DPDK/main/.git/worktrees/flow-parse/rebase-apply/patch:174: new blank line at EOF.
+
warning: 1 line adds whitespace errors.


More information about the dev mailing list