From: Jakub Kicinski <kuba@kernel.org>
To: Willem de Bruijn <willemdebruijn.kernel@gmail.com>
Cc: netdev@vger.kernel.org, davem@davemloft.net, edumazet@google.com,
pabeni@redhat.com, horms@kernel.org, andrew@lunn.ch,
Willem de Bruijn <willemb@google.com>
Subject: Re: [PATCH net-next v2] selftests: drv-net: so_txtime: only send test traffic to sch_etf
Date: Mon, 10 Aug 2026 18:31:18 -0700 [thread overview]
Message-ID: <20260810183118.32d5c06a@kernel.org> (raw)
In-Reply-To: <20260808160129.890119-1-willemdebruijn.kernel@gmail.com>
On Sat, 8 Aug 2026 12:00:44 -0400 Willem de Bruijn wrote:
> orig = tc(f"qdisc show dev {ifname} root", json=True)[0].get("kind", None)
> defer(tc, f"qdisc replace dev {ifname} root {orig}")
> - tc(f"qdisc replace dev {ifname} root {qdisc} {optargs}")
> + tc(f"qdisc replace dev {ifname} root handle 1: {qdisc} {optargs}")
Ugh, sorry, I should have checked before applying.
Looks like this regresses the test on all setup in NIPA.
Random example:
https://netdev.bots.linux.dev/logview.html?f=/logs/hwksft/X710/results/772526/test-outputs/11-so-txtime-py/stdout
next prev parent reply other threads:[~2026-08-11 1:31 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-08 16:00 [PATCH net-next v2] selftests: drv-net: so_txtime: only send test traffic to sch_etf Willem de Bruijn
2026-08-11 1:20 ` patchwork-bot+netdevbpf
2026-08-11 1:31 ` Jakub Kicinski [this message]
2026-08-11 14:29 ` Willem de Bruijn
2026-08-11 15:27 ` Jakub Kicinski
2026-08-11 18:36 ` Willem de Bruijn
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260810183118.32d5c06a@kernel.org \
--to=kuba@kernel.org \
--cc=andrew@lunn.ch \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=horms@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=willemb@google.com \
--cc=willemdebruijn.kernel@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.