<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in config</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>08ac69b2 - selftests: bonding: add ipvlan over bond testing</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/drivers/net/bonding/config#08ac69b2</link>
        <description>selftests: bonding: add ipvlan over bond testingThis rework bond_macvlan.sh into bond_macvlan_ipvlan.shWe only test bridge mode for macvlan and l2 mode]# ./bond_macvlan_ipvlan.shTEST: active-backup/macvlan_bridge: IPv4: client-&gt;server            [ OK ]...TEST: active-backup/ipvlan_l2: IPv4: client-&gt;server                 [ OK ]...TEST: balance-tlb/macvlan_bridge: IPv4: client-&gt;server              [ OK ]...TEST: balance-tlb/ipvlan_l2: IPv4: client-&gt;server                   [ OK ]...TEST: balance-alb/macvlan_bridge: IPv4: client-&gt;server              [ OK ]...TEST: balance-alb/ipvlan_l2: IPv4: client-&gt;server                   [ OK ]...Signed-off-by: Etienne Champetier &lt;champetier.etienne@gmail.com&gt;Link: https://patch.msgid.link/20250109032819.326528-3-champetier.etienne@gmail.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/drivers/net/bonding/config</description>
        <pubDate>Thu, 09 Jan 2025 03:28:19 +0000</pubDate>
        <dc:creator>Etienne Champetier &lt;champetier.etienne@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>dd2d40ac - selftests: bonding: Add more missing config options</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/drivers/net/bonding/config#dd2d40ac</link>
        <description>selftests: bonding: Add more missing config optionsAs a followup to commit 03fb8565c880 (&quot;selftests: bonding: add missingbuild configs&quot;), add more networking-specific config options which areneeded for bonding tests.For testing, I used the minimal config generated by virtme-ng and I addedthe options in the config file. All bonding tests passed.Fixes: bbb774d921e2 (&quot;net: Add tests for bonding and team address list management&quot;) # for ipv6Fixes: 6cbe791c0f4e (&quot;kselftest: bonding: add num_grat_arp test&quot;) # for tc optionsFixes: 222c94ec0ad4 (&quot;selftests: bonding: add tests for ether type changes&quot;) # for nlmonSuggested-by: Jakub Kicinski &lt;kuba@kernel.org&gt;Signed-off-by: Benjamin Poirier &lt;bpoirier@nvidia.com&gt;Link: https://lore.kernel.org/r/20240116154926.202164-1-bpoirier@nvidia.comSigned-off-by: Paolo Abeni &lt;pabeni@redhat.com&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/drivers/net/bonding/config</description>
        <pubDate>Tue, 16 Jan 2024 15:49:26 +0000</pubDate>
        <dc:creator>Benjamin Poirier &lt;bpoirier@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>03fb8565 - selftests: bonding: add missing build configs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/drivers/net/bonding/config#03fb8565</link>
        <description>selftests: bonding: add missing build configsbonding tests also try to create bridge, veth and dummyinterfaces. These are not currently listed in config.Fixes: bbb774d921e2 (&quot;net: Add tests for bonding and team address list management&quot;)Fixes: c078290a2b76 (&quot;selftests: include bonding tests into the kselftest infra&quot;)Acked-by: Muhammad Usama Anjum &lt;usama.anjum@collabora.com&gt;Link: https://lore.kernel.org/r/20240116020201.1883023-1-kuba@kernel.orgSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/drivers/net/bonding/config</description>
        <pubDate>Tue, 16 Jan 2024 02:02:01 +0000</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>bbb774d9 - net: Add tests for bonding and team address list management</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/drivers/net/bonding/config#bbb774d9</link>
        <description>net: Add tests for bonding and team address list managementTest that the bonding and team drivers clean up an underlying device&apos;saddress lists (dev-&gt;uc, dev-&gt;mc) when the aggregated device is deleted.Test addition and removal of the LACPDU multicast address on underlyingdevices by the bonding driver.v2:* add lag_lib.sh to TEST_FILESv3:* extend bond_listen_lacpdu_multicast test to init_state up and down cases* remove some superfluous shell syntax and &apos;set dev ... up&apos; commandsSigned-off-by: Benjamin Poirier &lt;bpoirier@nvidia.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/drivers/net/bonding/config</description>
        <pubDate>Wed, 07 Sep 2022 07:56:42 +0000</pubDate>
        <dc:creator>Benjamin Poirier &lt;bpoirier@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>c078290a - selftests: include bonding tests into the kselftest infra</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/drivers/net/bonding/config#c078290a</link>
        <description>selftests: include bonding tests into the kselftest infraThis creates a test collection in drivers/net/bonding for bondingspecific kernel selftests.The first test is a reproducer that provisions a bond and given thespecific order in how the ip-link(8) commands are issued the bond nevertransmits an LACPDU frame on any of its slaves.Signed-off-by: Jonathan Toppins &lt;jtoppins@redhat.com&gt;Acked-by: Jay Vosburgh &lt;jay.vosburgh@canonical.com&gt;Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/drivers/net/bonding/config</description>
        <pubDate>Fri, 19 Aug 2022 15:15:12 +0000</pubDate>
        <dc:creator>Jonathan Toppins &lt;jtoppins@redhat.com&gt;</dc:creator>
    </item>
</channel>
</rss>
