From: patchwork-bot+netdevbpf@kernel.org
To: Donald Hunter <donald.hunter@gmail.com>
Cc: netdev@vger.kernel.org, kuba@kernel.org, davem@davemloft.net,
edumazet@google.com, pabeni@redhat.com, corbet@lwn.net,
linux-doc@vger.kernel.org, sdf@google.com,
arkadiusz.kubalewski@intel.com, donald.hunter@redhat.com
Subject: Re: [PATCH net-next v6 00/12] tools/net/ynl: Add support for netlink-raw families
Date: Mon, 28 Aug 2023 01:10:31 +0000 [thread overview]
Message-ID: <169318503182.15537.7692763414392804985.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230825122756.7603-1-donald.hunter@gmail.com>
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Fri, 25 Aug 2023 13:27:43 +0100 you wrote:
> This patchset adds support for netlink-raw families such as rtnetlink.
>
> Patch 1 fixes a typo in existing schemas
> Patch 2 contains the schema definition
> Patches 3 & 4 update the schema documentation
> Patches 5 - 9 extends ynl
> Patches 10 - 12 add several netlink-raw specs
>
> [...]
Here is the summary with links:
- [net-next,v6,01/12] doc/netlink: Fix typo in genetlink-* schemas
https://git.kernel.org/netdev/net-next/c/c4e1ab07b557
- [net-next,v6,02/12] doc/netlink: Add a schema for netlink-raw families
https://git.kernel.org/netdev/net-next/c/ed68c58c0eb4
- [net-next,v6,03/12] doc/netlink: Update genetlink-legacy documentation
https://git.kernel.org/netdev/net-next/c/294f37fc8772
- [net-next,v6,04/12] doc/netlink: Document the netlink-raw schema extensions
https://git.kernel.org/netdev/net-next/c/2db8abf0b455
- [net-next,v6,05/12] tools/ynl: Add mcast-group schema parsing to ynl
https://git.kernel.org/netdev/net-next/c/88901b967958
- [net-next,v6,06/12] tools/net/ynl: Fix extack parsing with fixed header genlmsg
https://git.kernel.org/netdev/net-next/c/fb0a06d455d6
- [net-next,v6,07/12] tools/net/ynl: Add support for netlink-raw families
https://git.kernel.org/netdev/net-next/c/e46dd903efe3
- [net-next,v6,08/12] tools/net/ynl: Implement nlattr array-nest decoding in ynl
https://git.kernel.org/netdev/net-next/c/0493e56d021d
- [net-next,v6,09/12] tools/net/ynl: Add support for create flags
https://git.kernel.org/netdev/net-next/c/1768d8a767f8
- [net-next,v6,10/12] doc/netlink: Add spec for rt addr messages
https://git.kernel.org/netdev/net-next/c/dfb0f7d9d979
- [net-next,v6,11/12] doc/netlink: Add spec for rt link messages
https://git.kernel.org/netdev/net-next/c/b2f63d904e72
- [net-next,v6,12/12] doc/netlink: Add spec for rt route messages
https://git.kernel.org/netdev/net-next/c/023289b4f582
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2023-08-28 1:11 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-25 12:27 [PATCH net-next v6 00/12] tools/net/ynl: Add support for netlink-raw families Donald Hunter
2023-08-25 12:27 ` [PATCH net-next v6 01/12] doc/netlink: Fix typo in genetlink-* schemas Donald Hunter
2023-08-25 12:27 ` [PATCH net-next v6 02/12] doc/netlink: Add a schema for netlink-raw families Donald Hunter
2023-08-25 12:27 ` [PATCH net-next v6 03/12] doc/netlink: Update genetlink-legacy documentation Donald Hunter
2023-08-25 12:27 ` [PATCH net-next v6 04/12] doc/netlink: Document the netlink-raw schema extensions Donald Hunter
2023-08-25 12:27 ` [PATCH net-next v6 05/12] tools/ynl: Add mcast-group schema parsing to ynl Donald Hunter
2023-08-25 12:27 ` [PATCH net-next v6 06/12] tools/net/ynl: Fix extack parsing with fixed header genlmsg Donald Hunter
2023-08-25 12:27 ` [PATCH net-next v6 07/12] tools/net/ynl: Add support for netlink-raw families Donald Hunter
2023-08-25 12:27 ` [PATCH net-next v6 08/12] tools/net/ynl: Implement nlattr array-nest decoding in ynl Donald Hunter
2023-08-25 12:27 ` [PATCH net-next v6 09/12] tools/net/ynl: Add support for create flags Donald Hunter
2023-08-25 12:27 ` [PATCH net-next v6 10/12] doc/netlink: Add spec for rt addr messages Donald Hunter
2023-08-25 12:27 ` [PATCH net-next v6 11/12] doc/netlink: Add spec for rt link messages Donald Hunter
2023-08-25 12:27 ` [PATCH net-next v6 12/12] doc/netlink: Add spec for rt route messages Donald Hunter
2023-08-28 1:10 ` 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=169318503182.15537.7692763414392804985.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=arkadiusz.kubalewski@intel.com \
--cc=corbet@lwn.net \
--cc=davem@davemloft.net \
--cc=donald.hunter@gmail.com \
--cc=donald.hunter@redhat.com \
--cc=edumazet@google.com \
--cc=kuba@kernel.org \
--cc=linux-doc@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=sdf@google.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).