<?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>14a12e6c - selftests: tc-testing: add missing netfilter config</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/tc-testing/config#14a12e6c</link>
        <description>selftests: tc-testing: add missing netfilter configOn a default config + tc-testing config build, tdc will missall the netfilter related tests because it&apos;s missing:   CONFIG_NETFILTER=ySigned-off-by: Pedro Tammela &lt;pctammela@mojatatu.com&gt;Reviewed-by: Davide Caratti &lt;dcaratti@redhat.com&gt;Acked-by: Jamal Hadi Salim &lt;jhs@mojatatu.com&gt;Reviewed-by: Davide Caratti &lt;dcaratti@redhat.com&gt;Link: https://lore.kernel.org/r/20240124181933.75724-2-pctammela@mojatatu.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/tc-testing/config</description>
        <pubDate>Wed, 24 Jan 2024 18:19:29 +0000</pubDate>
        <dc:creator>Pedro Tammela &lt;pctammela@mojatatu.com&gt;</dc:creator>
    </item>
<item>
        <title>ba24ea12 - net/sched: Retire ipt action</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/tc-testing/config#ba24ea12</link>
        <description>net/sched: Retire ipt actionThe tc ipt action was intended to run all netfilter/iptables target.Unfortunately it has not benefitted over the years from proper updates whennetfilter changes, and for that reason it has remained rudimentary.Pinging a bunch of people that i was aware were using this indicates thatremoving it wont affect them.Retire it to reduce maintenance efforts. Buh-bye.Reviewed-by: Victor Noguiera &lt;victor@mojatatu.com&gt;Reviewed-by: Pedro Tammela &lt;pctammela@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/config</description>
        <pubDate>Thu, 21 Dec 2023 21:31:03 +0000</pubDate>
        <dc:creator>Jamal Hadi Salim &lt;jhs@mojatatu.com&gt;</dc:creator>
    </item>
<item>
        <title>f157b73d - selftests: tc-testing: add missing Kconfig options to &apos;config&apos;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/tc-testing/config#f157b73d</link>
        <description>selftests: tc-testing: add missing Kconfig options to &apos;config&apos;Make sure CI builds using just tc-testing/config can run all tdc tests.Some tests were broken because of missing knobs.Acked-by: Jamal Hadi Salim &lt;jhs@mojatatu.com&gt;Signed-off-by: Pedro Tammela &lt;pctammela@mojatatu.com&gt;Link: https://lore.kernel.org/r/20231017152309.3196320-2-pctammela@mojatatu.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/tc-testing/config</description>
        <pubDate>Tue, 17 Oct 2023 15:23:08 +0000</pubDate>
        <dc:creator>Pedro Tammela &lt;pctammela@mojatatu.com&gt;</dc:creator>
    </item>
<item>
        <title>355adce3 - selftests/tc-testing: add ptp_mock Kconfig dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/tc-testing/config#355adce3</link>
        <description>selftests/tc-testing: add ptp_mock Kconfig dependencyFor offloaded tc-taprio testing with netdevsim, the mock-up PHC driveris used.Suggested-by: Victor Nogueira &lt;victor@mojatatu.com&gt;Signed-off-by: Vladimir Oltean &lt;vladimir.oltean@nxp.com&gt;Link: https://lore.kernel.org/r/20230807193324.4128292-10-vladimir.oltean@nxp.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/tc-testing/config</description>
        <pubDate>Mon, 07 Aug 2023 19:33:22 +0000</pubDate>
        <dc:creator>Vladimir Oltean &lt;vladimir.oltean@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>031c99e7 - selftests: tc: add ConnTrack procfs kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/tc-testing/config#031c99e7</link>
        <description>selftests: tc: add ConnTrack procfs kconfigWhen looking at the TC selftest reports, I noticed one test was failingbecause /proc/net/nf_conntrack was not available.  not ok 373 3992 - Add ct action triggering DNAT tuple conflict  	Could not match regex pattern. Verify command output:  cat: /proc/net/nf_conntrack: No such file or directoryIt is only available if NF_CONNTRACK_PROCFS kconfig is set. So the issuecan be fixed simply by adding it to the list of required kconfig.Fixes: e46905641316 (&quot;tc-testing: add test for ct DNAT tuple collision&quot;)Cc: stable@vger.kernel.orgLink: https://lore.kernel.org/netdev/0e061d4a-9a23-9f58-3b35-d8919de332d7@tessares.net/T/ [1]Signed-off-by: Matthieu Baerts &lt;matthieu.baerts@tessares.net&gt;Tested-by: Zhengchao Shao &lt;shaozhengchao@huawei.com&gt;Link: https://lore.kernel.org/r/20230713-tc-selftests-lkft-v1-3-1eb4fd3a96e7@tessares.netAcked-by: Jamal Hadi Salim &lt;jhs@mojatatu.com&gt;Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/tc-testing/config</description>
        <pubDate>Thu, 13 Jul 2023 21:16:46 +0000</pubDate>
        <dc:creator>Matthieu Baerts &lt;matthieu.baerts@tessares.net&gt;</dc:creator>
    </item>
