diff options
author | Shay Agroskin <shayagr@amazon.com> | 2020-08-19 20:28:38 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-08-20 01:32:58 +0300 |
commit | ccd143e5150f24b9ba15145c7221b61dd9e41021 (patch) | |
tree | 4f19e9818ef271360884c26be79c5ac02e1264f7 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 8b147f6f3e7de4e51113e3e9ec44aa2debc02c58 (diff) | |
download | linux-ccd143e5150f24b9ba15145c7221b61dd9e41021.tar.xz |
net: ena: Make missed_tx stat incremental
Most statistics in ena driver are incremented, meaning that a stat's
value is a sum of all increases done to it since driver/queue
initialization.
This patch makes all statistics this way, effectively making missed_tx
statistic incremental.
Also added a comment regarding rx_drops and tx_drops to make it
clearer how these counters are calculated.
Fixes: 11095fdb712b ("net: ena: add statistics for missed tx packets")
Signed-off-by: Shay Agroskin <shayagr@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions