<?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 .gitignore</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>5c6baef3885c0e16e63d432fe31aa6f7e98e18dc - selftests: drv-net: convert so_txtime to drv-net</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/drivers/net/.gitignore#5c6baef3885c0e16e63d432fe31aa6f7e98e18dc</link>
        <description>selftests: drv-net: convert so_txtime to drv-netIn preparation for extending to pacing hardware offload, convert theso_txtime.sh test to a drv-net test that can be run against netdevsimand real hardware.Also update so_txtime.c to not exit on first failure, but run tocompletion and report exit code there. This helps with debuggingunexpected results, especially when processing multiple packets,as happens in the &quot;reverse_order&quot; testcase.Signed-off-by: Willem de Bruijn &lt;willemb@google.com&gt;----v6 -&gt; v7- update test to use new argument expect_fail- v6 received Reviewed-by, but dropped due to above (minor) changev5 -&gt; v6- fix order in tools/testing/selftests/drivers/net/configv4 -&gt; v5- move qdisc setup/restore into each test- add tc to utils.py (separate patch)- test expected failure (separate patch)- fix pylint- convert fail to pass for timing errors if KSFT_MACHINE_SLOW  (cmd does not special case KSFT_SKIP process returncode yet)Responses to sashiko review- The test converts per packet failure to errors, to continue  testing other packets, but other error() cases are not in scope.- The test starts sender and receiver at an absolute future time,  like the original test. This assumes ~msec scale sync&apos;ed clocks.- The tc qdisc replace command works fine with noqueue. Tested  manually.v3 -&gt; v4- restore original qdisc after test- drop unnecessary underscore in tap test namesv2 -&gt; v3- Makefile: so_txtime from YNL_GEN_FILES to TEST_GEN_FILES (Sashiko, NIPA)v1 -&gt; v2- move so_txtime.c for net/lib to drivers/net (Jakub)- fix drivers/net/config order (Jakub)- detect passing when failure is expected (Jakub, Sashiko)- pass pylint --disable=R (Jakub)- only call ksft_run once (Jakub)- do not sleep if waiting time is negative (Sashiko)- add \n when converting error() to fprintf() (Sashiko)- 4 space indentation, instead of 2 space- increase sync delay from 100 to 200ms, to fix rare vng flakesLink: https://patch.msgid.link/20260504174056.565319-4-willemdebruijn.kernel@gmail.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/drivers/net/.gitignore</description>
        <pubDate>Mon, 04 May 2026 19:38:34 +0200</pubDate>
        <dc:creator>Willem de Bruijn &lt;willemb@google.com&gt;</dc:creator>
    </item>
