<?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>f0ddf15f - selftests: forwarding: Add missing multicast routing config entries</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/net/forwarding/config#f0ddf15f</link>
        <description>selftests: forwarding: Add missing multicast routing config entriesThe two tests that make use of multicast routig (router.sh androuter_multicast.sh) are currently failing in the netdev CI because thekernel is missing multicast routing support.Fix by adding the required config entries.Fixes: 6d4efada3b82 (&quot;selftests: forwarding: Add multicast routing test&quot;)Signed-off-by: Ido Schimmel &lt;idosch@nvidia.com&gt;Reviewed-by: Simon Horman &lt;horms@kernel.org&gt;Link: https://lore.kernel.org/r/20240208165538.1303021-1-idosch@nvidia.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/net/forwarding/config</description>
        <pubDate>Thu, 08 Feb 2024 16:55:38 +0000</pubDate>
        <dc:creator>Ido Schimmel &lt;idosch@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>4acf4e62 - selftests: forwarding: Add missing config entries</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/net/forwarding/config#4acf4e62</link>
        <description>selftests: forwarding: Add missing config entriesThe config file contains a partial kernel configuration to be used by`virtme-configkernel --custom&apos;. The presumption is that the config filecontains all Kconfig options needed by the selftests from the directory.In net/forwarding/config, many are missing, which manifests as spuriousfailures when running the selftests, with messages about unknown devicetypes, qdisc kinds or classifier actions. Add the missing configurations.Tested the resulting configuration using virtme-ng as follows: # vng -b -f tools/testing/selftests/net/forwarding/config # vng --user root (within the VM:) # make -C tools/testing/selftests TARGETS=net/forwarding run_testsSigned-off-by: Petr Machata &lt;petrm@nvidia.com&gt;Link: https://lore.kernel.org/r/025abded7ff9cea5874a7fe35dcd3fd41bf5e6ac.1706286755.git.petrm@nvidia.comSigned-off-by: Paolo Abeni &lt;pabeni@redhat.com&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/net/forwarding/config</description>
        <pubDate>Fri, 26 Jan 2024 16:36:16 +0000</pubDate>
        <dc:creator>Petr Machata &lt;petrm@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>1d127eff - selftests: add a test case for mirred egress to ingress</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/net/forwarding/config#1d127eff</link>
        <description>selftests: add a test case for mirred egress to ingressadd a selftest that verifies the correct behavior of TC act_mirred egressto ingress: in particular, it checks if the dst_entry is removed from skbbefore redirect egress -&gt; ingress. The correct behavior is: an ICMP &apos;echorequest&apos; generated by ping will be received and generate a reply the sameway as the one generated by mausezahn.Suggested-by: Jamal Hadi Salim &lt;jhs@mojatatu.com&gt;Signed-off-by: Davide Caratti &lt;dcaratti@redhat.com&gt;Acked-by: Cong Wang &lt;cong.wang@bytedance.com&gt;Reviewed-by: Marcelo Ricardo Leitner &lt;marcelo.leitner@gmail.com&gt;Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/net/forwarding/config</description>
        <pubDate>Fri, 12 Nov 2021 16:33:12 +0000</pubDate>
        <dc:creator>Davide Caratti &lt;dcaratti@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>203ee5cd - selftests: tc: Add basic mpls_* matching support for tc-flower</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/net/forwarding/config#203ee5cd</link>
        <description>selftests: tc: Add basic mpls_* matching support for tc-flowerAdd tests in tc_flower.sh for mpls_label, mpls_tc, mpls_bos andmpls_ttl. For each keyword, test the minimal and maximal values.Selectively skip these new mpls tests for tc versions that don&apos;tsupport them.Signed-off-by: Guillaume Nault &lt;gnault@redhat.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/net/forwarding/config</description>
        <pubDate>Fri, 12 Feb 2021 19:05:37 +0000</pubDate>
        <dc:creator>Guillaume Nault &lt;gnault@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>41fdfffd - selftests: forwarding: Add MPLS L2VPN test</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/net/forwarding/config#41fdfffd</link>
        <description>selftests: forwarding: Add MPLS L2VPN testConnect hosts H1 and H2 using two intermediate encapsulation routers(LER1 and LER2). These routers encapsulate traffic from the hosts,including the original Ethernet header, into MPLS.Use ping to test reachability between H1 and H2.Signed-off-by: Guillaume Nault &lt;gnault@redhat.com&gt;Link: https://lore.kernel.org/r/625f5c1aafa3a8085f8d3e082d680a82e16ffbaa.1606918980.git.gnault@redhat.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/net/forwarding/config</description>
        <pubDate>Wed, 02 Dec 2020 14:35:43 +0000</pubDate>
        <dc:creator>Guillaume Nault &lt;gnault@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>ff326d3c - selftests: forwarding: Add some missing configuration symbols</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/net/forwarding/config#ff326d3c</link>
        <description>selftests: forwarding: Add some missing configuration symbolsFor the forwarding selftests to work, we need network namespaces whenusing veth/vrf otherwise ping/ping6 commands like these:ip vrf exec vveth0 /bin/ping 192.0.2.2 -c 10 -i 0.1 -w 5will fail because network namespaces may not be enabled.Signed-off-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/net/forwarding/config</description>
        <pubDate>Fri, 15 Feb 2019 18:14:52 +0000</pubDate>
        <dc:creator>Florian Fainelli &lt;f.fainelli@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>73bae673 - selftests: forwarding: Add initial testing framework</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/net/forwarding/config#73bae673</link>
        <description>selftests: forwarding: Add initial testing frameworkAdd initial framework to test packet forwarding functionality. The testscan run on actual devices using loop-backed cables or using veth pairs.Signed-off-by: Jiri Pirko &lt;jiri@mellanox.com&gt;Signed-off-by: Ido Schimmel &lt;idosch@mellanox.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/net/forwarding/config</description>
        <pubDate>Wed, 28 Feb 2018 10:25:06 +0000</pubDate>
        <dc:creator>Ido Schimmel &lt;idosch@mellanox.com&gt;</dc:creator>
    </item>
</channel>
</rss>
