Skip to content
Commit eb60a8dd authored by Eric Dumazet's avatar Eric Dumazet Committed by David S. Miller
Browse files

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: default avatarEric Dumazet <edumazet@google.com>
Acked-by: default avatarJohn Fastabend <john.r.fastabend@intel.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 72145a68
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment