====== Checking before the patch ====== ====== Checking the tree with the patch ====== New warnings added --- /tmp/tmp.Rw7Xfn7Nwk 2025-08-12 09:54:23.350442783 -0700 +++ /tmp/tmp.L72oidMeHF 2025-08-12 09:54:25.675612584 -0700 @@ -2 +2 @@ -In sch_ets.sh line 25: +In sch_ets.sh line 26: @@ -10 +10 @@ -In sch_ets.sh line 27: +In sch_ets.sh line 28: @@ -18 +18 @@ -In sch_ets.sh line 37: +In sch_ets.sh line 38: @@ -23 +23 @@ -In sch_ets.sh line 38: +In sch_ets.sh line 39: @@ -212,0 +213,33 @@ + + +In sch_ets_tests.sh line 230: + ets_change_qdisc $put 2 "3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3" "1514 1514" + ^--^ SC2086 (info): Double quote to prevent globbing and word splitting. + +Did you mean: + ets_change_qdisc "$put" 2 "3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3" "1514 1514" + + +In sch_ets_tests.sh line 231: + tc qdisc add dev $put handle 20: parent 10:4 plug + ^--^ SC2086 (info): Double quote to prevent globbing and word splitting. + +Did you mean: + tc qdisc add dev "$put" handle 20: parent 10:4 plug + + +In sch_ets_tests.sh line 232: + start_traffic_pktsize 100 $h1.10 192.0.2.1 192.0.2.2 00:c1:a0:c1:a0:00 "-c 1" + ^-^ SC2154 (warning): h1 is referenced but not assigned. + ^-^ SC2086 (info): Double quote to prevent globbing and word splitting. + +Did you mean: + start_traffic_pktsize 100 "$h1".10 192.0.2.1 192.0.2.2 00:c1:a0:c1:a0:00 "-c 1" + + +In sch_ets_tests.sh line 233: + ets_qdisc_setup $put 2 + ^--^ SC2086 (info): Double quote to prevent globbing and word splitting. + +Did you mean: + ets_qdisc_setup "$put" 2