commit | 40bd036219dca86938fd5bd84b3fc19ffa812596 | [log] [tgz] |
---|---|---|
author | John Fastabend <john.fastabend@gmail.com> | Thu Dec 07 09:55:07 2017 -0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Dec 08 13:32:25 2017 -0500 |
tree | db077182767aa5556affa785b7113929ed67e9c7 | |
parent | 29b86cdac00a82f88b81c16659e64cc624550216 [diff] |
net: sched: provide per cpu qstat helpers The per cpu qstats support was added with per cpu bstat support which is currently used by the ingress qdisc. This patch adds a set of helpers needed to make other qdiscs that use qstats per cpu as well. Signed-off-by: John Fastabend <john.fastabend@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>