All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Jakub Kicinski <kuba@kernel.org>
Cc: davem@davemloft.net, netdev@vger.kernel.org, edumazet@google.com,
	pabeni@redhat.com, andrew+netdev@lunn.ch, horms@kernel.org,
	donald.hunter@gmail.com, daniel@iogearbox.net,
	nicolas.dichtel@6wind.com, jacob.e.keller@intel.com
Subject: Re: [PATCH net-next 0/9] tools: ynl-gen: support sub-messages and rt-link
Date: Fri, 16 May 2025 23:40:39 +0000	[thread overview]
Message-ID: <174743883976.4095375.621150157070551330.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250515231650.1325372-1-kuba@kernel.org>

Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 15 May 2025 16:16:41 -0700 you wrote:
> Sub-messages are how we express "polymorphism" in YNL. Donald added
> the support to specs and Python a while back, support them in C, too.
> Sub-message is a nest, but the interpretation of the attribute types
> within that nest depends on a value of another attribute. For example
> in rt-link the "kind" attribute contains the link type (veth, bonding,
> etc.) and based on that the right enum has to be applied to interpret
> link-specific attributes.
> 
> [...]

Here is the summary with links:
  - [net-next,1/9] netlink: specs: rt-link: add C naming info for ovpn
    https://git.kernel.org/netdev/net-next/c/dc3f63bc3e33
  - [net-next,2/9] tools: ynl-gen: factor out the annotation of pure nested struct
    https://git.kernel.org/netdev/net-next/c/c9c048993d4c
  - [net-next,3/9] tools: ynl-gen: prepare for submsg structs
    https://git.kernel.org/netdev/net-next/c/99b76908a7a3
  - [net-next,4/9] tools: ynl-gen: submsg: plumb thru an empty type
    https://git.kernel.org/netdev/net-next/c/3186a8e55ae3
  - [net-next,5/9] tools: ynl-gen: submsg: render the structs
    https://git.kernel.org/netdev/net-next/c/6366d267788f
  - [net-next,6/9] tools: ynl-gen: submsg: support parsing and rendering sub-messages
    (no matching commit)
  - [net-next,7/9] tools: ynl: submsg: reverse parse / error reporting
    https://git.kernel.org/netdev/net-next/c/0939a418b3b0
  - [net-next,8/9] tools: ynl: enable codegen for all rt- families
    https://git.kernel.org/netdev/net-next/c/6bab77ced3ff
  - [net-next,9/9] tools: ynl: add a sample for rt-link
    (no matching commit)

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2025-05-16 23:40 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-15 23:16 [PATCH net-next 0/9] tools: ynl-gen: support sub-messages and rt-link Jakub Kicinski
2025-05-15 23:16 ` [PATCH net-next 1/9] netlink: specs: rt-link: add C naming info for ovpn Jakub Kicinski
2025-05-16  9:08   ` Donald Hunter
2025-05-15 23:16 ` [PATCH net-next 2/9] tools: ynl-gen: factor out the annotation of pure nested struct Jakub Kicinski
2025-05-16  9:57   ` Donald Hunter
2025-05-15 23:16 ` [PATCH net-next 3/9] tools: ynl-gen: prepare for submsg structs Jakub Kicinski
2025-05-16 10:15   ` Donald Hunter
2025-05-15 23:16 ` [PATCH net-next 4/9] tools: ynl-gen: submsg: plumb thru an empty type Jakub Kicinski
2025-05-16 10:20   ` Donald Hunter
2025-05-15 23:16 ` [PATCH net-next 5/9] tools: ynl-gen: submsg: render the structs Jakub Kicinski
2025-05-16 10:31   ` Donald Hunter
2025-05-15 23:16 ` [PATCH net-next 6/9] tools: ynl-gen: submsg: support parsing and rendering sub-messages Jakub Kicinski
2025-05-16 10:43   ` Donald Hunter
2025-05-15 23:16 ` [PATCH net-next 7/9] tools: ynl: submsg: reverse parse / error reporting Jakub Kicinski
2025-05-16 10:58   ` Donald Hunter
2025-05-15 23:16 ` [PATCH net-next 8/9] tools: ynl: enable codegen for all rt- families Jakub Kicinski
2025-05-16 11:00   ` Donald Hunter
2025-05-19 14:49   ` Kory Maincent
2025-05-19 15:57     ` Jakub Kicinski
2025-05-20  8:28       ` Kory Maincent
2025-05-15 23:16 ` [PATCH net-next 9/9] tools: ynl: add a sample for rt-link Jakub Kicinski
2025-05-16 11:40   ` Donald Hunter
2025-05-16 23:40 ` patchwork-bot+netdevbpf [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=174743883976.4095375.621150157070551330.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=andrew+netdev@lunn.ch \
    --cc=daniel@iogearbox.net \
    --cc=davem@davemloft.net \
    --cc=donald.hunter@gmail.com \
    --cc=edumazet@google.com \
    --cc=horms@kernel.org \
    --cc=jacob.e.keller@intel.com \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=nicolas.dichtel@6wind.com \
    --cc=pabeni@redhat.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.