https://github.com/torvalds/linux
Revision 17c37d748f2b122a95b6d0524d410302ff89a2b1 authored by Eric Dumazet on 06 October 2021, 01:01:38 UTC, committed by David S. Miller on 06 October 2021, 14:11:51 UTC
Each tx queue maintains a 64bit counter for bytes, there is
no reason to truncate this to 32bit (or this has not been
documented)

Fixes: 24aeb56f2d38 ("gve: Add Gvnic stats AQ command and ethtool show/set-priv-flags.")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Yangchun Fu <yangchun@google.com>
Cc: Kuo Zhao <kuozhao@google.com>
Cc: David Awogbemila <awogbemila@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 2f57d49
History
Tip revision: 17c37d748f2b122a95b6d0524d410302ff89a2b1 authored by Eric Dumazet on 06 October 2021, 01:01:38 UTC
gve: report 64bit tx_bytes counter from gve_handle_report_stats()
Tip revision: 17c37d7
File Mode Size
Kconfig -rw-r--r-- 76.0 KB
Makefile -rw-r--r-- 1.1 KB
calibrate.c -rw-r--r-- 8.6 KB
do_mounts.c -rw-r--r-- 15.6 KB
do_mounts.h -rw-r--r-- 908 bytes
do_mounts_initrd.c -rw-r--r-- 3.4 KB
do_mounts_rd.c -rw-r--r-- 7.7 KB
init_task.c -rw-r--r-- 6.2 KB
initramfs.c -rw-r--r-- 16.3 KB
main.c -rw-r--r-- 39.5 KB
noinitramfs.c -rw-r--r-- 862 bytes
version.c -rw-r--r-- 1.1 KB

back to top