Linux Kernel Selftest development
 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, shuah@kernel.org,
	razor@blackwall.org, liuhangbin@gmail.com,
	vladimir.oltean@nxp.com, bpoirier@nvidia.com, idosch@nvidia.com,
	jiri@nvidia.com, linux-kselftest@vger.kernel.org,
	mlxsw@nvidia.com
Subject: Re: [PATCH net-next 00/14] selftests: Fixes for kernel CI
Date: Fri, 29 Mar 2024 01:11:50 +0000	[thread overview]
Message-ID: <171167471047.20385.6346072073205983156.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <cover.1711464583.git.petrm@nvidia.com>

Hello:

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

On Tue, 26 Mar 2024 17:54:27 +0100 you wrote:
> As discussed on the bi-weekly call on Jan 30, and in mailing around
> kernel CI effort, some changes are desirable in the suite of forwarding
> selftests the better to work with the CI tooling. Namely:
> 
> - The forwarding selftests use a configuration file where names of
>   interfaces are defined and various variables can be overridden. There
>   is also forwarding.config.sample that users can use as a template to
>   refer to when creating the config file. What happens a fair bit is
>   that users either do not know about this at all, or simply forget, and
>   are confused by cryptic failures about interfaces that cannot be
>   created.
> 
> [...]

Here is the summary with links:
  - [net-next,01/14] selftests: net: libs: Change variable fallback syntax
    https://git.kernel.org/netdev/net-next/c/fa61e9aec97f
  - [net-next,02/14] selftests: forwarding.config.sample: Move overrides to lib.sh
    https://git.kernel.org/netdev/net-next/c/fd36fd26ae7c
  - [net-next,03/14] selftests: forwarding: README: Document customization
    https://git.kernel.org/netdev/net-next/c/0cb862871fe7
  - [net-next,04/14] selftests: forwarding: ipip_lib: Do not import lib.sh
    https://git.kernel.org/netdev/net-next/c/0faa565bc4a7
  - [net-next,05/14] selftests: forwarding: Move several selftests
    https://git.kernel.org/netdev/net-next/c/40d269c000bd
  - [net-next,06/14] selftests: forwarding: Ditch skip_on_veth()
    https://git.kernel.org/netdev/net-next/c/0c499a351777
  - [net-next,07/14] selftests: forwarding: Change inappropriate log_test_skip() calls
    https://git.kernel.org/netdev/net-next/c/677f394956e8
  - [net-next,08/14] selftests: lib: Define more kselftest exit codes
    https://git.kernel.org/netdev/net-next/c/51ccf267beb2
  - [net-next,09/14] selftests: forwarding: Have RET track kselftest framework constants
    https://git.kernel.org/netdev/net-next/c/596c8819cb78
  - [net-next,10/14] selftests: forwarding: Convert log_test() to recognize RET values
    https://git.kernel.org/netdev/net-next/c/a923af1ceee7
  - [net-next,11/14] selftests: forwarding: Support for performance sensitive tests
    https://git.kernel.org/netdev/net-next/c/e16a8d209c33
  - [net-next,12/14] selftests: forwarding: Mark performance-sensitive tests
    https://git.kernel.org/netdev/net-next/c/e10391092aca
  - [net-next,13/14] selftests: forwarding: router_mpath_nh_lib: Don't skip, xfail on veth
    https://git.kernel.org/netdev/net-next/c/6db870bbf788
  - [net-next,14/14] selftests: forwarding: Add a test for testing lib.sh functionality
    https://git.kernel.org/netdev/net-next/c/8ff2d7abfb6f

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-03-29  1:11 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-26 16:54 [PATCH net-next 00/14] selftests: Fixes for kernel CI Petr Machata
2024-03-26 16:54 ` [PATCH net-next 01/14] selftests: net: libs: Change variable fallback syntax Petr Machata
2024-03-26 16:54 ` [PATCH net-next 02/14] selftests: forwarding.config.sample: Move overrides to lib.sh Petr Machata
2024-03-26 16:54 ` [PATCH net-next 03/14] selftests: forwarding: README: Document customization Petr Machata
2024-03-26 16:54 ` [PATCH net-next 04/14] selftests: forwarding: ipip_lib: Do not import lib.sh Petr Machata
2024-03-26 16:54 ` [PATCH net-next 05/14] selftests: forwarding: Move several selftests Petr Machata
2024-03-26 16:54 ` [PATCH net-next 06/14] selftests: forwarding: Ditch skip_on_veth() Petr Machata
2024-03-26 16:54 ` [PATCH net-next 07/14] selftests: forwarding: Change inappropriate log_test_skip() calls Petr Machata
2024-03-26 16:54 ` [PATCH net-next 08/14] selftests: lib: Define more kselftest exit codes Petr Machata
2024-03-26 16:54 ` [PATCH net-next 09/14] selftests: forwarding: Have RET track kselftest framework constants Petr Machata
2024-03-26 16:54 ` [PATCH net-next 10/14] selftests: forwarding: Convert log_test() to recognize RET values Petr Machata
2024-03-26 16:54 ` [PATCH net-next 11/14] selftests: forwarding: Support for performance sensitive tests Petr Machata
2024-03-26 16:54 ` [PATCH net-next 12/14] selftests: forwarding: Mark performance-sensitive tests Petr Machata
2024-03-26 16:54 ` [PATCH net-next 13/14] selftests: forwarding: router_mpath_nh_lib: Don't skip, xfail on veth Petr Machata
2024-03-26 16:54 ` [PATCH net-next 14/14] selftests: forwarding: Add a test for testing lib.sh functionality Petr Machata
2024-03-29  1:11 ` 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=171167471047.20385.6346072073205983156.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=bpoirier@nvidia.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=idosch@nvidia.com \
    --cc=jiri@nvidia.com \
    --cc=kuba@kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=liuhangbin@gmail.com \
    --cc=mlxsw@nvidia.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=petrm@nvidia.com \
    --cc=razor@blackwall.org \
    --cc=shuah@kernel.org \
    --cc=vladimir.oltean@nxp.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