]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'drivers_iff_no_queue'
authorDavid S. Miller <davem@davemloft.net>
Tue, 18 Aug 2015 18:55:08 +0000 (11:55 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 18 Aug 2015 18:55:08 +0000 (11:55 -0700)
commit9dc93c0104a18e0a514216c191268a52b6c99e8e
tree018c84769b8c270f6bec9020da36e9916985a061
parent76063a0ffacd78902b0fe22397293bbd1d440c20
parent50fc6a8ee7d77316650663572d9145cbcb8e268e
Merge branch 'drivers_iff_no_queue'

Phil Sutter says:

====================
net: Convert drivers to IFF_NO_QUEUE and cleanup afterwards

This series converts in-tree users away from the old and deprecated
'tx_queue_len = 0' idiom, adds a warning to notify out-of-tree driver
maintainers that there is need for action on their behalf and finally drops any
workarounds in scheduling algorithm implementations.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>