]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
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)
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>

Trivial merge