From: Donald Hunter <donald.hunter@gmail.com>
To: "Asbjørn Sloth Tønnesen" <ast@fiberby.net>
Cc: "Jason A. Donenfeld" <Jason@zx2c4.com>,
"David S. Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>,
Paolo Abeni <pabeni@redhat.com>,
Simon Horman <horms@kernel.org>,
Jacob Keller <jacob.e.keller@intel.com>,
Andrew Lunn <andrew+netdev@lunn.ch>,
Sabrina Dubroca <sd@queasysnail.net>,
wireguard@lists.zx2c4.com, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH net-next v2 05/12] tools: ynl-gen: add CodeWriter.p_lines() helper
Date: Thu, 11 Sep 2025 11:47:10 +0100 [thread overview]
Message-ID: <m2qzwduuz5.fsf@gmail.com> (raw)
In-Reply-To: <20250910230841.384545-6-ast@fiberby.net>
Asbjørn Sloth Tønnesen <ast@fiberby.net> writes:
> Add a helper for writing an array of lines, and convert
> all the existing loops doing that, to use the new helper.
>
> This is a trivial patch with no behavioural changes intended,
> there are no changes to the generated code.
>
> Signed-off-by: Asbjørn Sloth Tønnesen <ast@fiberby.net>
Reviewed-by: Donald Hunter <donald.hunter@gmail.com>
next prev parent reply other threads:[~2025-09-11 11:20 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-10 23:08 [PATCH net-next v2 00/12] tools: ynl: prepare for wireguard Asbjørn Sloth Tønnesen
2025-09-10 23:08 ` [PATCH net-next v2 01/12] tools: ynl-gen: allow overriding name-prefix for constants Asbjørn Sloth Tønnesen
2025-09-10 23:08 ` [PATCH net-next v2 02/12] tools: ynl-gen: generate nested array policies Asbjørn Sloth Tønnesen
2025-09-10 23:08 ` [PATCH net-next v2 03/12] tools: ynl-gen: add sub-type check Asbjørn Sloth Tønnesen
2025-09-10 23:08 ` [PATCH net-next v2 04/12] tools: ynl-gen: refactor local vars for .attr_put() callers Asbjørn Sloth Tønnesen
2025-09-10 23:08 ` [PATCH net-next v2 05/12] tools: ynl-gen: add CodeWriter.p_lines() helper Asbjørn Sloth Tønnesen
2025-09-11 10:47 ` Donald Hunter [this message]
2025-09-10 23:08 ` [PATCH net-next v2 06/12] tools: ynl-gen: deduplicate fixed_header handling Asbjørn Sloth Tønnesen
2025-09-10 23:08 ` [PATCH net-next v2 07/12] tools: ynl-gen: only validate nested array payload Asbjørn Sloth Tønnesen
2025-09-10 23:08 ` [PATCH net-next v2 08/12] tools: ynl-gen: rename TypeArrayNest to TypeIndexedArray Asbjørn Sloth Tønnesen
2025-09-10 23:08 ` [PATCH net-next v2 09/12] tools: ynl: move nest packing to a helper function Asbjørn Sloth Tønnesen
2025-09-10 23:08 ` [PATCH net-next v2 10/12] tools: ynl: encode indexed-arrays Asbjørn Sloth Tønnesen
2025-09-10 23:08 ` [PATCH net-next v2 11/12] tools: ynl: decode hex input Asbjørn Sloth Tønnesen
2025-09-10 23:08 ` [PATCH net-next v2 12/12] tools: ynl: add ipv4-or-v6 display hint Asbjørn Sloth Tønnesen
2025-09-11 1:29 ` [PATCH net-next v2 00/12] tools: ynl: prepare for wireguard Jakub Kicinski
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=m2qzwduuz5.fsf@gmail.com \
--to=donald.hunter@gmail.com \
--cc=Jason@zx2c4.com \
--cc=andrew+netdev@lunn.ch \
--cc=ast@fiberby.net \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=horms@kernel.org \
--cc=jacob.e.keller@intel.com \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=sd@queasysnail.net \
--cc=wireguard@lists.zx2c4.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.