]> git.baikalelectronics.ru Git - kernel.git/commit
gve: report 64bit tx_bytes counter from gve_handle_report_stats()
authorEric Dumazet <edumazet@google.com>
Wed, 6 Oct 2021 01:01:38 +0000 (18:01 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 6 Oct 2021 14:11:51 +0000 (15:11 +0100)
commitc49f6fd0a00c5f415284bec6caf0edab8b7bc4cb
treefd59387a2642c2ff0f21073beb76773915763479
parentfcdfb122c6b32c4932b1accaafdb027903a00ebf
gve: report 64bit tx_bytes counter from gve_handle_report_stats()

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: c6d8ead61ad9 ("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>
drivers/net/ethernet/google/gve/gve_main.c