Merge branch 'qdisc-hashtable'
Jiri Kosina says:
====================
Convert qdisc linked list into a hashtable
This is a respin of the v6 of the original patch [1], split into two-patch
series as requested by davem; first patch fixes all symbol conflicts
that'd happen once netdevice.h starts to include hashtable.h, the second
one performs the actual switch to hashtable.
I've preserved Cong's Reviewed-by:, as code-wise this series is identical
to the original v6 of the patch.
[1] lkml.kernel.org/r/alpine.LNX.2.00.1608011220580.22028@cbobk.fhfr.pm
====================
Signed-off-by:
David S. Miller <davem@davemloft.net>
No related branches found
No related tags found
Showing
- drivers/net/ethernet/ti/davinci_emac.c 7 additions, 7 deletionsdrivers/net/ethernet/ti/davinci_emac.c
- include/linux/netdevice.h 4 additions, 0 deletionsinclude/linux/netdevice.h
- include/net/pkt_sched.h 2 additions, 2 deletionsinclude/net/pkt_sched.h
- include/net/sch_generic.h 1 addition, 1 deletioninclude/net/sch_generic.h
- net/core/dev.c 3 additions, 0 deletionsnet/core/dev.c
- net/ipv6/ip6_gre.c 6 additions, 6 deletionsnet/ipv6/ip6_gre.c
- net/ipv6/ip6_tunnel.c 5 additions, 5 deletionsnet/ipv6/ip6_tunnel.c
- net/ipv6/ip6_vti.c 5 additions, 5 deletionsnet/ipv6/ip6_vti.c
- net/ipv6/sit.c 5 additions, 5 deletionsnet/ipv6/sit.c
- net/sched/sch_api.c 13 additions, 10 deletionsnet/sched/sch_api.c
- net/sched/sch_generic.c 5 additions, 3 deletionsnet/sched/sch_generic.c
- net/sched/sch_mq.c 1 addition, 1 deletionnet/sched/sch_mq.c
- net/sched/sch_mqprio.c 1 addition, 1 deletionnet/sched/sch_mqprio.c
Loading
Please register or sign in to comment