commit | a003ec1f47bc7c34e1dc96653b903c48f63adcdb | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <kuba@kernel.org> | Tue Oct 13 17:34:26 2020 -0700 |
committer | Jakub Kicinski <kuba@kernel.org> | Tue Oct 13 17:37:37 2020 -0700 |
tree | 995db2093a9e84457f0ac54e6a048294ab41abec | |
parent | 3618ad2a7c0e78e4258386394d5d5f92a3dbccf8 [diff] | |
parent | 5fc3594d36d16794facc533cc2a80d3f5bd7c921 [diff] |
Merge branch 'net-add-and-use-function-dev_fetch_sw_netstats-for-fetching-pcpu_sw_netstats' Heiner Kallweit says: ==================== net: add and use function dev_fetch_sw_netstats for fetching pcpu_sw_netstats In several places the same code is used to populate rtnl_link_stats64 fields with data from pcpu_sw_netstats. Therefore factor out this code to a new function dev_fetch_sw_netstats(). ==================== Signed-off-by: Jakub Kicinski <kuba@kernel.org>