On Fri, 11 Jul 2025 09:05:11 -0700 Breno Leitao wrote:
> + rxq = ethtool_result["rx"]
> + txq = ethtool_result["tx"]
Most HW NICs will actually use the "combined" channels (which have both
rx and tx ring on one NAPI).
> + logging.debug("calling: ethtool %s", cmdline)
ksft_pr() ?
We had a plan to add a verbose() helper which would still be
TAP-compatible, but never finished the patches.
Either way, would you mind respinning the series (without the 24h wait)?
It conflicts with another series which adds a bpftool() helper.
I applied that patch so you should see a trivial conflict when rebasing.