-
- Downloads
net_sched: Add qdisc __NET_XMIT_BYPASS flag
Patrick McHardy <kaber@trash.net> noticed that it would be nice to handle NET_XMIT_BYPASS by NET_XMIT_SUCCESS with an internal qdisc flag __NET_XMIT_BYPASS and to remove the mapping from dev_queue_xmit(). David Miller <davem@davemloft.net> spotted a serious bug in the first version of this patch. Signed-off-by:Jarek Poplawski <jarkao2@gmail.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- include/net/sch_generic.h 3 additions, 3 deletionsinclude/net/sch_generic.h
- net/core/dev.c 0 additions, 1 deletionnet/core/dev.c
- net/sched/sch_atm.c 1 addition, 1 deletionnet/sched/sch_atm.c
- net/sched/sch_cbq.c 2 additions, 2 deletionsnet/sched/sch_cbq.c
- net/sched/sch_dsmark.c 1 addition, 1 deletionnet/sched/sch_dsmark.c
- net/sched/sch_hfsc.c 2 additions, 2 deletionsnet/sched/sch_hfsc.c
- net/sched/sch_htb.c 3 additions, 3 deletionsnet/sched/sch_htb.c
- net/sched/sch_netem.c 1 addition, 1 deletionnet/sched/sch_netem.c
- net/sched/sch_prio.c 3 additions, 3 deletionsnet/sched/sch_prio.c
- net/sched/sch_sfq.c 3 additions, 3 deletionsnet/sched/sch_sfq.c
Loading
Please register or sign in to comment