On Thu, 29 Jan 2026 12:41:59 +0100
Lukas Sismis <[email protected]> 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.

Reply via email to