From: David S. Miller Date: Wed, 24 Apr 2019 02:52:33 +0000 (-0700) Subject: Merge branch 'Taprio-qdisc-fixes' X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=08308f149b7051afa933e59080734f6d96bf19b0;p=openwrt%2Fstaging%2Fblogic.git 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 --- 08308f149b7051afa933e59080734f6d96bf19b0