netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Jeremy Kerr <jk@codeconstruct.com.au>
Cc: netdev@vger.kernel.org, matt@codeconstruct.com.au,
	davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
	pabeni@redhat.com, horms@kernel.org, dhowells@redhat.com,
	aleksander.lobakin@intel.com, liangchen.linux@gmail.com,
	johannes.berg@intel.com, dan.carpenter@linaro.org
Subject: Re: [PATCH net-next v2 00/11] MCTP core protocol updates, minor fixes & tests
Date: Thu, 22 Feb 2024 13:00:30 +0000	[thread overview]
Message-ID: <170860683010.12924.11166470847067651109.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <cover.1708335994.git.jk@codeconstruct.com.au>

Hello:

This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Mon, 19 Feb 2024 17:51:45 +0800 you wrote:
> This series implements some procotol improvements for AF_MCTP,
> particularly for systems with multiple MCTP networks defined. For those,
> we need to add the network ID to the tag lookups, which then suggests an
> updated version of the tag allocate / drop ioctl to allow the net ID to
> be specified there too.
> 
> The ioctl change affects uabi, so might warrant some extra attention.
> 
> [...]

Here is the summary with links:
  - [net-next,v2,01/11] net: mctp: avoid confusion over local/peer dest/source addresses
    https://git.kernel.org/netdev/net-next/c/ee076b73e576
  - [net-next,v2,02/11] net: mctp: Add some detail on the key allocation implementation
    https://git.kernel.org/netdev/net-next/c/aee6479a458e
  - [net-next,v2,03/11] net: mctp: make key lookups match the ANY address on either local or peer
    https://git.kernel.org/netdev/net-next/c/fc944ecc4f1a
  - [net-next,v2,04/11] net: mctp: tests: create test skbs with the correct net and device
    https://git.kernel.org/netdev/net-next/c/a1f4cf5791e7
  - [net-next,v2,05/11] net: mctp: separate key correlation across nets
    https://git.kernel.org/netdev/net-next/c/43e6795574f5
  - [net-next,v2,06/11] net: mctp: provide a more specific tag allocation ioctl
    https://git.kernel.org/netdev/net-next/c/c16d2380e8fd
  - [net-next,v2,07/11] net: mctp: tests: Add netid argument to __mctp_route_test_init
    https://git.kernel.org/netdev/net-next/c/61b50531dc66
  - [net-next,v2,08/11] net: mctp: tests: Add MCTP net isolation tests
    https://git.kernel.org/netdev/net-next/c/9acdc089c088
  - [net-next,v2,09/11] net: mctp: copy skb ext data when fragmenting
    https://git.kernel.org/netdev/net-next/c/1394c1dec1c6
  - [net-next,v2,10/11] net: mctp: tests: Test that outgoing skbs have flow data populated
    https://git.kernel.org/netdev/net-next/c/109a5331143d
  - [net-next,v2,11/11] net: mctp: tests: Add a test for proper tag creation on local output
    https://git.kernel.org/netdev/net-next/c/d192eaf57f00

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



      parent reply	other threads:[~2024-02-22 13:00 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-19  9:51 [PATCH net-next v2 00/11] MCTP core protocol updates, minor fixes & tests Jeremy Kerr
2024-02-19  9:51 ` [PATCH net-next v2 01/11] net: mctp: avoid confusion over local/peer dest/source addresses Jeremy Kerr
2024-02-19  9:51 ` [PATCH net-next v2 02/11] net: mctp: Add some detail on the key allocation implementation Jeremy Kerr
2024-02-19  9:51 ` [PATCH net-next v2 03/11] net: mctp: make key lookups match the ANY address on either local or peer Jeremy Kerr
2024-02-19  9:51 ` [PATCH net-next v2 04/11] net: mctp: tests: create test skbs with the correct net and device Jeremy Kerr
2024-02-19  9:51 ` [PATCH net-next v2 05/11] net: mctp: separate key correlation across nets Jeremy Kerr
2024-02-19  9:51 ` [PATCH net-next v2 06/11] net: mctp: provide a more specific tag allocation ioctl Jeremy Kerr
2024-02-19  9:51 ` [PATCH net-next v2 07/11] net: mctp: tests: Add netid argument to __mctp_route_test_init Jeremy Kerr
2024-02-19  9:51 ` [PATCH net-next v2 08/11] net: mctp: tests: Add MCTP net isolation tests Jeremy Kerr
2024-02-19  9:51 ` [PATCH net-next v2 09/11] net: mctp: copy skb ext data when fragmenting Jeremy Kerr
2024-02-19  9:51 ` [PATCH net-next v2 10/11] net: mctp: tests: Test that outgoing skbs have flow data populated Jeremy Kerr
2024-02-19  9:51 ` [PATCH net-next v2 11/11] net: mctp: tests: Add a test for proper tag creation on local output Jeremy Kerr
2024-02-22 13:00 ` 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=170860683010.12924.11166470847067651109.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=aleksander.lobakin@intel.com \
    --cc=dan.carpenter@linaro.org \
    --cc=davem@davemloft.net \
    --cc=dhowells@redhat.com \
    --cc=edumazet@google.com \
    --cc=horms@kernel.org \
    --cc=jk@codeconstruct.com.au \
    --cc=johannes.berg@intel.com \
    --cc=kuba@kernel.org \
    --cc=liangchen.linux@gmail.com \
    --cc=matt@codeconstruct.com.au \
    --cc=netdev@vger.kernel.org \
    --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 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).