<item>
        <title>8888bf4fb98057a93f3ac7392aa3913e1b318c86 - selftests: net: move gro to lib for HW vs SW reuse</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/drivers/net/.gitignore#8888bf4fb98057a93f3ac7392aa3913e1b318c86</link>
        <description>selftests: net: move gro to lib for HW vs SW reuseThe gro.c packet sender is used for SW testing but bulk of incomingnew tests will be HW-specific. So it&apos;s better to put them underdrivers/net/hw/, to avoid tip-toeing around netdevsim. Move gro.cto lib so we can reuse it.Reviewed-by: Petr Machata &lt;petrm@nvidia.com&gt;Reviewed-by: Willem de Bruijn &lt;willemb@google.com&gt;Link: https://patch.msgid.link/20260318033819.1469350-2-kuba@kernel.orgSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/drivers/net/.gitignore</description>
        <pubDate>Wed, 18 Mar 2026 04:38:14 +0100</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>89268f7dbca1842cd38d3a4578ba7e3b6789c5ad - selftests: net: relocate gro and toeplitz tests to drivers/net</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/drivers/net/.gitignore#89268f7dbca1842cd38d3a4578ba7e3b6789c5ad</link>
        <description>selftests: net: relocate gro and toeplitz tests to drivers/netThe GRO test can run on a real device or a veth.The Toeplitz hash test can only run on a real device.Move them from net/ to drivers/net/ and drivers/net/hw/ respectively.There are two scripts which set up the environment for these testssetup_loopback.sh and setup_veth.sh. Move those scripts to net/lib.The paths to the setup files are a little ugly but they will bedeleted shortly.toeplitz_client.sh is not a test in itself, but rather a helperto send traffic, so add it to TEST_FILES rather than TEST_PROGS.Reviewed-by: Petr Machata &lt;petrm@nvidia.com&gt;Reviewed-by: Willem de Bruijn &lt;willemb@google.com&gt;Link: https://patch.msgid.link/20251120021024.2944527-6-kuba@kernel.orgSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/drivers/net/.gitignore</description>
        <pubDate>Thu, 20 Nov 2025 03:10:17 +0100</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>2aeb71b2f9e864d3e4ff76bc93ab8cb1b6d56ced - selftests: drv-net: add PSP responder</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/drivers/net/.gitignore#2aeb71b2f9e864d3e4ff76bc93ab8cb1b6d56ced</link>
        <description>selftests: drv-net: add PSP responderPSP tests need the remote system to support PSP, and some PSP capableapplication to exchange data with. Create a simple PSP responder appwhich we can build and deploy to the remote host. The tests themselvescan be written in Python but for ease of deploying the responder is in C(using C YNL).Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;Signed-off-by: Daniel Zahka &lt;daniel.zahka@gmail.com&gt;Link: https://patch.msgid.link/20250927225420.1443468-4-kuba@kernel.orgReviewed-by: Willem de Bruijn &lt;willemb@google.com&gt;Signed-off-by: Paolo Abeni &lt;pabeni@redhat.com&gt;

            List of files:
            /linux/tools/testing/selftests/drivers/net/.gitignore</description>
        <pubDate>Sun, 28 Sep 2025 00:54:15 +0200</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>59dd07db92c166ca3947d2a1bf548d57b7f03316 - selftests: net: move xdp_helper to net/lib</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/drivers/net/.gitignore#59dd07db92c166ca3947d2a1bf548d57b7f03316</link>
        <description>selftests: net: move xdp_helper to net/libMove xdp_helper to net/lib to make it easier for other selftests to usethe helper.Signed-off-by: Bui Quang Minh &lt;minhquangbui99@gmail.com&gt;Acked-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;Link: https://patch.msgid.link/20250425071018.36078-2-minhquangbui99@gmail.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/drivers/net/.gitignore</description>
        <pubDate>Fri, 25 Apr 2025 09:10:15 +0200</pubDate>
        <dc:creator>Bui Quang Minh &lt;minhquangbui99@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>2593a0a1446ae4bf651b0af1c42a421f511b4839 - selftests: drv-net: Test that NAPI ID is non-zero</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/drivers/net/.gitignore#2593a0a1446ae4bf651b0af1c42a421f511b4839</link>
        <description>selftests: drv-net: Test that NAPI ID is non-zeroTest that the SO_INCOMING_NAPI_ID of a network file descriptor isnon-zero. This ensures that either the core networking stack or, in somecases like netdevsim, the driver correctly sets the NAPI ID.Signed-off-by: Joe Damato &lt;jdamato@fastly.com&gt;Link: https://patch.msgid.link/20250424002746.16891-4-jdamato@fastly.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/drivers/net/.gitignore</description>
        <pubDate>Thu, 24 Apr 2025 02:27:33 +0200</pubDate>
        <dc:creator>Joe Damato &lt;jdamato@fastly.com&gt;</dc:creator>
    </item>
<item>
        <title>788e52e2b66844301fe09f3372d46d8c62f6ebe4 - selftests: drv-net: Test queue xsk attribute</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/drivers/net/.gitignore#788e52e2b66844301fe09f3372d46d8c62f6ebe4</link>
        <description>selftests: drv-net: Test queue xsk attributeTest that queues which are used for AF_XDP have the xsk nest attribute.The attribute is currently empty, but its existence means the AF_XDP isbeing used for the queue. Enable CONFIG_XDP_SOCKETS forselftests/drivers/net tests, as well.Signed-off-by: Joe Damato &lt;jdamato@fastly.com&gt;Suggested-by: Jakub Kicinski &lt;kuba@kernel.org&gt;Link: https://patch.msgid.link/20250214211255.14194-4-jdamato@fastly.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/drivers/net/.gitignore</description>
        <pubDate>Fri, 14 Feb 2025 22:12:31 +0100</pubDate>
        <dc:creator>Joe Damato &lt;jdamato@fastly.com&gt;</dc:creator>
    </item>
</channel>
</rss>
