Searched hist:e9bef55d3d062ee7a78fde2913ec87ca9305a1e0 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/sched/ |
H A D | sch_tbf.c | diff e9bef55d3d062ee7a78fde2913ec87ca9305a1e0 Wed Sep 12 09:35:24 CDT 2007 Jesper Dangaard Brouer <hawk@comx.dk> [NET_SCHED]: Cleanup L2T macros and handle oversized packets
Change L2T (length to time) macros, in all rate based schedulers, to call a common function qdisc_l2t() that does the rate table lookup. This function handles if the packet size lookup is larger than the rate table, which often occurs with TSO enabled.
Signed-off-by: Jesper Dangaard Brouer <hawk@comx.dk> Acked-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | act_police.c | diff e9bef55d3d062ee7a78fde2913ec87ca9305a1e0 Wed Sep 12 09:35:24 CDT 2007 Jesper Dangaard Brouer <hawk@comx.dk> [NET_SCHED]: Cleanup L2T macros and handle oversized packets
Change L2T (length to time) macros, in all rate based schedulers, to call a common function qdisc_l2t() that does the rate table lookup. This function handles if the packet size lookup is larger than the rate table, which often occurs with TSO enabled.
Signed-off-by: Jesper Dangaard Brouer <hawk@comx.dk> Acked-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | sch_htb.c | diff e9bef55d3d062ee7a78fde2913ec87ca9305a1e0 Wed Sep 12 09:35:24 CDT 2007 Jesper Dangaard Brouer <hawk@comx.dk> [NET_SCHED]: Cleanup L2T macros and handle oversized packets
Change L2T (length to time) macros, in all rate based schedulers, to call a common function qdisc_l2t() that does the rate table lookup. This function handles if the packet size lookup is larger than the rate table, which often occurs with TSO enabled.
Signed-off-by: Jesper Dangaard Brouer <hawk@comx.dk> Acked-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/include/net/ |
H A D | sch_generic.h | diff e9bef55d3d062ee7a78fde2913ec87ca9305a1e0 Wed Sep 12 09:35:24 CDT 2007 Jesper Dangaard Brouer <hawk@comx.dk> [NET_SCHED]: Cleanup L2T macros and handle oversized packets
Change L2T (length to time) macros, in all rate based schedulers, to call a common function qdisc_l2t() that does the rate table lookup. This function handles if the packet size lookup is larger than the rate table, which often occurs with TSO enabled.
Signed-off-by: Jesper Dangaard Brouer <hawk@comx.dk> Acked-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
|