commit | ced273eacfe1876e2c3c4ea1244a2e386e20eadb | [log] [tgz] |
---|---|---|
author | Alexander Aring <aring@mojatatu.com> | Wed Oct 11 17:16:07 2017 -0400 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 12 22:23:03 2017 -0700 |
tree | 38e34a23d1e9179b55a256bb021155b3a9f6e316 | |
parent | 734534e9a8e537d33d3598fa03b98eb089819961 [diff] |
sched: act: ife: migrate to use per-cpu counters This patch migrates the current counter handling which is protected by a spinlock to a per-cpu counter handling. This reduce the time where the spinlock is being held. Signed-off-by: Alexander Aring <aring@mojatatu.com> Acked-by: Jamal Hadi Salim <jhs@mojatatu.com> Signed-off-by: David S. Miller <davem@davemloft.net>