diff options
author | Heiner Kallweit <[email protected]> | 2020-11-10 20:48:54 +0100 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2020-11-12 14:58:27 -0800 |
commit | 45fc3fd4308c5dbb45aa652399a084364e60d4b0 (patch) | |
tree | 2388e7004240cefbe205f59cf394b7410c0a6953 /tools/perf/scripts/python/event_analyzing_sample.py | |
parent | 2d5c27dafe63fb8a2e879f3e8f8a73a83a97d5df (diff) |
qtnfmac: switch to core handling of rx/tx byte/packet counters
Use netdev->tstats instead of a member of qtnf_vif for storing a pointer
to the per-cpu counters. This allows us to use core functionality for
statistics handling.
The driver sets netdev->needs_free_netdev, therefore freeing the per-cpu
counters at the right point in time is a little bit tricky. Best option
seems to be to use the ndo_init/ndo_uninit callbacks.
Signed-off-by: Heiner Kallweit <[email protected]>
Acked-by: Kalle Valo <[email protected]>
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions