diff options
| author | Breno Leitao <[email protected]> | 2024-04-12 08:19:26 -0700 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2024-04-15 11:32:13 +0100 |
| commit | 05d604a57773a499b158e5fe84108301228392ec (patch) | |
| tree | 6728c6644058c26e20ab600ffba115ddde694da3 /tools/perf/scripts/python/net_dropmonitor.py | |
| parent | 8622f90a371b65a8e454ca3d1fe95aeed1bf1da4 (diff) | |
net: ip6_gre: Remove generic .ndo_get_stats64
Commit 3e2f544dd8a33 ("net: get stats64 if device if driver is
configured") moved the callback to dev_get_tstats64() to net core, so,
unless the driver is doing some custom stats collection, it does not
need to set .ndo_get_stats64.
Since this driver is now relying in NETDEV_PCPU_STAT_TSTATS, then, it
doesn't need to set the dev_get_tstats64() generic .ndo_get_stats64
function pointer.
Signed-off-by: Breno Leitao <[email protected]>
Reviewed-by: David Ahern <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions