diff options
author | Netanel Belgazal <netanel@annapurnalabs.com> | 2017-02-09 16:21:32 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-02-10 06:27:06 +0300 |
commit | d81db24056132fe8b83e2fba337e9ea76675e68d (patch) | |
tree | 86c7227b467f50313292561b7412a2f8e608eb9d /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | 22b331c9e0a345126708af60f7d00d38b53db70b (diff) | |
download | linux-d81db24056132fe8b83e2fba337e9ea76675e68d.tar.xz |
net/ena: refactor ena_get_stats64 to be atomic context safe
ndo_get_stat64() can be called from atomic context, but the current
implementation sends an admin command to retrieve the statistics from
the device. This admin command can sleep.
This patch re-factors the implementation of ena_get_stats64() to use
the {rx,tx}bytes/count from the driver's inner counters, and to obtain
the rx drop counter from the asynchronous keep alive (heart bit)
event.
Signed-off-by: Netanel Belgazal <netanel@annapurnalabs.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions