<?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 README</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>a79d8ba7 - selftests: tc-testing: remove buildebpf plugin</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/tc-testing/README#a79d8ba7</link>
        <description>selftests: tc-testing: remove buildebpf pluginAs tdc only tests loading/deleting and anything more complicated isbetter left to the ebpf test suite, provide a pre-compiled version of&apos;action.c&apos; and don&apos;t bother compiling it in kselftests or on the flyat all.Cc: Davide Caratti &lt;dcaratti@redhat.com&gt;Signed-off-by: Pedro Tammela &lt;pctammela@mojatatu.com&gt;Acked-by: Jamal Hadi Salim &lt;jhs@mojatatu.com&gt;Link: https://lore.kernel.org/r/20231124154248.315470-2-pctammela@mojatatu.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/tc-testing/README</description>
        <pubDate>Fri, 24 Nov 2023 15:42:44 +0000</pubDate>
        <dc:creator>Pedro Tammela &lt;pctammela@mojatatu.com&gt;</dc:creator>
    </item>
<item>
        <title>d3fc4eea - selftests/tc-testing: update tdc documentation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/tc-testing/README#d3fc4eea</link>
        <description>selftests/tc-testing: update tdc documentationUpdate the documentation to reflect the changes made to tdc with regardsto minimal requirements and test definitions expectations.Tested-by: Davide Caratti &lt;dcaratti@redhat.com&gt;Signed-off-by: Pedro Tammela &lt;pctammela@mojatatu.com&gt;Acked-by: Jamal Hadi Salim &lt;jhs@mojatatu.com&gt;Signed-off-by: Paolo Abeni &lt;pabeni@redhat.com&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/tc-testing/README</description>
        <pubDate>Tue, 19 Sep 2023 13:54:04 +0000</pubDate>
        <dc:creator>Pedro Tammela &lt;pctammela@mojatatu.com&gt;</dc:creator>
    </item>
<item>
        <title>0eba31ef - tc-testing: Clarify the use of tdc&apos;s -d option</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/tc-testing/README#0eba31ef</link>
        <description>tc-testing: Clarify the use of tdc&apos;s -d optionThe -d command line argument to tdc requires the name of a physical deviceon the system where the tests will be run. If -d has not been used, tdcwill skip tests that require a physical device.This patch is intended to better document what the -d option does and howit is used.Signed-off-by: Lucas Bates &lt;lucasb@mojatatu.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/tc-testing/README</description>
        <pubDate>Mon, 29 Jul 2019 23:18:12 +0000</pubDate>
        <dc:creator>Lucas Bates &lt;lucasb@mojatatu.com&gt;</dc:creator>
    </item>
<item>
        <title>489ce2f4 - tc-testing: Restore original behaviour for namespaces in tdc</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/tc-testing/README#489ce2f4</link>
        <description>tc-testing: Restore original behaviour for namespaces in tdcThis patch restores the original behaviour for tdc prior to theintroduction of the plugin system, where the network namespacefunctionality was split from the main script.It introduces the concept of required plugins for testcases,and will automatically load any plugin that isn&apos;t alreadyenabled when said plugin is required by even one testcase.Additionally, the -n option for the nsPlugin is deprecatedso the default action is to make use of the namespaces.Instead, we introduce -N to not use them, but still createthe veth pair.buildebpfPlugin&apos;s -B option is also deprecated.If a test cases requires the features of a specific pluginin order to pass, it should instead include a new key/valuepair describing plugin interactions:        &quot;plugins&quot;: {                &quot;requires&quot;: &quot;buildebpfPlugin&quot;        },A test case can have more than one required plugin: a listcan be inserted as the value for &apos;requires&apos;.Signed-off-by: Lucas Bates &lt;lucasb@mojatatu.com&gt;Acked-by: Davide Caratti &lt;dcaratti@redhat.com&gt;Tested-by: Nicolas Dichtel &lt;nicolas.dichtel@6wind.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/tc-testing/README</description>
        <pubDate>Tue, 25 Jun 2019 01:00:27 +0000</pubDate>
        <dc:creator>Lucas Bates &lt;lucasb@mojatatu.com&gt;</dc:creator>
    </item>
<item>
        <title>4c2d39bd - tc-testing: use a plugin to build eBPF program</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/tc-testing/README#4c2d39bd</link>
        <description>tc-testing: use a plugin to build eBPF programuse a TDC plugin, instead of building eBPF programs in the &apos;setup&apos; stage.&apos;-B&apos; argument can be used to build eBPF programs in $EBPFDIR directory,in the &apos;pre-suite&apos; stage. Binaries are then cleaned in &apos;post-suite&apos; stage.Signed-off-by: Davide Caratti &lt;dcaratti@redhat.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/tc-testing/README</description>
        <pubDate>Thu, 04 Oct 2018 16:34:39 +0000</pubDate>
        <dc:creator>Davide Caratti &lt;dcaratti@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>b70f1f3a - tc: Update README and add config</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/tc-testing/README#b70f1f3a</link>
        <description>tc: Update README and add configUpdated README.Added config file that contains the minimum required features enabled torun the tests currently present in the kernel.This must be updated when new unittests are created and require their ownmodules.Signed-off-by: Keara Leibovitz &lt;kleib@mojatatu.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/tc-testing/README</description>
        <pubDate>Fri, 10 Aug 2018 14:09:41 +0000</pubDate>
        <dc:creator>Keara Leibovitz &lt;kleib@mojatatu.com&gt;</dc:creator>
    </item>
<item>
        <title>95ce14c3 - tools: tc-testing: Update README and TODO</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/tc-testing/README#95ce14c3</link>
        <description>tools: tc-testing: Update README and TODOSigned-off-by: Brenda J. Butler &lt;bjb@mojatatu.com&gt;Acked-by: Lucas Bates &lt;lucasb@mojatatu.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/tc-testing/README</description>
        <pubDate>Wed, 14 Feb 2018 19:09:25 +0000</pubDate>
        <dc:creator>Brenda J. Butler &lt;bjb@mojatatu.com&gt;</dc:creator>
    </item>
<item>
        <title>76b903ee - selftests: Introduce tc testsuite</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/tc-testing/README#76b903ee</link>
        <description>selftests: Introduce tc testsuiteAdd the beginnings of a testsuite for tc functionality in the kernel.These are a series of unit tests that use the tc executable and verifythe success of those commands by checking both the exit codes and theoutput from tc&apos;s &apos;show&apos; operation.To run the tests:  # cd tools/testing/selftests/tc-testing  # sudo ./tdc.pyYou can specify the tc executable to use with the -p argument on the commandline or editing the &apos;TC&apos; variable in tdc_config.py. Refer to the README forfull details on how to run.The initial complement of test cases are limited mostly to tc actions. Testcases are most welcome; see the creating-testcases subdirectory for helpin creating them.Signed-off-by: Lucas Bates &lt;lucasb@mojatatu.com&gt;Signed-off-by: Jamal Hadi Salim &lt;jhs@mojatatu.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/tc-testing/README</description>
        <pubDate>Fri, 16 Jun 2017 21:22:35 +0000</pubDate>
        <dc:creator>Lucas Bates &lt;lucasb@mojatatu.com&gt;</dc:creator>
    </item>
</channel>
</rss>
