]> www.infradead.org Git - users/dwmw2/linux.git/commit
Merge branch 'virtio-net-fix-total-qstat-values'
authorPaolo Abeni <pabeni@redhat.com>
Thu, 8 May 2025 09:56:13 +0000 (11:56 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 8 May 2025 09:56:14 +0000 (11:56 +0200)
commit3c44b2d615e6ee08d650c2864fdc4e68493eac0c
treeb055b0ad73c621714ec6fabfdf53edb5436a4534
parent95d2f25871cc78e31f816ad90f0a6f1f11ec9cb6
parent001160ec8c59115efc39e197d40829bdafd4d7f5
Merge branch 'virtio-net-fix-total-qstat-values'

Jakub Kicinski says:

====================
virtio-net: fix total qstat values

Another small fix discovered after we enabled virtio multi-queue
in netdev CI. The queue stat test fails:

  # Exception| Exception: Qstats are lower, fetched later
  not ok 3 stats.pkt_byte_sum

The queue stats from disabled queues are supposed to be reported
in the "base" stats.
====================

Link: https://patch.msgid.link/20250507003221.823267-1-kuba@kernel.org
Signed-off-by: Paolo Abeni <pabeni@redhat.com>