netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Hangbin Liu <liuhangbin@gmail.com>
Cc: netdev@vger.kernel.org, davem@davemloft.net, kuba@kernel.org,
	edumazet@google.com, pabeni@redhat.com, shuah@kernel.org,
	dsahern@kernel.org, linux-kselftest@vger.kernel.org,
	po-hsu.lin@canonical.com, andrea.mayer@uniroma2.it,
	amcohen@nvidia.com, nicolas.dichtel@6wind.com, roopa@nvidia.com,
	idosch@nvidia.com
Subject: Re: [PATCHv2 net-next 00/13] Convert net selftests to run in unique namespace (Part 3)
Date: Fri, 15 Dec 2023 02:40:27 +0000	[thread overview]
Message-ID: <170260802743.18795.8297377482881203534.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20231213060856.4030084-1-liuhangbin@gmail.com>

Hello:

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

On Wed, 13 Dec 2023 14:08:43 +0800 you wrote:
> Here is the 3rd part of converting net selftests to run in unique namespace.
> This part converts all srv6 and fib tests.
> 
> Note that patch 06 is a fix for testing fib_nexthop_multiprefix.
> 
> Here is the part 1 link:
> https://lore.kernel.org/netdev/20231202020110.362433-1-liuhangbin@gmail.com
> And part 2 link:
> https://lore.kernel.org/netdev/20231206070801.1691247-1-liuhangbin@gmail.com
> 
> [...]

Here is the summary with links:
  - [PATCHv2,net-next,01/13] selftests/net: add variable NS_LIST for lib.sh
    https://git.kernel.org/netdev/net-next/c/b6925b4ed57c
  - [PATCHv2,net-next,02/13] selftests/net: convert srv6_end_dt46_l3vpn_test.sh to run it in unique namespace
    https://git.kernel.org/netdev/net-next/c/59cac2efd378
  - [PATCHv2,net-next,03/13] selftests/net: convert srv6_end_dt4_l3vpn_test.sh to run it in unique namespace
    https://git.kernel.org/netdev/net-next/c/7b2d941c81bc
  - [PATCHv2,net-next,04/13] selftests/net: convert srv6_end_dt6_l3vpn_test.sh to run it in unique namespace
    https://git.kernel.org/netdev/net-next/c/792cd1dbc8a2
  - [PATCHv2,net-next,05/13] selftests/net: convert fcnal-test.sh to run it in unique namespace
    https://git.kernel.org/netdev/net-next/c/779283b7770f
  - [PATCHv2,net-next,06/13] selftests/net: fix grep checking for fib_nexthop_multiprefix
    https://git.kernel.org/netdev/net-next/c/a33e9da34704
  - [PATCHv2,net-next,07/13] selftests/net: convert fib_nexthop_multiprefix to run it in unique namespace
    https://git.kernel.org/netdev/net-next/c/5ae89fe43a4e
  - [PATCHv2,net-next,08/13] selftests/net: convert fib_nexthop_nongw.sh to run it in unique namespace
    https://git.kernel.org/netdev/net-next/c/d2168ea79234
  - [PATCHv2,net-next,09/13] selftests/net: convert fib_nexthops.sh to run it in unique namespace
    https://git.kernel.org/netdev/net-next/c/39333e31672c
  - [PATCHv2,net-next,10/13] selftests/net: convert fib-onlink-tests.sh to run it in unique namespace
    https://git.kernel.org/netdev/net-next/c/3a06833b2adc
  - [PATCHv2,net-next,11/13] selftests/net: convert fib_rule_tests.sh to run it in unique namespace
    https://git.kernel.org/netdev/net-next/c/6c0ee7b4d69d
  - [PATCHv2,net-next,12/13] selftests/net: convert fib_tests.sh to run it in unique namespace
    https://git.kernel.org/netdev/net-next/c/f6fc5b949911
  - [PATCHv2,net-next,13/13] selftests/net: convert fdb_flush.sh to run it in unique namespace
    https://git.kernel.org/netdev/net-next/c/b795db185e32

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



      parent reply	other threads:[~2023-12-15  2:40 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-13  6:08 [PATCHv2 net-next 00/13] Convert net selftests to run in unique namespace (Part 3) Hangbin Liu
2023-12-13  6:08 ` [PATCHv2 net-next 01/13] selftests/net: add variable NS_LIST for lib.sh Hangbin Liu
2023-12-13  6:08 ` [PATCHv2 net-next 02/13] selftests/net: convert srv6_end_dt46_l3vpn_test.sh to run it in unique namespace Hangbin Liu
2023-12-13  6:08 ` [PATCHv2 net-next 03/13] selftests/net: convert srv6_end_dt4_l3vpn_test.sh " Hangbin Liu
2023-12-13  6:08 ` [PATCHv2 net-next 04/13] selftests/net: convert srv6_end_dt6_l3vpn_test.sh " Hangbin Liu
2023-12-13  6:08 ` [PATCHv2 net-next 05/13] selftests/net: convert fcnal-test.sh " Hangbin Liu
2023-12-13  6:08 ` [PATCHv2 net-next 06/13] selftests/net: fix grep checking for fib_nexthop_multiprefix Hangbin Liu
2023-12-13  6:08 ` [PATCHv2 net-next 07/13] selftests/net: convert fib_nexthop_multiprefix to run it in unique namespace Hangbin Liu
2023-12-13  6:08 ` [PATCHv2 net-next 08/13] selftests/net: convert fib_nexthop_nongw.sh " Hangbin Liu
2023-12-13  6:08 ` [PATCHv2 net-next 09/13] selftests/net: convert fib_nexthops.sh " Hangbin Liu
2023-12-13 13:47   ` Ido Schimmel
2023-12-13  6:08 ` [PATCHv2 net-next 10/13] selftests/net: convert fib-onlink-tests.sh " Hangbin Liu
2023-12-13  6:08 ` [PATCHv2 net-next 11/13] selftests/net: convert fib_rule_tests.sh " Hangbin Liu
2023-12-13  6:08 ` [PATCHv2 net-next 12/13] selftests/net: convert fib_tests.sh " Hangbin Liu
2023-12-13 13:51   ` Ido Schimmel
2023-12-13  6:08 ` [PATCHv2 net-next 13/13] selftests/net: convert fdb_flush.sh " Hangbin Liu
2023-12-13 13:54   ` Ido Schimmel
2023-12-15  2: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=170260802743.18795.8297377482881203534.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=amcohen@nvidia.com \
    --cc=andrea.mayer@uniroma2.it \
    --cc=davem@davemloft.net \
    --cc=dsahern@kernel.org \
    --cc=edumazet@google.com \
    --cc=idosch@nvidia.com \
    --cc=kuba@kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=liuhangbin@gmail.com \
    --cc=netdev@vger.kernel.org \
    --cc=nicolas.dichtel@6wind.com \
    --cc=pabeni@redhat.com \
    --cc=po-hsu.lin@canonical.com \
    --cc=roopa@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).