<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/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>74ac711839a1640cd6eb64b1a4884b1dca90b20d - selftests/net: Add hugepage kernel config dependency for zcrx</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/drivers/net/hw/config#74ac711839a1640cd6eb64b1a4884b1dca90b20d</link>
        <description>selftests/net: Add hugepage kernel config dependency for zcrxtest_iou_zcrx_large_buf in drivers/net/hw/nk_qlease.py runs iou-zcrxwith rx_buf_len &gt; page size, backed by a hugepage-mapped area. Thusadd to the Kconfig.Signed-off-by: Daniel Borkmann &lt;daniel@iogearbox.net&gt;Reviewed-by: Bobby Eshleman &lt;bobbyeshleman@meta.com&gt;Link: https://patch.msgid.link/20260614102607.863838-5-daniel@iogearbox.netSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/drivers/net/hw/config</description>
        <pubDate>Sun, 14 Jun 2026 12:26:07 +0200</pubDate>
        <dc:creator>Daniel Borkmann &lt;daniel@iogearbox.net&gt;</dc:creator>
    </item>
<item>
        <title>78c1930198fc63f2d4761848cbe148c5b2958b01 - selftests: drv-net: add userns devmem RX test</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/drivers/net/hw/config#78c1930198fc63f2d4761848cbe148c5b2958b01</link>
        <description>selftests: drv-net: add userns devmem RX testAdd userns_devmem.py, which mirrors nk_devmem.py but places the netkitguest in a netns whose owning user_ns is non-init. ncdevmem is ran therevia nsenter so the bind-rx call is issued with creds that holdCAP_NET_ADMIN only in the child user_ns.Without the preceding GENL_UNS_ADMIN_PERM patch the test fails atbind-rx with EPERM, but with the patch the transfer completes and testspass.Signed-off-by: Bobby Eshleman &lt;bobbyeshleman@meta.com&gt;Acked-by: Stanislav Fomichev &lt;sdf@fomichev.me&gt;Link: https://patch.msgid.link/20260602-nl-prov-v2-2-ad721142c641@meta.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/drivers/net/hw/config</description>
        <pubDate>Wed, 03 Jun 2026 03:37:32 +0200</pubDate>
        <dc:creator>Bobby Eshleman &lt;bobbyeshleman@meta.com&gt;</dc:creator>
    </item>
<item>
        <title>b04015d769cc59f938e54a83ab59d6cc6cead0de - selftests: drv-net: tso: add new tests for ip6tnl, ipip, and sit tunnels</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/drivers/net/hw/config#b04015d769cc59f938e54a83ab59d6cc6cead0de</link>
        <description>selftests: drv-net: tso: add new tests for ip6tnl, ipip, and sit tunnelsAdd new tunnel test cases for ip6tnl, ipip, and sit. ip6tnl supportsipv[46] as inner l3 header, and the other two tunnels only support asingle inner l3 type.Signed-off-by: Daniel Zahka &lt;daniel.zahka@gmail.com&gt;Link: https://patch.msgid.link/20260529-tso-tunnels-v1-1-3771ee9eaaa9@gmail.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/drivers/net/hw/config</description>
        <pubDate>Fri, 29 May 2026 14:45:55 +0200</pubDate>
        <dc:creator>Daniel Zahka &lt;daniel.zahka@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0e1368a28dd5231ae0dbe240dfe0ff2657de5647 - selftests: drv-net: fix sort order of makefile and config</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/drivers/net/hw/config#0e1368a28dd5231ae0dbe240dfe0ff2657de5647</link>
        <description>selftests: drv-net: fix sort order of makefile and configRecent changes added configs and tests in the wrong spot.Link: https://lore.kernel.org/20260506170435.34984dfc@kernel.orgSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/drivers/net/hw/config</description>
        <pubDate>Thu, 07 May 2026 02:22:05 +0200</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>e64e03b478e2da7093564819e903932fca2ddfa1 - tools/selftests: Add a VXLAN+IPsec traffic test</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/drivers/net/hw/config#e64e03b478e2da7093564819e903932fca2ddfa1</link>
        <description>tools/selftests: Add a VXLAN+IPsec traffic testThere are VXLAN tests and IPsec tests, but there is no test thatcombines the two protocols and exercises the tunnel-over-ipsec codepaths. Fix that by adding a traffic test with VXLAN and IPsec usingcrypto offload. This is runnable on HW which supports ESP offload (so nonsim unfortunately).Traffic is done with iperf3 and the test validates that there are nopacket drops and iperf3 can get to at least 100 Mbps (a veryconservative value on today&apos;s crypto offload HW, as it can typicallyreach multi-Gbps rates).Ran right now, the test fails due to a recently exposed bug in xfrm,which will be fixed in the next patch: # ./tools/testing/selftests/drivers/net/hw/ipsec_vxlan.py TAP version 13 1..4 # Check| At ./tools/testing/selftests/drivers/net/hw/ipsec_vxlan.py, # line 161, in test_vxlan_ipsec_crypto_offload: # Check|     ksft_eq(drops_after - drops_before, 0, # Check failed 189 != 0 TX drops during VXLAN+IPsec # Check| At ./tools/testing/selftests/drivers/net/hw/ipsec_vxlan.py, # line 163, in test_vxlan_ipsec_crypto_offload: # Check|     ksft_ge(bw_gbps, 0.1, # Check failed 0.0015058278404812596 &lt; 0.1 Minimum 100Mbps over # VXLAN+IPsec not ok 1 ipsec_vxlan.test_vxlan_ipsec_crypto_offload.outer_v4_inner_v4 ...Signed-off-by: Cosmin Ratiu &lt;cratiu@nvidia.com&gt;Signed-off-by: Steffen Klassert &lt;steffen.klassert@secunet.com&gt;

            List of files:
            /linux/tools/testing/selftests/drivers/net/hw/config</description>
        <pubDate>Wed, 22 Apr 2026 16:06:47 +0200</pubDate>
        <dc:creator>Cosmin Ratiu &lt;cratiu@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>112f4c6320070b19e7d49cba758400adc279e377 - selftests: drv-net: add missing tc config options for netkit tests</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/drivers/net/hw/config#112f4c6320070b19e7d49cba758400adc279e377</link>
        <description>selftests: drv-net: add missing tc config options for netkit testsThe NetDrvContEnv env context uses tc clsact qdiscs and BPF tc filtersfor traffic redirection, but the kernel config options are missing fromthe selftests config.Without them, the tc qdisc installation trips on:  CMD: tc qdisc add dev enp1s0 clsact    EXIT: 2    STDERR: Error: Specified qdisc kind is unknown.  net.lib.py.utils.CmdExitFailure: Command failedAdd CONFIG_NET_CLS_ACT and CONFIG_NET_SCH_INGRESS to enable these tcoptions.Fixes: 3f74d5bb807e (&quot;selftests/net: Add env for container based tests&quot;)Signed-off-by: Bobby Eshleman &lt;bobbyeshleman@meta.com&gt;Link: https://patch.msgid.link/20260323-config-fixes-for-nk-tests-v2-1-6c505d83e52d@meta.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/drivers/net/hw/config</description>
        <pubDate>Tue, 24 Mar 2026 01:08:10 +0100</pubDate>
        <dc:creator>Bobby Eshleman &lt;bobbyeshleman@meta.com&gt;</dc:creator>
    </item>
