commit | 348e3435cbefa815bd56a5205c1412b5afe7b92e | [log] [tgz] |
---|---|---|
author | Phil Sutter <phil@nwl.cc> | Tue Aug 18 10:30:49 2015 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Aug 18 11:55:08 2015 -0700 |
tree | 018c84769b8c270f6bec9020da36e9916985a061 | |
parent | 906470c19da771e638e7c8e16e16c31995b139cc [diff] |
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>