From: patchwork-bot+netdevbpf@kernel.org
To: Hangbin Liu <liuhangbin@gmail.com>
Cc: netdev@vger.kernel.org, j.vosburgh@gmail.com,
davem@davemloft.net, kuba@kernel.org, jtoppins@redhat.com,
pabeni@redhat.com, edumazet@google.com, liali@redhat.com
Subject: Re: [PATCHv2 net 0/3] bonding: fix ns validation on backup slaves
Date: Fri, 07 Apr 2023 08:10:18 +0000 [thread overview]
Message-ID: <168085501854.4864.1968178476177065803.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230406082352.986477-1-liuhangbin@gmail.com>
Hello:
This series was applied to netdev/net.git (main)
by David S. Miller <davem@davemloft.net>:
On Thu, 6 Apr 2023 16:23:49 +0800 you wrote:
> The first patch fixed a ns validation issue on backup slaves. The second
> patch re-format the bond option test and add a test lib file. The third
> patch add the arp validate regression test for the kernel patch.
>
> Here is the new bonding option test without the kernel fix:
>
> ]# ./bond_options.sh
> TEST: prio (active-backup miimon primary_reselect 0) [ OK ]
> TEST: prio (active-backup miimon primary_reselect 1) [ OK ]
> TEST: prio (active-backup miimon primary_reselect 2) [ OK ]
> TEST: prio (active-backup arp_ip_target primary_reselect 0) [ OK ]
> TEST: prio (active-backup arp_ip_target primary_reselect 1) [ OK ]
> TEST: prio (active-backup arp_ip_target primary_reselect 2) [ OK ]
> TEST: prio (active-backup ns_ip6_target primary_reselect 0) [ OK ]
> TEST: prio (active-backup ns_ip6_target primary_reselect 1) [ OK ]
> TEST: prio (active-backup ns_ip6_target primary_reselect 2) [ OK ]
> TEST: prio (balance-tlb miimon primary_reselect 0) [ OK ]
> TEST: prio (balance-tlb miimon primary_reselect 1) [ OK ]
> TEST: prio (balance-tlb miimon primary_reselect 2) [ OK ]
> TEST: prio (balance-tlb arp_ip_target primary_reselect 0) [ OK ]
> TEST: prio (balance-tlb arp_ip_target primary_reselect 1) [ OK ]
> TEST: prio (balance-tlb arp_ip_target primary_reselect 2) [ OK ]
> TEST: prio (balance-tlb ns_ip6_target primary_reselect 0) [ OK ]
> TEST: prio (balance-tlb ns_ip6_target primary_reselect 1) [ OK ]
> TEST: prio (balance-tlb ns_ip6_target primary_reselect 2) [ OK ]
> TEST: prio (balance-alb miimon primary_reselect 0) [ OK ]
> TEST: prio (balance-alb miimon primary_reselect 1) [ OK ]
> TEST: prio (balance-alb miimon primary_reselect 2) [ OK ]
> TEST: prio (balance-alb arp_ip_target primary_reselect 0) [ OK ]
> TEST: prio (balance-alb arp_ip_target primary_reselect 1) [ OK ]
> TEST: prio (balance-alb arp_ip_target primary_reselect 2) [ OK ]
> TEST: prio (balance-alb ns_ip6_target primary_reselect 0) [ OK ]
> TEST: prio (balance-alb ns_ip6_target primary_reselect 1) [ OK ]
> TEST: prio (balance-alb ns_ip6_target primary_reselect 2) [ OK ]
> TEST: arp_validate (active-backup arp_ip_target arp_validate 0) [ OK ]
> TEST: arp_validate (active-backup arp_ip_target arp_validate 1) [ OK ]
> TEST: arp_validate (active-backup arp_ip_target arp_validate 2) [ OK ]
> TEST: arp_validate (active-backup arp_ip_target arp_validate 3) [ OK ]
> TEST: arp_validate (active-backup arp_ip_target arp_validate 4) [ OK ]
> TEST: arp_validate (active-backup arp_ip_target arp_validate 5) [ OK ]
> TEST: arp_validate (active-backup arp_ip_target arp_validate 6) [ OK ]
> TEST: arp_validate (active-backup ns_ip6_target arp_validate 0) [ OK ]
> TEST: arp_validate (active-backup ns_ip6_target arp_validate 1) [ OK ]
> TEST: arp_validate (interface eth1 mii_status DOWN) [FAIL]
> TEST: arp_validate (interface eth2 mii_status DOWN) [FAIL]
> TEST: arp_validate (active-backup ns_ip6_target arp_validate 2) [FAIL]
> TEST: arp_validate (interface eth1 mii_status DOWN) [FAIL]
> TEST: arp_validate (interface eth2 mii_status DOWN) [FAIL]
> TEST: arp_validate (active-backup ns_ip6_target arp_validate 3) [FAIL]
> TEST: arp_validate (active-backup ns_ip6_target arp_validate 4) [ OK ]
> TEST: arp_validate (active-backup ns_ip6_target arp_validate 5) [ OK ]
> TEST: arp_validate (interface eth1 mii_status DOWN) [FAIL]
> TEST: arp_validate (interface eth2 mii_status DOWN) [FAIL]
> TEST: arp_validate (active-backup ns_ip6_target arp_validate 6) [FAIL]
>
> [...]
Here is the summary with links:
- [PATCHv2,net,1/3] bonding: fix ns validation on backup slaves
https://git.kernel.org/netdev/net/c/4598380f9c54
- [PATCHv2,net,2/3] selftests: bonding: re-format bond option tests
https://git.kernel.org/netdev/net/c/481b56e0391e
- [PATCHv2,net,3/3] selftests: bonding: add arp validate test
https://git.kernel.org/netdev/net/c/2e825f8accb4
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-04-07 8:10 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-06 8:23 [PATCHv2 net 0/3] bonding: fix ns validation on backup slaves Hangbin Liu
2023-04-06 8:23 ` [PATCHv2 net 1/3] " Hangbin Liu
2023-04-06 8:23 ` [PATCHv2 net 2/3] selftests: bonding: re-format bond option tests Hangbin Liu
2023-04-06 14:47 ` Jonathan Toppins
2023-04-06 8:23 ` [PATCHv2 net 3/3] selftests: bonding: add arp validate test Hangbin Liu
2023-04-07 8: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=168085501854.4864.1968178476177065803.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=j.vosburgh@gmail.com \
--cc=jtoppins@redhat.com \
--cc=kuba@kernel.org \
--cc=liali@redhat.com \
--cc=liuhangbin@gmail.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.