]> 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)
commit32f4851bcd9ea8b07c32328c3cdbcfef8e74e535
tree54915d3a3f2af715f1681da274e3a98f6198e71b
parentb2177a720fe1380f54b2eb16c54a5a652828ce29
parenta204c4979203b9cdec97a09a6faa0be3a89a7aa4
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>