[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20201030105305.719eac75@kicinski-fedora-PC1C0HJN.hsd1.ca.comcast.net>
Date: Fri, 30 Oct 2020 10:53:05 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Nikolay Aleksandrov <razor@...ckwall.org>
Cc: netdev@...r.kernel.org, roopa@...dia.com,
bridge@...ts.linux-foundation.org,
Nikolay Aleksandrov <nikolay@...dia.com>
Subject: Re: [PATCH net-next 00/16] selftests: net: bridge: add tests for
IGMPv3
On Tue, 27 Oct 2020 20:59:18 +0200 Nikolay Aleksandrov wrote:
> This set adds tests for the bridge's new IGMPv3 support. The tests use
> precooked packets which are sent via mausezahn and the resulting state
> after each test is checked for proper X,Y sets, (*,G) source list, source
> list entry timers, (S,G) existence and flags, packet forwarding and
> blocking, exclude group expiration and (*,G) auto-add. The first 3 patches
> prepare the existing IGMPv2 tests, then patch 4 adds new helpers which are
> used throughout the rest of the v3 tests.
> The following new tests are added:
> - base case: IGMPv3 report 239.10.10.10 is_include (A)
> - include -> allow report
> - include -> is_include report
> - include -> is_exclude report
> - include -> to_exclude report
> - exclude -> allow report
> - exclude -> is_include report
> - exclude -> is_exclude report
> - exclude -> to_exclude report
> - include -> block report
> - exclude -> block report
> - exclude timeout (move to include + entry deletion)
> - S,G port entry automatic add to a *,G,exclude port
>
> The variable names and set notation are the same as per RFC 3376,
> for more information check RFC 3376 sections 4.2.15 and 6.4.1.
> MLDv2 tests will be added by a separate patch-set.
Applied, thanks Nik!
Powered by blists - more mailing lists