Re: [PATCH net-next V6 0/2] net/sched: taprio: fix picos_per_byte miscalculation
From: Leandro Dorileo Date: Mon, 8 Apr 2019 10:12:16 -0700 > This set fixes miscalculations based on invalid link speed values. ... Series applied to net-next, thank you.
[PATCH net-next V6 0/2] net/sched: taprio: fix picos_per_byte miscalculation
This set fixes miscalculations based on invalid link speed values. Changes in v6: + Avoid locking a spinlock while calling __ethtool_get_link_ksettings() (suggested by: Cong Wang); Changes in v5: + Don't iterate over all the net_device maintained list (suggested by: Florian Fainelli); Chan