Searched hist:"348 e3435cbefa815bd56a5205c1412b5afe7b92e" (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/net/sched/ |
H A D | sch_plug.c | diff 348e3435cbefa815bd56a5205c1412b5afe7b92e Tue Aug 18 03:30:49 CDT 2015 Phil Sutter <phil@nwl.cc> net: sched: drop all special handling of tx_queue_len == 0
Those were all workarounds for the formerly double meaning of tx_queue_len, which broke scheduling algorithms if untreated.
Now that all in-tree drivers have been converted away from setting tx_queue_len = 0, it should be safe to drop these workarounds for categorically broken setups.
Signed-off-by: Phil Sutter <phil@nwl.cc> Cc: Jamal Hadi Salim <jhs@mojatatu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | sch_fifo.c | diff 348e3435cbefa815bd56a5205c1412b5afe7b92e Tue Aug 18 03:30:49 CDT 2015 Phil Sutter <phil@nwl.cc> net: sched: drop all special handling of tx_queue_len == 0
Those were all workarounds for the formerly double meaning of tx_queue_len, which broke scheduling algorithms if untreated.
Now that all in-tree drivers have been converted away from setting tx_queue_len = 0, it should be safe to drop these workarounds for categorically broken setups.
Signed-off-by: Phil Sutter <phil@nwl.cc> Cc: Jamal Hadi Salim <jhs@mojatatu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | sch_sfb.c | diff 348e3435cbefa815bd56a5205c1412b5afe7b92e Tue Aug 18 03:30:49 CDT 2015 Phil Sutter <phil@nwl.cc> net: sched: drop all special handling of tx_queue_len == 0
Those were all workarounds for the formerly double meaning of tx_queue_len, which broke scheduling algorithms if untreated.
Now that all in-tree drivers have been converted away from setting tx_queue_len = 0, it should be safe to drop these workarounds for categorically broken setups.
Signed-off-by: Phil Sutter <phil@nwl.cc> Cc: Jamal Hadi Salim <jhs@mojatatu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | sch_gred.c | diff 348e3435cbefa815bd56a5205c1412b5afe7b92e Tue Aug 18 03:30:49 CDT 2015 Phil Sutter <phil@nwl.cc> net: sched: drop all special handling of tx_queue_len == 0
Those were all workarounds for the formerly double meaning of tx_queue_len, which broke scheduling algorithms if untreated.
Now that all in-tree drivers have been converted away from setting tx_queue_len = 0, it should be safe to drop these workarounds for categorically broken setups.
Signed-off-by: Phil Sutter <phil@nwl.cc> Cc: Jamal Hadi Salim <jhs@mojatatu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | sch_htb.c | diff 348e3435cbefa815bd56a5205c1412b5afe7b92e Tue Aug 18 03:30:49 CDT 2015 Phil Sutter <phil@nwl.cc> net: sched: drop all special handling of tx_queue_len == 0
Those were all workarounds for the formerly double meaning of tx_queue_len, which broke scheduling algorithms if untreated.
Now that all in-tree drivers have been converted away from setting tx_queue_len = 0, it should be safe to drop these workarounds for categorically broken setups.
Signed-off-by: Phil Sutter <phil@nwl.cc> Cc: Jamal Hadi Salim <jhs@mojatatu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|