<item>
        <title>37d24994a7a0ad777c80e2b90c3a4a528753d70d - selftests/net: Add netkit container ping test</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/drivers/net/hw/config#37d24994a7a0ad777c80e2b90c3a4a528753d70d</link>
        <description>selftests/net: Add netkit container ping testAdd a basic ping test using NetDrvContEnv that sets up a netkit pair,with one end in a netns. Use LOCAL_PREFIX_V6 and nk_forward BPF programto ping from a remote host to the netkit in netns.Signed-off-by: David Wei &lt;dw@davidwei.uk&gt;Signed-off-by: Daniel Borkmann &lt;daniel@iogearbox.net&gt;Link: https://patch.msgid.link/20260305181803.2912736-5-dw@davidwei.ukSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/drivers/net/hw/config</description>
        <pubDate>Thu, 05 Mar 2026 19:18:03 +0100</pubDate>
        <dc:creator>David Wei &lt;dw@davidwei.uk&gt;</dc:creator>
    </item>
<item>
        <title>5d683e550540b7afd813ae45e9f727245bd26fe3 - selftests: drv-net: pp_alloc_fail: add necessary optoins to config</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/drivers/net/hw/config#5d683e550540b7afd813ae45e9f727245bd26fe3</link>
        <description>selftests: drv-net: pp_alloc_fail: add necessary optoins to configAdd kernel config for error injection as needed by pp_alloc_fail.pyReviewed-by: Simon Horman &lt;horms@kernel.org&gt;Fixes: 9da271f825e4 (&quot;selftests: drv-net-hw: add test for memory allocation failures with page pool&quot;)Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;Reviewed-by: Jacob Keller &lt;jacob.e.keller@intel.com&gt;Link: https://patch.msgid.link/20251007232653.2099376-10-kuba@kernel.orgSigned-off-by: Paolo Abeni &lt;pabeni@redhat.com&gt;

            List of files:
            /linux/tools/testing/selftests/drivers/net/hw/config</description>
        <pubDate>Wed, 08 Oct 2025 01:26:53 +0200</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>27e5b560a86e479bef247a1327182d155ed0bad6 - selftests: drv-net: add configs for zerocopy Rx</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/drivers/net/hw/config#27e5b560a86e479bef247a1327182d155ed0bad6</link>
        <description>selftests: drv-net: add configs for zerocopy RxLooks like neither IO_URING nor UDMABUF are enabled even thoiou-zcrx.py and devmem.py (respectively) need those.IO_URING gets enabled by default but UDMABUF is missing.Reviewed-by: Joe Damato &lt;joe@dama.to&gt;Reviewed-by: Mina Almasry &lt;almasrymina@google.com&gt;Acked-by: Stanislav Fomichev &lt;sdf@fomichev.me&gt;Link: https://patch.msgid.link/20250811231334.561137-2-kuba@kernel.orgSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/drivers/net/hw/config</description>
        <pubDate>Tue, 12 Aug 2025 01:13:30 +0200</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>7eb6b63aa3c3b406512db15943ce9eb114095b51 - selftests: drv-net: add configs for the TSO test</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/drivers/net/hw/config#7eb6b63aa3c3b406512db15943ce9eb114095b51</link>
        <description>selftests: drv-net: add configs for the TSO testAdd missing config options for the tso.py test, specificallyto make sure the kernel is built with vxlan and gre tunnels.I noticed this while adding a TSO-capable device QEMU to the CI.Previously we only run virtio tests and it doesn&apos;t report LSOstats on the QEMU we have.Fixes: 0d0f4174f6c8 (&quot;selftests: drv-net: add a simple TSO test&quot;)Reviewed-by: Willem de Bruijn &lt;willemb@google.com&gt;Link: https://patch.msgid.link/20250604001653.853008-1-kuba@kernel.orgSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/drivers/net/hw/config</description>
        <pubDate>Wed, 04 Jun 2025 02:16:52 +0200</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
</channel>
</rss>
