/openbmc/linux/net/sched/ |
H A D | sch_fifo.c | diff 23624935e0c4b04730ed8d7d21f0cd25b2c2cda1 Fri Jan 21 18:26:09 CST 2011 Eric Dumazet <eric.dumazet@gmail.com> net_sched: TCQ_F_CAN_BYPASS generalization
Now qdisc stab is handled before TCQ_F_CAN_BYPASS test in __dev_xmit_skb(), we can generalize TCQ_F_CAN_BYPASS to other qdiscs than pfifo_fast : pfifo, bfifo, pfifo_head_drop and sfq
SFQ is special because it can have external classifiers, and in these cases, we cannot bypass queue discipline (packet could be dropped by classifier) without admin asking it, or further changes.
Its worth doing this, especially for SFQ, avoiding dirtying memory in case no packets are already waiting in queue.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | sch_mq.c | diff 23624935e0c4b04730ed8d7d21f0cd25b2c2cda1 Fri Jan 21 18:26:09 CST 2011 Eric Dumazet <eric.dumazet@gmail.com> net_sched: TCQ_F_CAN_BYPASS generalization
Now qdisc stab is handled before TCQ_F_CAN_BYPASS test in __dev_xmit_skb(), we can generalize TCQ_F_CAN_BYPASS to other qdiscs than pfifo_fast : pfifo, bfifo, pfifo_head_drop and sfq
SFQ is special because it can have external classifiers, and in these cases, we cannot bypass queue discipline (packet could be dropped by classifier) without admin asking it, or further changes.
Its worth doing this, especially for SFQ, avoiding dirtying memory in case no packets are already waiting in queue.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | sch_mqprio.c | diff 23624935e0c4b04730ed8d7d21f0cd25b2c2cda1 Fri Jan 21 18:26:09 CST 2011 Eric Dumazet <eric.dumazet@gmail.com> net_sched: TCQ_F_CAN_BYPASS generalization
Now qdisc stab is handled before TCQ_F_CAN_BYPASS test in __dev_xmit_skb(), we can generalize TCQ_F_CAN_BYPASS to other qdiscs than pfifo_fast : pfifo, bfifo, pfifo_head_drop and sfq
SFQ is special because it can have external classifiers, and in these cases, we cannot bypass queue discipline (packet could be dropped by classifier) without admin asking it, or further changes.
Its worth doing this, especially for SFQ, avoiding dirtying memory in case no packets are already waiting in queue.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | sch_sfq.c | diff 23624935e0c4b04730ed8d7d21f0cd25b2c2cda1 Fri Jan 21 18:26:09 CST 2011 Eric Dumazet <eric.dumazet@gmail.com> net_sched: TCQ_F_CAN_BYPASS generalization
Now qdisc stab is handled before TCQ_F_CAN_BYPASS test in __dev_xmit_skb(), we can generalize TCQ_F_CAN_BYPASS to other qdiscs than pfifo_fast : pfifo, bfifo, pfifo_head_drop and sfq
SFQ is special because it can have external classifiers, and in these cases, we cannot bypass queue discipline (packet could be dropped by classifier) without admin asking it, or further changes.
Its worth doing this, especially for SFQ, avoiding dirtying memory in case no packets are already waiting in queue.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | sch_generic.c | diff 23624935e0c4b04730ed8d7d21f0cd25b2c2cda1 Fri Jan 21 18:26:09 CST 2011 Eric Dumazet <eric.dumazet@gmail.com> net_sched: TCQ_F_CAN_BYPASS generalization
Now qdisc stab is handled before TCQ_F_CAN_BYPASS test in __dev_xmit_skb(), we can generalize TCQ_F_CAN_BYPASS to other qdiscs than pfifo_fast : pfifo, bfifo, pfifo_head_drop and sfq
SFQ is special because it can have external classifiers, and in these cases, we cannot bypass queue discipline (packet could be dropped by classifier) without admin asking it, or further changes.
Its worth doing this, especially for SFQ, avoiding dirtying memory in case no packets are already waiting in queue.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|