commit | 26b537a88ca5b7399c7ab0656e06dbd9da9513c1 | [log] [tgz] |
---|---|---|
author | Vlad Buslov <vladbu@mellanox.com> | Wed Oct 30 16:09:02 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 30 18:07:50 2019 -0700 |
tree | ddbd17541c0dc871b712925bd5e5922b13f1ca75 | |
parent | 5e1ad95b630e652d3467d1fd1f0b5e5ea2c441e2 [diff] |
net: sched: extract qstats update code into functions Extract common code that increments cpu_qstats counters into standalone act API functions. Change hardware offloaded actions that use percpu counter allocation to use the new functions instead of accessing cpu_qstats directly. This commit doesn't change functionality. Signed-off-by: Vlad Buslov <vladbu@mellanox.com> Acked-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>