<item>
        <title>719b4774 - selftests: tc: add &apos;ct&apos; action kconfig dep</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/tc-testing/config#719b4774</link>
        <description>selftests: tc: add &apos;ct&apos; action kconfig depWhen looking for something else in LKFT reports [1], I noticed most ofthe tests were skipped because the &quot;teardown stage&quot; did not completesuccessfully.Pedro found out this is due to the fact CONFIG_NF_FLOW_TABLE is requiredbut not listed in the &apos;config&apos; file. Adding it to the list fixes theissues on LKFT side. CONFIG_NET_ACT_CT is now set to &apos;m&apos; in the finalkconfig.Fixes: c34b961a2492 (&quot;net/sched: act_ct: Create nf flow table per zone&quot;)Cc: stable@vger.kernel.orgLink: https://qa-reports.linaro.org/lkft/linux-next-master/build/next-20230711/testrun/18267241/suite/kselftest-tc-testing/test/tc-testing_tdc_sh/log [1]Link: https://lore.kernel.org/netdev/0e061d4a-9a23-9f58-3b35-d8919de332d7@tessares.net/T/ [2]Suggested-by: Pedro Tammela &lt;pctammela@mojatatu.com&gt;Signed-off-by: Matthieu Baerts &lt;matthieu.baerts@tessares.net&gt;Tested-by: Zhengchao Shao &lt;shaozhengchao@huawei.com&gt;Link: https://lore.kernel.org/r/20230713-tc-selftests-lkft-v1-2-1eb4fd3a96e7@tessares.netAcked-by: Jamal Hadi Salim &lt;jhs@mojatatu.com&gt;Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/tc-testing/config</description>
        <pubDate>Thu, 13 Jul 2023 21:16:45 +0000</pubDate>
        <dc:creator>Matthieu Baerts &lt;matthieu.baerts@tessares.net&gt;</dc:creator>
    </item>
