netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Nikolay Aleksandrov <razor@blackwall.org>
To: Ido Schimmel <idosch@nvidia.com>, netdev@vger.kernel.org
Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com,
	edumazet@google.com, andrew+netdev@lunn.ch, horms@kernel.org,
	petrm@nvidia.com, mcremers@cloudbear.nl
Subject: Re: [PATCH net 3/3] selftests: net: Add a selftest for VXLAN with FDB nexthop groups
Date: Tue, 2 Sep 2025 15:17:42 +0300	[thread overview]
Message-ID: <d16e3744-96c3-46f6-9da8-e9341dcff1d9@blackwall.org> (raw)
In-Reply-To: <20250901065035.159644-4-idosch@nvidia.com>

On 9/1/25 09:50, Ido Schimmel wrote:
> Add test cases for VXLAN with FDB nexthop groups, testing both IPv4 and
> IPv6. Test basic Tx functionality as well as some corner cases.
> 
> Example output:
> 
>   # ./test_vxlan_nh.sh
>   TEST: VXLAN FDB nexthop: IPv4 basic Tx                              [ OK ]
>   TEST: VXLAN FDB nexthop: IPv6 basic Tx                              [ OK ]
>   TEST: VXLAN FDB nexthop: learning                                   [ OK ]
>   TEST: VXLAN FDB nexthop: IPv4 proxy                                 [ OK ]
>   TEST: VXLAN FDB nexthop: IPv6 proxy                                 [ OK ]
> 
> Signed-off-by: Ido Schimmel <idosch@nvidia.com>
> ---
>   tools/testing/selftests/net/Makefile         |   1 +
>   tools/testing/selftests/net/test_vxlan_nh.sh | 223 +++++++++++++++++++
>   2 files changed, 224 insertions(+)
>   create mode 100755 tools/testing/selftests/net/test_vxlan_nh.sh
> 

Reviewed-by: Nikolay Aleksandrov <razor@blackwall.org>


  reply	other threads:[~2025-09-02 12:17 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-01  6:50 [PATCH net 0/3] vxlan: Fix NPDs when using nexthop objects Ido Schimmel
2025-09-01  6:50 ` [PATCH net 1/3] vxlan: Fix NPD when refreshing an FDB entry with a nexthop object Ido Schimmel
2025-09-02 12:16   ` Nikolay Aleksandrov
2025-09-01  6:50 ` [PATCH net 2/3] vxlan: Fix NPD in {arp,neigh}_reduce() when using nexthop objects Ido Schimmel
2025-09-02 12:17   ` Nikolay Aleksandrov
2025-09-01  6:50 ` [PATCH net 3/3] selftests: net: Add a selftest for VXLAN with FDB nexthop groups Ido Schimmel
2025-09-02 12:17   ` Nikolay Aleksandrov [this message]
2025-09-03  0:10 ` [PATCH net 0/3] vxlan: Fix NPDs when using nexthop objects patchwork-bot+netdevbpf

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=d16e3744-96c3-46f6-9da8-e9341dcff1d9@blackwall.org \
    --to=razor@blackwall.org \
    --cc=andrew+netdev@lunn.ch \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=horms@kernel.org \
    --cc=idosch@nvidia.com \
    --cc=kuba@kernel.org \
    --cc=mcremers@cloudbear.nl \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=petrm@nvidia.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).