Skip to content
Commit 08308f14 authored by David S. Miller's avatar David S. Miller
Browse files

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: default avatarDavid S. Miller <davem@davemloft.net>
parents ecc5663c 6e734c82
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment