commit | 6f3dfb0dc831953187fea8e3b798768611441321 | [log] [tgz] |
---|---|---|
author | Davide Caratti <dcaratti@redhat.com> | Wed Jul 11 16:04:49 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 12 14:54:12 2018 -0700 |
tree | 3ff8469e14aa3f3467977307d11388bab9befac7 | |
parent | cca9bab1b72cd2296097c75f59ef11ef80461279 [diff] |
net/sched: skbedit: use per-cpu counters use per-CPU counters, instead of sharing a single set of stats with all cores: this removes the need of spinlocks when stats are read/updated. Signed-off-by: Davide Caratti <dcaratti@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>