]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'Taprio-qdisc-fixes'
authorDavid S. Miller <davem@davemloft.net>
Wed, 24 Apr 2019 02:52:33 +0000 (19:52 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 24 Apr 2019 02:52:33 +0000 (19:52 -0700)
commit18272cce76a03094a581f9f1d3c5f9850a31bff0
tree4ac73d61738f66cbb6d4577ae2f2d5635f3a0e3f
parente3c6b9a81b543dbbfb4d7e9c520d49e30668a648
parente9a5abd3b3ce2046cec97305bf31d42a7025ed37
Merge branch 'Taprio-qdisc-fixes'

Andre Guedes says:

====================
Taprio qdisc fixes

I'm re-sending this series, now with the "net-next" prefix in the subject.

The only change from the previous version is in patch 3. As suggested by Cong
Wang, it removes the !entry check within should_restart_cycle() since it is
already checked by the caller. As a side effect, that function becomes a dummy
wrapper on list_is_last() so we simply remove it and call list_is_last()
instead.
====================

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