netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/5] Taprio qdisc fixes
@ 2019-04-23 19:44 Andre Guedes
  2019-04-23 19:44 ` [PATCH net-next v2 1/5] net: sched: taprio: Remove pointless variable assigment Andre Guedes
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Andre Guedes @ 2019-04-23 19:44 UTC (permalink / raw)
  To: netdev; +Cc: vinicius.gomes, xiyou.wangcong

Hi all,

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.

Best regards,

Andre

Andre Guedes (5):
  net: sched: taprio: Remove pointless variable assigment
  net: sched: taprio: Refactor taprio_get_start_time()
  net: sched: taprio: Remove should_restart_cycle()
  net: sched: taprio: Fix taprio_peek()
  net: sched: taprio: Fix taprio_dequeue()

 net/sched/sch_taprio.c | 56 +++++++++++++++++++++---------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

-- 
2.21.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-04-24  2:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-23 19:44 [PATCH net-next v2 0/5] Taprio qdisc fixes Andre Guedes
2019-04-23 19:44 ` [PATCH net-next v2 1/5] net: sched: taprio: Remove pointless variable assigment Andre Guedes
2019-04-23 19:44 ` [PATCH net-next v2 2/5] net: sched: taprio: Refactor taprio_get_start_time() Andre Guedes
2019-04-23 19:44 ` [PATCH net-next v2 3/5] net: sched: taprio: Remove should_restart_cycle() Andre Guedes
2019-04-23 19:44 ` [PATCH net-next v2 4/5] net: sched: taprio: Fix taprio_peek() Andre Guedes
2019-04-23 19:44 ` [PATCH net-next v2 5/5] net: sched: taprio: Fix taprio_dequeue() Andre Guedes
2019-04-24  2:52 ` [PATCH net-next v2 0/5] Taprio qdisc fixes David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).