net: ena: cosmetic: change ena_com_stats_admin stats to u64
authorArthur Kiyanovski <akiyano@amazon.com>
Tue, 21 Jul 2020 13:38:07 +0000 (16:38 +0300)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Jul 2020 22:59:04 +0000 (15:59 -0700)
commit0dcec68651f2162290750aae48fd7a0fdace0c66
tree826c92851df6f3a344a9ac5a2cbd5b0ef84a6b61
parent79890d3f3cde559e0fc5a50cf77176dfcf64b6c9
net: ena: cosmetic: change ena_com_stats_admin stats to u64

The size of the admin statistics in ena_com_stats_admin is changed
from 32bit to 64bit so to align with the sizes of the other statistics
in the driver (i.e. rx_stats, tx_stats and ena_stats_dev).

This is done as part of an effort to create a unified API to read
statistics.

Signed-off-by: Shay Agroskin <shayagr@amazon.com>
Signed-off-by: Arthur Kiyanovski <akiyano@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/amazon/ena/ena_com.h
drivers/net/ethernet/amazon/ena/ena_ethtool.c