All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net V5 0/2] net/sched: taprio: fix picos_per_byte miscalculation
@ 2019-03-29  0:19 Leandro Dorileo
  2019-03-29  0:19 ` [PATCH net V5 1/2] " Leandro Dorileo
  2019-03-29  0:19 ` [PATCH net V5 2/2] net/sched: cbs: fix port_rate miscalculation Leandro Dorileo
  0 siblings, 2 replies; 7+ messages in thread
From: Leandro Dorileo @ 2019-03-29  0:19 UTC (permalink / raw)
  To: netdev
  Cc: Jamal Hadi Salim, Cong Wang, Jiri Pirko, David S . Miller,
	Vinicius Costa Gomes, f.fainelli, vedang.patel, andre.guedes

This set fixes miscalculations based on invalid link speed values.

Changes in v5:
 + Don't iterate over all the net_device maintained list (suggested by: Florian Fainelli);

Changes in v4:
 + converted pr_info calls to netdev_dbg (suggested by: Florian Fainelli);

Changes in v3:
 + yet pr_info() format warnings;

Changes in v2:
 + fixed pr_info() format both on cbs and taprio patches;


Leandro Dorileo (2):
  net/sched: taprio: fix picos_per_byte miscalculation
  net/sched: cbs: fix port_rate miscalculation

 net/sched/sch_cbs.c    | 94 +++++++++++++++++++++++++++++++++++-------
 net/sched/sch_taprio.c | 93 ++++++++++++++++++++++++++++++++++-------
 2 files changed, 157 insertions(+), 30 deletions(-)

-- 
2.21.0


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

end of thread, other threads:[~2019-03-30  6:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-29  0:19 [PATCH net V5 0/2] net/sched: taprio: fix picos_per_byte miscalculation Leandro Dorileo
2019-03-29  0:19 ` [PATCH net V5 1/2] " Leandro Dorileo
2019-03-29  1:12   ` Cong Wang
2019-03-29 19:20     ` Leandro Dorileo
2019-03-29 20:46   ` kbuild test robot
2019-03-30  6:19   ` kbuild test robot
2019-03-29  0:19 ` [PATCH net V5 2/2] net/sched: cbs: fix port_rate miscalculation Leandro Dorileo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.