<item>
        <title>11b8b2e7 - selftests/tc-testing: Remove configs that no longer exist</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/tc-testing/config#11b8b2e7</link>
        <description>selftests/tc-testing: Remove configs that no longer existSome qdiscs and classifiers have recently been retired from kernel.However, tc-testing config is still cluttered with them which causes noisewhen using merge_config.sh script to update existing config for tc-testingcompatibility. Remove the config settings for affected qdiscs andclassifiers.Fixes: fb38306ceb9e (&quot;net/sched: Retire ATM qdisc&quot;)Fixes: 051d44209842 (&quot;net/sched: Retire CBQ qdisc&quot;)Fixes: bbe77c14ee61 (&quot;net/sched: Retire dsmark qdisc&quot;)Fixes: 265b4da82dbf (&quot;net/sched: Retire rsvp classifier&quot;)Fixes: 8c710f75256b (&quot;net/sched: Retire tcindex classifier&quot;)Signed-off-by: Vlad Buslov &lt;vladbu@nvidia.com&gt;Reviewed-by: Pedro Tammela &lt;pctammela@mojatatu.com&gt;Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/tc-testing/config</description>
        <pubDate>Mon, 12 Jun 2023 07:57:12 +0000</pubDate>
        <dc:creator>Vlad Buslov &lt;vladbu@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>b849c566 - selftests/tc-testing: Fix Error: failed to find target LOG</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/tc-testing/config#b849c566</link>
        <description>selftests/tc-testing: Fix Error: failed to find target LOGAdd missing netfilter config dependency.Fixes following example error when running tests via tdc.sh for all XTtests: # $ sudo ./tdc.py -d eth2 -e 2029 # Test 2029: Add xt action with log-prefix # exit: 255 # exit: 0 #  failed to find target LOG # # bad action parsing # parse_action: bad value (7:xt)! # Illegal &quot;action&quot; # # -----&gt; teardown stage *** Could not execute: &quot;$TC actions flush action xt&quot; # # -----&gt; teardown stage *** Error message: &quot;Error: Cannot flush unknown TC action. # We have an error flushing # &quot; # returncode 1; expected [0] # # -----&gt; teardown stage *** Aborting test run. # # &lt;_io.BufferedReader name=3&gt; *** stdout *** # # &lt;_io.BufferedReader name=5&gt; *** stderr *** # &quot;-----&gt; teardown stage&quot; did not complete successfully # Exception &lt;class &apos;__main__.PluginMgrTestFail&apos;&gt; (&apos;teardown&apos;, &apos; failed to find target LOG\n\nbad action parsing\nparse_action: bad value (7:xt)!\nIllegal &quot;action&quot;\n&apos;, &apos;&quot;-----&gt; teardown stage&quot; did not complete successfully&apos;) (caught in test_runner, running test 2 2029 Add xt action with log-prefix stage teardown) # --------------- # traceback #   File &quot;/images/src/linux/tools/testing/selftests/tc-testing/./tdc.py&quot;, line 495, in test_runner #     res = run_one_test(pm, args, index, tidx) #   File &quot;/images/src/linux/tools/testing/selftests/tc-testing/./tdc.py&quot;, line 434, in run_one_test #     prepare_env(args, pm, &apos;teardown&apos;, &apos;-----&gt; teardown stage&apos;, tidx[&apos;teardown&apos;], procout) #   File &quot;/images/src/linux/tools/testing/selftests/tc-testing/./tdc.py&quot;, line 245, in prepare_env #     raise PluginMgrTestFail( # --------------- # accumulated output for this test: #  failed to find target LOG # # bad action parsing # parse_action: bad value (7:xt)! # Illegal &quot;action&quot; # # --------------- # # All test results: # # 1..1 # ok 1 2029 - Add xt action with log-prefix # skipped - &quot;-----&gt; teardown stage&quot; did not complete successfullyFixes: 910d504bc187 (&quot;selftests/tc-testings: add selftests for xt action&quot;)Signed-off-by: Vlad Buslov &lt;vladbu@nvidia.com&gt;Reviewed-by: Pedro Tammela &lt;pctammela@mojatatu.com&gt;Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/tc-testing/config</description>
        <pubDate>Mon, 12 Jun 2023 07:57:10 +0000</pubDate>
        <dc:creator>Vlad Buslov &lt;vladbu@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>f77a9f3c - selftests/tc-testing: update qdisc/cls/action features in config</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/tc-testing/config#f77a9f3c</link>
        <description>selftests/tc-testing: update qdisc/cls/action features in configSince three patchsets &quot;add tc-testing test cases&quot;, &quot;refactor duplicatecodes in the tc cls walk function&quot;, and &quot;refactor duplicate codes in theqdisc class walk function&quot; are merged to net-next tree, the list ofsupported features needs to be updated in config file.Signed-off-by: Zhengchao Shao &lt;shaozhengchao@huawei.com&gt;Reviewed-by: Victor Nogueira &lt;victor@mojatatu.com&gt;Acked-by: Jamal Hadi Salim &lt;jhs@mojatatu.com&gt;Link: https://lore.kernel.org/r/20220929041909.83913-1-shaozhengchao@huawei.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/tc-testing/config</description>
        <pubDate>Thu, 29 Sep 2022 04:19:09 +0000</pubDate>
        <dc:creator>Zhengchao Shao &lt;shaozhengchao@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>cc62fbe1 - selftests/tc-testing: add selftests for teql qdisc</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/tc-testing/config#cc62fbe1</link>
        <description>selftests/tc-testing: add selftests for teql qdiscTest 84a0: Create TEQL with default settingTest 7734: Create TEQL with multiple deviceTest 34a9: Delete TEQL with valid handleTest 6289: Show TEQL statsSigned-off-by: Zhengchao Shao &lt;shaozhengchao@huawei.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/tc-testing/config</description>
        <pubDate>Sat, 24 Sep 2022 02:51:57 +0000</pubDate>
        <dc:creator>Zhengchao Shao &lt;shaozhengchao@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>10835be3 - selftests/tc-testing: add selftests for tbf qdisc</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/tc-testing/config#10835be3</link>
        <description>selftests/tc-testing: add selftests for tbf qdiscTest 6430: Create TBF with default settingTest 0518: Create TBF with mtu settingTest 320a: Create TBF with peakrate settingTest 239b: Create TBF with latency settingTest c975: Create TBF with overhead settingTest 948c: Create TBF with linklayer settingTest 3549: Replace TBF with mtuTest f948: Change TBF with latency timeTest 2348: Show TBF classSigned-off-by: Zhengchao Shao &lt;shaozhengchao@huawei.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/tc-testing/config</description>
        <pubDate>Sat, 24 Sep 2022 02:51:56 +0000</pubDate>
        <dc:creator>Zhengchao Shao &lt;shaozhengchao@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>8a3b3667 - selftests/tc-testing: add selftests for taprio qdisc</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/tc-testing/config#8a3b3667</link>
        <description>selftests/tc-testing: add selftests for taprio qdiscTest ba39: Add taprio Qdisc to multi-queue device (8 queues)Test 9462: Add taprio Qdisc with multiple sched-entryTest 8d92: Add taprio Qdisc with txtime-delayTest d092: Delete taprio Qdisc with valid handleTest 8471: Show taprio classTest 0a85: Add taprio Qdisc to single-queue deviceSigned-off-by: Zhengchao Shao &lt;shaozhengchao@huawei.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/tc-testing/config</description>
        <pubDate>Sat, 24 Sep 2022 02:51:55 +0000</pubDate>
        <dc:creator>Zhengchao Shao &lt;shaozhengchao@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>c5a2d86b - selftests/tc-testing: add selftests for skbprio qdisc</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/tc-testing/config#c5a2d86b</link>
        <description>selftests/tc-testing: add selftests for skbprio qdiscTest 283e: Create skbprio with default settingTest c086: Create skbprio with limit settingTest 6733: Change skbprio with limit settingTest 2958: Show skbprio classSigned-off-by: Zhengchao Shao &lt;shaozhengchao@huawei.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/tc-testing/config</description>
        <pubDate>Sat, 24 Sep 2022 02:51:54 +0000</pubDate>
        <dc:creator>Zhengchao Shao &lt;shaozhengchao@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>0158f65b - selftests/tc-testing: add selftests for sfq qdisc</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/tc-testing/config#0158f65b</link>
        <description>selftests/tc-testing: add selftests for sfq qdiscTest 7482: Create SFQ with default settingTest c186: Create SFQ with limit settingTest ae23: Create SFQ with perturb settingTest a430: Create SFQ with quantum settingTest 4539: Create SFQ with divisor settingTest b089: Create SFQ with flows settingTest 99a0: Create SFQ with depth settingTest 7389: Create SFQ with headdrop settingTest 6472: Create SFQ with redflowlimit settingTest 8929: Show SFQ classSigned-off-by: Zhengchao Shao &lt;shaozhengchao@huawei.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/tc-testing/config</description>
        <pubDate>Sat, 24 Sep 2022 02:51:53 +0000</pubDate>
        <dc:creator>Zhengchao Shao &lt;shaozhengchao@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>6ad92dc5 - selftests/tc-testing: add selftests for sfb qdisc</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/tc-testing/config#6ad92dc5</link>
        <description>selftests/tc-testing: add selftests for sfb qdiscTest 3294: Create SFB with default settingTest 430a: Create SFB with rehash settingTest 3410: Create SFB with db settingTest 49a0: Create SFB with limit settingTest 1241: Create SFB with max settingTest 3249: Create SFB with target settingTest 30a9: Create SFB with increment settingTest 239a: Create SFB with decrement settingTest 9301: Create SFB with penalty_rate settingTest 2a01: Create SFB with penalty_burst settingTest 3209: Change SFB with rehash settingTest 5447: Show SFB classSigned-off-by: Zhengchao Shao &lt;shaozhengchao@huawei.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/tc-testing/config</description>
        <pubDate>Sat, 24 Sep 2022 02:51:52 +0000</pubDate>
        <dc:creator>Zhengchao Shao &lt;shaozhengchao@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>7d0b4b0c - selftests/tc-testing: add selftests for plug qdisc</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/tc-testing/config#7d0b4b0c</link>
        <description>selftests/tc-testing: add selftests for plug qdiscTest 3289: Create PLUG with default settingTest 0917: Create PLUG with block settingTest 483b: Create PLUG with release settingTest 4995: Create PLUG with release_indefinite settingTest 389c: Create PLUG with limit settingTest 384a: Delete PLUG with valid handleTest 439a: Replace PLUG with limit settingTest 9831: Change PLUG with limit settingSigned-off-by: Zhengchao Shao &lt;shaozhengchao@huawei.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/tc-testing/config</description>
        <pubDate>Sat, 24 Sep 2022 02:51:51 +0000</pubDate>
        <dc:creator>Zhengchao Shao &lt;shaozhengchao@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>225aeb62 - selftests/tc-testing: add selftests for hhf qdisc</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/tc-testing/config#225aeb62</link>
        <description>selftests/tc-testing: add selftests for hhf qdiscTest 4812: Create HHF with default settingTest 8a92: Create HHF with limit settingTest 3491: Create HHF with quantum settingTest ba04: Create HHF with reset_timeout settingTest 4238: Create HHF with admit_bytes settingTest 839f: Create HHF with evict_timeout settingTest a044: Create HHF with non_hh_weight settingTest 32f9: Change HHF with limit settingTest 385e: Show HHF classSigned-off-by: Zhengchao Shao &lt;shaozhengchao@huawei.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/tc-testing/config</description>
        <pubDate>Sat, 24 Sep 2022 02:51:49 +0000</pubDate>
        <dc:creator>Zhengchao Shao &lt;shaozhengchao@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>a4a8d356 - selftests/tc-testing: add selftests for gred qdisc</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/tc-testing/config#a4a8d356</link>
        <description>selftests/tc-testing: add selftests for gred qdiscTest 8942: Create GRED with default settingTest 5783: Create GRED with grio settingTest 8a09: Create GRED with limit settingTest 48cb: Create GRED with ecn settingTest 763a: Change GRED settingTest 8309: Show GRED classSigned-off-by: Zhengchao Shao &lt;shaozhengchao@huawei.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/tc-testing/config</description>
        <pubDate>Sat, 24 Sep 2022 02:51:48 +0000</pubDate>
        <dc:creator>Zhengchao Shao &lt;shaozhengchao@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>9e274718 - selftests/tc-testing: add selftests for fq qdisc</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/tc-testing/config#9e274718</link>
        <description>selftests/tc-testing: add selftests for fq qdiscTest 983b: Create FQ with default settingTest 38a1: Create FQ with limit packet settingTest 0a18: Create FQ with flow_limit settingTest 2390: Create FQ with quantum settingTest 845b: Create FQ with initial_quantum settingTest 9398: Create FQ with maxrate settingTest 342c: Create FQ with nopacing settingTest 6391: Create FQ with refill_delay settingTest 238b: Create FQ with low_rate_threshold settingTest 7582: Create FQ with orphan_mask settingTest 4894: Create FQ with timer_slack settingTest 324c: Create FQ with ce_threshold settingTest 424a: Create FQ with horizon time settingTest 89e1: Create FQ with horizon_cap settingTest 32e1: Delete FQ with valid handleTest 49b0: Replace FQ with limit settingTest 9478: Change FQ with limit settingSigned-off-by: Zhengchao Shao &lt;shaozhengchao@huawei.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/tc-testing/config</description>
        <pubDate>Sat, 24 Sep 2022 02:51:47 +0000</pubDate>
        <dc:creator>Zhengchao Shao &lt;shaozhengchao@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>fa4b3e9f - selftests/tc-testing: add selftests for etf qdisc</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/tc-testing/config#fa4b3e9f</link>
        <description>selftests/tc-testing: add selftests for etf qdiscTest 34ba: Create ETF with default settingTest 438f: Create ETF with delta nanos settingTest 9041: Create ETF with deadline_mode settingTest 9a0c: Create ETF with skip_sock_check settingTest 2093: Delete ETF with valid handleSigned-off-by: Zhengchao Shao &lt;shaozhengchao@huawei.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/tc-testing/config</description>
        <pubDate>Sat, 24 Sep 2022 02:51:46 +0000</pubDate>
        <dc:creator>Zhengchao Shao &lt;shaozhengchao@huawei.com&gt;</dc:creator>
    </item>
</channel>
</rss>
