netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Petr Machata <petrm@nvidia.com>
Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
	pabeni@redhat.com, netdev@vger.kernel.org, idosch@nvidia.com,
	shuah@kernel.org, linux-kselftest@vger.kernel.org,
	mlxsw@nvidia.com
Subject: Re: [PATCH net-next 00/10] selftests: Assortment of fixes
Date: Tue, 16 Apr 2024 10:20:30 +0000	[thread overview]
Message-ID: <171326283060.2031.5276766960350052331.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <cover.1712940759.git.petrm@nvidia.com>

Hello:

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

On Fri, 12 Apr 2024 19:03:03 +0200 you wrote:
> This is a loose follow-up to the Kernel CI patchset posted recently. It
> contains various fixes that were supposed to be part of said patchset, but
> didn't fit due to its size. The latter 4 patches were written independently
> of the CI effort, but again didn't fit in their intended patchsets.
> 
> - Patch #1 unifies code of two very similar looking functions, busywait()
>   and slowwait().
> 
> [...]

Here is the summary with links:
  - [net-next,01/10] selftests: net: Unify code of busywait() and slowwait()
    https://git.kernel.org/netdev/net-next/c/a4022a332f43
  - [net-next,02/10] selftests: forwarding: lib.sh: Validate NETIFS
    https://git.kernel.org/netdev/net-next/c/2291752fae3d
  - [net-next,03/10] selftests: forwarding: bail_on_lldpad() should SKIP
    https://git.kernel.org/netdev/net-next/c/492976136bb9
  - [net-next,04/10] selftests: drivers: hw: Fix ethtool_rmon
    https://git.kernel.org/netdev/net-next/c/042db639bf33
  - [net-next,05/10] selftests: drivers: hw: ethtool.sh: Adjust output
    https://git.kernel.org/netdev/net-next/c/f359d44a4e83
  - [net-next,06/10] selftests: drivers: hw: Include tc_common.sh in hw_stats_l3
    https://git.kernel.org/netdev/net-next/c/bfc42940682b
  - [net-next,07/10] selftests: mlxsw: ethtool_lanes: Wait for lanes parameter dump explicitly
    https://git.kernel.org/netdev/net-next/c/8d612ed4b554
  - [net-next,08/10] selftests: forwarding: router_mpath_nh: Add a diagram
    https://git.kernel.org/netdev/net-next/c/ba7d1e99b193
  - [net-next,09/10] selftests: forwarding: router_mpath_nh_res: Add a diagram
    https://git.kernel.org/netdev/net-next/c/b51a94b2d59d
  - [net-next,10/10] selftests: forwarding: router_nh: Add a diagram
    https://git.kernel.org/netdev/net-next/c/74ddac073cfe

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-04-16 10:20 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-12 17:03 [PATCH net-next 00/10] selftests: Assortment of fixes Petr Machata
2024-04-12 17:03 ` [PATCH net-next 01/10] selftests: net: Unify code of busywait() and slowwait() Petr Machata
2024-04-15  7:21   ` Hangbin Liu
2024-04-12 17:03 ` [PATCH net-next 02/10] selftests: forwarding: lib.sh: Validate NETIFS Petr Machata
2024-04-15  7:47   ` Hangbin Liu
2024-04-12 17:03 ` [PATCH net-next 03/10] selftests: forwarding: bail_on_lldpad() should SKIP Petr Machata
2024-04-15  7:46   ` Hangbin Liu
2024-04-12 17:03 ` [PATCH net-next 04/10] selftests: drivers: hw: Fix ethtool_rmon Petr Machata
2024-04-12 17:03 ` [PATCH net-next 05/10] selftests: drivers: hw: ethtool.sh: Adjust output Petr Machata
2024-04-12 17:03 ` [PATCH net-next 06/10] selftests: drivers: hw: Include tc_common.sh in hw_stats_l3 Petr Machata
2024-04-12 17:03 ` [PATCH net-next 07/10] selftests: mlxsw: ethtool_lanes: Wait for lanes parameter dump explicitly Petr Machata
2024-04-12 17:03 ` [PATCH net-next 08/10] selftests: forwarding: router_mpath_nh: Add a diagram Petr Machata
2024-04-15  8:28   ` Hangbin Liu
2024-04-15 12:39   ` David Ahern
2024-04-12 17:03 ` [PATCH net-next 09/10] selftests: forwarding: router_mpath_nh_res: " Petr Machata
2024-04-15  8:31   ` Hangbin Liu
2024-04-12 17:03 ` [PATCH net-next 10/10] selftests: forwarding: router_nh: " Petr Machata
2024-04-15  8:31   ` Hangbin Liu
2024-04-16 10:20 ` 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=171326283060.2031.5276766960350052331.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=idosch@nvidia.com \
    --cc=kuba@kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=mlxsw@nvidia.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=petrm@nvidia.com \
    --cc=shuah@kernel.org \
    /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).