Re: [PATCH 3/3] selftests: drv-net: Relax total BW check in devlink_rate_tc_bw.py

From: Carolina Jubran

Date: Tue Sep 09 2025 - 06:06:48 EST



On 08/09/2025 23:19, Jakub Kicinski wrote:
On Mon, 8 Sep 2025 22:16:29 +0300 Carolina Jubran wrote:
However, I’ll also need to extend load.py:

1. Binding support to ensure traffic flows through the specific VLAN
    interface.
2. Interval-based measurement for iperf3 --json to analyze only the
    stable period.

So my plan is:

1. Send v2 for net to fix the current test with interval-based
    measurement.
2. Follow up with a patch to extend load.py with reverse/binding/interval
    support and then migrate the test to use it.

Does that sound good to you?
Sounds too complicated, this is just a stability improvement for a test
which works on single device, and is not exercised / reported upstream.
Let's jump straight to step 2.


Ack, I’ll drop this patch from the series and handle the migration to
load.py and reliability improvements in a follow-up.