All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: Lukas Sismis <sismis@dyna-nic.com>
Cc: dev@dpdk.org
Subject: Re: [PATCH v8 3/6] flow_parser: add shared parser library
Date: Sat, 31 Jan 2026 13:24:13 -0800	[thread overview]
Message-ID: <20260131132413.634427ca@phoenix.local> (raw)
In-Reply-To: <20260129114202.61185-4-sismis@dyna-nic.com>

On Thu, 29 Jan 2026 12:41:59 +0100
Lukas Sismis <sismis@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.

      parent reply	other threads:[~2026-02-01 18:59 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-29 11:41 [PATCH v8 0/6] flow_parser: add shared parser library Lukas Sismis
2026-01-29 11:41 ` [PATCH v8 1/6] cmdline: include stddef.h for MSVC compatibility Lukas Sismis
2026-01-29 11:43   ` Bruce Richardson
2026-01-29 11:41 ` [PATCH v8 2/6] ethdev: add RSS type helper APIs Lukas Sismis
2026-01-29 11:42 ` [PATCH v8 4/6] app/testpmd: use shared flow parser library Lukas Sismis
2026-01-29 11:42 ` [PATCH v8 5/6] examples/flow_parsing: add flow parser demo Lukas Sismis
2026-01-29 11:42 ` [PATCH v8 6/6] test: add flow parser library functional tests Lukas Sismis
     [not found] ` <20260129114202.61185-4-sismis@dyna-nic.com>
2026-01-29 17:23   ` [PATCH v8 3/6] flow_parser: add shared parser library Stephen Hemminger
2026-01-29 17:28   ` Stephen Hemminger
2026-01-30 12:13     ` Lukáš Šišmiš
2026-01-31 21:24   ` Stephen Hemminger [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260131132413.634427ca@phoenix.local \
    --to=stephen@networkplumber.org \
    --cc=dev@dpdk.org \
    --cc=sismis@dyna-nic.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.