]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-mini_Qdisc'
authorDavid S. Miller <davem@davemloft.net>
Fri, 3 Nov 2017 12:57:35 +0000 (21:57 +0900)
committerDavid S. Miller <davem@davemloft.net>
Fri, 3 Nov 2017 12:57:35 +0000 (21:57 +0900)
commit1198cb80e0f0fa40b73c54c204dce12f55b1023e
tree54915d3a3f2af715f1681da274e3a98f6198e71b
parent17fbc8020834bd07533d81984e03f64ae26bc452
parentd72a68f07908b25c6748f7f47eebaa581c6d8018
Merge branch 'net-mini_Qdisc'

Jiri Pirko says:

====================
net: core: introduce mini_Qdisc and eliminate usage of tp->q for clsact fastpath

This patchset's main patch is patch number 2. It carries the
description. Patch 1 is just a dependency.

---
v3->v4:
- rebased to be applicable on top of the current net-next
v2->v3:
- Using head change callback to replace miniq pointer every time tp head
  changes. This eliminates one rcu dereference and makes the claim "without
  added overhead" valid.
v1->v2:
- Use dev instead of skb->dev in sch_handle_egress as pointed out by Daniel
- Fixed synchronize_rcu_bh() in mini_qdisc_disable and commented
====================

Signed-off-by: David S. Miller <davem@davemloft.net>