commit | eb60a8ddf3c38959cc73821bec5335bed85e0200 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Wed Aug 24 10:23:34 2016 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 25 16:45:29 2016 -0700 |
tree | ce35b77f999e39851c209814a4d8ff05eefa1df2 | |
parent | 72145a68e4ee116533df49af4b87aca0aacc179c [diff] |
net: minor optimization in qdisc_qstats_cpu_drop() per_cpu_inc() is faster (at least on x86) than per_cpu_ptr(xxx)++; Signed-off-by: Eric Dumazet <edumazet@google.com> Acked-by: John Fastabend <john.r.fastabend@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>