<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>d84b5dcc - selftests: forwarding: Add a selftest for the new reserved_bits UAPI</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/net/forwarding/Makefile#d84b5dcc</link>
        <description>selftests: forwarding: Add a selftest for the new reserved_bits UAPIRun VXLAN packets through a gateway. Flip individual bits of the packetand/or reserved bits of the gateway, and check that the gateway treats thepackets as expected.Signed-off-by: Petr Machata &lt;petrm@nvidia.com&gt;Reviewed-by: Ido Schimmel &lt;idosch@nvidia.com&gt;Reviewed-by: Nikolay Aleksandrov &lt;razor@blackwall.org&gt;Link: https://patch.msgid.link/388bef3c30ebc887d4e64cd86a362e2df2f2d2e1.1733412063.git.petrm@nvidia.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/net/forwarding/Makefile</description>
        <pubDate>Thu, 05 Dec 2024 15:41:00 +0000</pubDate>
        <dc:creator>Petr Machata &lt;petrm@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>f72aa1b2 - selftests: net: include lib/sh/*.sh with lib.sh</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/net/forwarding/Makefile#f72aa1b2</link>
        <description>selftests: net: include lib/sh/*.sh with lib.shRecently, the net/lib.sh file has been modified to include defer.sh fromnet/lib/sh/ directory. The Makefile from net/lib has been modifiedaccordingly, but not the ones from the sub-targets using net/lib.sh.Because of that, the new file is not installed as expected wheninstalling the Forwarding, MPTCP, and Netfilter targets, e.g.  # make -C tools/testing/selftests TARGETS=net/mptcp install \        INSTALL_PATH=/tmp/kself  # cd /tmp/kself/  # ./run_kselftest.sh -c net/mptcp    TAP version 13    1..7    # timeout set to 1800    # selftests: net/mptcp: mptcp_connect.sh    # ./../lib.sh: line 5: /tmp/kself/net/lib/sh/defer.sh: No such file      or directory    # (...)This can be fixed simply by adding all the .sh files from net/lib/shdirectory to the TEST_INCLUDES variable in the different Makefile&apos;s.Fixes: a6e263f125cd (&quot;selftests: net: lib: Introduce deferred commands&quot;)Signed-off-by: Matthieu Baerts (NGI0) &lt;matttbe@kernel.org&gt;Reviewed-by: Petr Machata &lt;petrm@nvidia.com&gt;Link: https://patch.msgid.link/20241104-net-next-selftests-lib-sh-deps-v1-1-7c9f7d939fc2@kernel.orgSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/net/forwarding/Makefile</description>
        <pubDate>Mon, 04 Nov 2024 11:34:26 +0000</pubDate>
        <dc:creator>Matthieu Baerts (NGI0) &lt;matttbe@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>4be3dcc9 - selftests: forwarding: Add test for minimum and maximum MTU</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/net/forwarding/Makefile#4be3dcc9</link>
        <description>selftests: forwarding: Add test for minimum and maximum MTUAdd cases to check minimum and maximum MTU which are exposed via&quot;ip -d link show&quot;. Test configuration and traffic. Use VLAN devices asusually VLAN header (4 bytes) is not included in the MTU, and driversshould configure hardware correctly to send maximum MTU payload sizein VLAN tagged packets.$ ./min_max_mtu.shTEST: ping						[ OK ]TEST: ping6						[ OK ]TEST: Test maximum MTU configuration			[ OK ]TEST: Test traffic, packet size is maximum MTU		[ OK ]TEST: Test minimum MTU configuration			[ OK ]TEST: Test traffic, packet size is minimum MTU		[ OK ]Signed-off-by: Amit Cohen &lt;amcohen@nvidia.com&gt;Reviewed-by: Petr Machata &lt;petrm@nvidia.com&gt;Signed-off-by: Petr Machata &lt;petrm@nvidia.com&gt;Link: https://lore.kernel.org/r/89de8be8989db7a97f3b39e3c9da695673e78d2e.1718275854.git.petrm@nvidia.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/net/forwarding/Makefile</description>
        <pubDate>Thu, 13 Jun 2024 14:07:58 +0000</pubDate>
        <dc:creator>Amit Cohen &lt;amcohen@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>5f90d93b - selftests: forwarding: router_mpath_hash: Add a new selftest</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/net/forwarding/Makefile#5f90d93b</link>
        <description>selftests: forwarding: router_mpath_hash: Add a new selftestAdd a selftest that exercises the sysctl added in the previous patches.Test that set/get works as expected; that across seeds we eventually hitall NHs (test_mpath_seed_*); and that a given seed keeps hitting the sameNHs even across seed changes (test_mpath_seed_stability_*).Signed-off-by: Petr Machata &lt;petrm@nvidia.com&gt;Reviewed-by: Ido Schimmel &lt;idosch@nvidia.com&gt;Reviewed-by: Nikolay Aleksandrov &lt;razor@blackwall.org&gt;Reviewed-by: David Ahern &lt;dsahern@kernel.org&gt;Link: https://lore.kernel.org/r/20240607151357.421181-6-petrm@nvidia.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/net/forwarding/Makefile</description>
        <pubDate>Fri, 07 Jun 2024 15:13:57 +0000</pubDate>
        <dc:creator>Petr Machata &lt;petrm@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>8ff2d7ab - selftests: forwarding: Add a test for testing lib.sh functionality</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/net/forwarding/Makefile#8ff2d7ab</link>
        <description>selftests: forwarding: Add a test for testing lib.sh functionalityRerunning various scenarios to make sure lib.sh changes do not impact theobservable behavior is no fun. Add a selftest at least for the bare basics-- the mechanics of setting RET, retmsg, and EXIT_STATUS.Since the selftest itself uses lib.sh, it would be possible to break lib.shin such a way that invalidates result of the selftest. Since the metatestonly uses the bare basics (just pass/fail), hopefully such fundamentalbreakages would be noticed.Signed-off-by: Petr Machata &lt;petrm@nvidia.com&gt;Link: https://lore.kernel.org/r/6d25cedbf2d4b83614944809a34fe023fbe8db38.1711464583.git.petrm@nvidia.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/net/forwarding/Makefile</description>
        <pubDate>Tue, 26 Mar 2024 16:54:41 +0000</pubDate>
        <dc:creator>Petr Machata &lt;petrm@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>40d269c0 - selftests: forwarding: Move several selftests</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/net/forwarding/Makefile#40d269c0</link>
        <description>selftests: forwarding: Move several selftestsThe tests in net/forwarding are generally expected to be HW-independent.There are however several tests that, while not depending on any HW inparticular, nevertheless depend on being used on HW interfaces. Placingthese selftests to net/forwarding is confusing, because the selftest willjust report it can&apos;t be run on veth pairs. At the same time, placing themto a particular driver&apos;s selftests subdirectory would be wrong.Instead, add a new directory, drivers/net/hw, where these generic but HWindependent selftests should be placed. Move over several such testsincluding one helper library.Since typically these tests will not be expected to run, omit the directorydrivers/net/hw from the TARGETS list in selftests/Makefile. Retain aMakefile in the new directory itself, so that a user can make -C into thatdirectory and act on those tests explicitly.Cc: Roger Quadros &lt;rogerq@kernel.org&gt;Cc: Tobias Waldekranz &lt;tobias@waldekranz.com&gt;Cc: Danielle Ratson &lt;danieller@nvidia.com&gt;Cc: Davide Caratti &lt;dcaratti@redhat.com&gt;Cc: Johannes Nixdorf &lt;jnixdorf-oss@avm.de&gt;Suggested-by: Jakub Kicinski &lt;kuba@kernel.org&gt;Signed-off-by: Petr Machata &lt;petrm@nvidia.com&gt;Link: https://lore.kernel.org/r/e11dae1f62703059e9fc2240004288ac7cc15756.1711464583.git.petrm@nvidia.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/net/forwarding/Makefile</description>
        <pubDate>Tue, 26 Mar 2024 16:54:32 +0000</pubDate>
        <dc:creator>Petr Machata &lt;petrm@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>a22b0426 - selftests: forwarding: Add a test for NH group stats</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/net/forwarding/Makefile#a22b0426</link>
        <description>selftests: forwarding: Add a test for NH group statsAdd to lib.sh support for fetching NH stats, and a new library,router_mpath_nh_lib.sh, with the common code for testing NH stats.Use the latter from router_mpath_nh.sh and router_mpath_nh_res.sh.The test works by sending traffic through a NH group, and checking that thereported values correspond to what the link that ultimately receives thetraffic reports having seen.Signed-off-by: Petr Machata &lt;petrm@nvidia.com&gt;Link: https://lore.kernel.org/r/2a424c54062a5f1efd13b9ec5b2b0e29c6af2574.1709901020.git.petrm@nvidia.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/net/forwarding/Makefile</description>
        <pubDate>Fri, 08 Mar 2024 12:59:55 +0000</pubDate>
        <dc:creator>Petr Machata &lt;petrm@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>96cd5ac4 - selftests: forwarding: List helper scripts in TEST_FILES Makefile variable</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/net/forwarding/Makefile#96cd5ac4</link>
        <description>selftests: forwarding: List helper scripts in TEST_FILES Makefile variableSome scripts are not tests themselves; they contain utility functions usedby other tests. According to Documentation/dev-tools/kselftest.rst, suchfiles should be listed in TEST_FILES. Currently they are incorrectly listedin TEST_PROGS_EXTENDED so rename the variable.Fixes: c085dbfb1cfc (&quot;selftests/net/forwarding: define libs as TEST_PROGS_EXTENDED&quot;)Suggested-by: Petr Machata &lt;petrm@nvidia.com&gt;Signed-off-by: Benjamin Poirier &lt;bpoirier@nvidia.com&gt;Link: https://lore.kernel.org/r/20240131140848.360618-6-bpoirier@nvidia.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/net/forwarding/Makefile</description>
        <pubDate>Wed, 31 Jan 2024 14:08:48 +0000</pubDate>
        <dc:creator>Benjamin Poirier &lt;bpoirier@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>521ed1ce - selftests: forwarding: Remove duplicated lib.sh content</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/net/forwarding/Makefile#521ed1ce</link>
        <description>selftests: forwarding: Remove duplicated lib.sh contentcommit 25ae948b4478 (&quot;selftests/net: add lib.sh&quot;) added net/lib.sh tocontain code shared by tests under net/ and net/forwarding/. However, thiscaused issues with selftests from directories other than net/forwarding/,in particular those under drivers/net/. Those issues were avoided in asimple way by duplicating some content in commit 2114e83381d3 (&quot;selftests:forwarding: Avoid failures to source net/lib.sh&quot;).In order to remove the duplicated content, restore the inclusion ofnet/lib.sh from net/forwarding/lib.sh but with the following changes:* net/lib.sh is imported through the net_forwarding_dir pathThe original expression &quot;source ../lib.sh&quot; would look for lib.sh in thedirectory above the script file&apos;s one, which did not work for tests underdrivers/net/.* net/lib.sh is added to TEST_INCLUDESSince net/forwarding/lib.sh now sources net/lib.sh, both of those filesmust be exported along with tests which source net/forwarding/lib.sh.Suggested-by: Hangbin Liu &lt;liuhangbin@gmail.com&gt;Reviewed-by: Hangbin Liu &lt;liuhangbin@gmail.com&gt;Signed-off-by: Petr Machata &lt;petrm@nvidia.com&gt;Signed-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/net/forwarding/Makefile</description>
        <pubDate>Fri, 26 Jan 2024 23:21:23 +0000</pubDate>
        <dc:creator>Petr Machata &lt;petrm@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>00e7f29d - selftests: forwarding: ethtool_rmon: Add histogram counter test</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/net/forwarding/Makefile#00e7f29d</link>
        <description>selftests: forwarding: ethtool_rmon: Add histogram counter testValidate the operation of rx and tx histogram counters, if supportedby the interface, by sending batches of packets targeted for eachbucket.Signed-off-by: Tobias Waldekranz &lt;tobias@waldekranz.com&gt;Tested-by: Vladimir Oltean &lt;vladimir.oltean@nxp.com&gt;Reviewed-by: Vladimir Oltean &lt;vladimir.oltean@nxp.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/net/forwarding/Makefile</description>
        <pubDate>Thu, 14 Dec 2023 13:50:29 +0000</pubDate>
        <dc:creator>Tobias Waldekranz &lt;tobias@waldekranz.com&gt;</dc:creator>
    </item>
<item>
        <title>6f840903 - selftests: forwarding: bridge_fdb_learning_limit: Add a new selftest</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/net/forwarding/Makefile#6f840903</link>
        <description>selftests: forwarding: bridge_fdb_learning_limit: Add a new selftestAdd a suite covering the fdb_n_learned and fdb_max_learned bridgefeatures, touching all special cases in accounting at least once.Acked-by: Nikolay Aleksandrov &lt;razor@blackwall.org&gt;Signed-off-by: Johannes Nixdorf &lt;jnixdorf-oss@avm.de&gt;Link: https://lore.kernel.org/r/20231016-fdb_limit-v5-5-32cddff87758@avm.deSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/net/forwarding/Makefile</description>
        <pubDate>Mon, 16 Oct 2023 13:27:24 +0000</pubDate>
        <dc:creator>Johannes Nixdorf &lt;jnixdorf-oss@avm.de&gt;</dc:creator>
    </item>
<item>
        <title>24e84656 - selftests: router_bridge_1d_lag: Add a new selftest</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/net/forwarding/Makefile#24e84656</link>
        <description>selftests: router_bridge_1d_lag: Add a new selftestAdd a selftest to verify that routing through several bridges works whenLAG VLANs are used instead of physical ports, and that routing through LAGVLANs themselves works as physical ports are de/enslaved.Signed-off-by: Petr Machata &lt;petrm@nvidia.com&gt;Reviewed-by: Danielle Ratson &lt;danieller@nvidia.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/net/forwarding/Makefile</description>
        <pubDate>Mon, 31 Jul 2023 15:47:19 +0000</pubDate>
        <dc:creator>Petr Machata &lt;petrm@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>3f0c4e70 - selftests: router_bridge_lag: Add a new selftest</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/net/forwarding/Makefile#3f0c4e70</link>
        <description>selftests: router_bridge_lag: Add a new selftestAdd a selftest to verify that routing through a bridge works when LAG isused instead of physical ports.Signed-off-by: Petr Machata &lt;petrm@nvidia.com&gt;Reviewed-by: Danielle Ratson &lt;danieller@nvidia.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/net/forwarding/Makefile</description>
        <pubDate>Mon, 31 Jul 2023 15:47:18 +0000</pubDate>
        <dc:creator>Petr Machata &lt;petrm@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>49e15dec - selftests: router_bridge_vlan_upper: Add a new selftest</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/net/forwarding/Makefile#49e15dec</link>
        <description>selftests: router_bridge_vlan_upper: Add a new selftestAdd a selftest that verifies routing through VLAN bridge uppers.Signed-off-by: Petr Machata &lt;petrm@nvidia.com&gt;Reviewed-by: Danielle Ratson &lt;danieller@nvidia.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/net/forwarding/Makefile</description>
        <pubDate>Mon, 31 Jul 2023 15:47:17 +0000</pubDate>
        <dc:creator>Petr Machata &lt;petrm@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>0a06e0c1 - selftests: router_bridge_1d: Add a new selftest</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/net/forwarding/Makefile#0a06e0c1</link>
        <description>selftests: router_bridge_1d: Add a new selftestAdd a selftest to verify that routing through a 1d bridge works when VLANupper of a physical port is used instead of a physical port. Also verifythat when a port is attached to an already-configured bridge, theconfiguration is applied.Signed-off-by: Petr Machata &lt;petrm@nvidia.com&gt;Reviewed-by: Danielle Ratson &lt;danieller@nvidia.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/net/forwarding/Makefile</description>
        <pubDate>Mon, 31 Jul 2023 15:47:16 +0000</pubDate>
        <dc:creator>Petr Machata &lt;petrm@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>9cbb3da4 - selftests: router_bridge_pvid_vlan_upper: Add a new selftest</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/net/forwarding/Makefile#9cbb3da4</link>
        <description>selftests: router_bridge_pvid_vlan_upper: Add a new selftestThis tests whether addition and deletion of a VLAN upper that coincideswith the current PVID setting throws off forwarding.This selftests is specifically geared towards offloading drivers. Inparticular, mlxsw used to fail this selftest, and an earlier patch in thispatchset fixes the issue. However, there&apos;s nothing HW-specific in the testitself (it absolutely is supposed to pass on SW datapath), and therefore itis put into the generic forwarding directory.Signed-off-by: Petr Machata &lt;petrm@nvidia.com&gt;Reviewed-by: Danielle Ratson &lt;danieller@nvidia.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/net/forwarding/Makefile</description>
        <pubDate>Thu, 13 Jul 2023 16:15:34 +0000</pubDate>
        <dc:creator>Petr Machata &lt;petrm@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>b0307b77 - selftests: router_bridge_vlan_upper_pvid: Add a new selftest</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/net/forwarding/Makefile#b0307b77</link>
        <description>selftests: router_bridge_vlan_upper_pvid: Add a new selftestThis tests whether changes to PVID that coincide with an existing VLANupper throw off forwarding. This selftests is specifically geared towardsoffloading drivers, but since there&apos;s nothing HW-specific in the testitself (it absolutely is supposed to pass on SW datapath), it is put intothe generic forwarding directory.Signed-off-by: Petr Machata &lt;petrm@nvidia.com&gt;Reviewed-by: Danielle Ratson &lt;danieller@nvidia.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/net/forwarding/Makefile</description>
        <pubDate>Thu, 13 Jul 2023 16:15:33 +0000</pubDate>
        <dc:creator>Petr Machata &lt;petrm@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>209218e4 - selftests: forwarding: Add test cases for flower port range matching</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/net/forwarding/Makefile#209218e4</link>
        <description>selftests: forwarding: Add test cases for flower port range matchingAdd test cases to verify that flower port range matching workscorrectly. Test both source and destination port ranges, with differentcombinations of IPv4/IPv6 and TCP/UDP, on both ingress and egress.Signed-off-by: Ido Schimmel &lt;idosch@nvidia.com&gt;Reviewed-by: Petr Machata &lt;petrm@nvidia.com&gt;Signed-off-by: Petr Machata &lt;petrm@nvidia.com&gt;Link: https://lore.kernel.org/r/9d47c9cd4522b2d335b13ce8f6c9b33199298cee.1689092769.git.petrm@nvidia.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/net/forwarding/Makefile</description>
        <pubDate>Tue, 11 Jul 2023 16:44:03 +0000</pubDate>
        <dc:creator>Ido Schimmel &lt;idosch@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>1668a55a - selftests: net: add tc flower cfm test</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/net/forwarding/Makefile#1668a55a</link>
        <description>selftests: net: add tc flower cfm testNew cfm flower test case is added to the net forwarding selfttests.Example output: # ./tc_flower_cfm.sh p1 p2 TEST: CFM opcode match test                                         [ OK ] TEST: CFM level match test                                          [ OK ] TEST: CFM opcode and level match test                               [ OK ]Signed-off-by: Zahari Doychev &lt;zdoychev@maxlinear.com&gt;Reviewed-by: Ido Schimmel &lt;idosch@nvidia.com&gt;Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/net/forwarding/Makefile</description>
        <pubDate>Thu, 08 Jun 2023 10:56:48 +0000</pubDate>
        <dc:creator>Zahari Doychev &lt;zdoychev@maxlinear.com&gt;</dc:creator>
    </item>
<item>
        <title>8c33266a - selftests: forwarding: Add layer 2 miss test cases</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/net/forwarding/Makefile#8c33266a</link>
        <description>selftests: forwarding: Add layer 2 miss test casesAdd test cases to verify that the bridge driver correctly marks layer 2misses only when it should and that the flower classifier can match onthis metadata.Example output: # ./tc_flower_l2_miss.sh TEST: L2 miss - Unicast                                             [ OK ] TEST: L2 miss - Multicast (IPv4)                                    [ OK ] TEST: L2 miss - Multicast (IPv6)                                    [ OK ] TEST: L2 miss - Link-local multicast (IPv4)                         [ OK ] TEST: L2 miss - Link-local multicast (IPv6)                         [ OK ] TEST: L2 miss - Broadcast                                           [ OK ]Signed-off-by: Ido Schimmel &lt;idosch@nvidia.com&gt;Reviewed-by: Nikolay Aleksandrov &lt;razor@blackwall.org&gt;Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/net/forwarding/Makefile</description>
        <pubDate>Mon, 29 May 2023 11:48:35 +0000</pubDate>
        <dc:creator>Ido Schimmel &lt;idosch@nvidia.com&gt;</dc:creator>
    </item>
</channel>
</rss>
