[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190828144829.32570-1-olteanv@gmail.com>
Date: Wed, 28 Aug 2019 17:48:26 +0300
From: Vladimir Oltean <olteanv@...il.com>
To: jhs@...atatu.com, xiyou.wangcong@...il.com, jiri@...nulli.us,
davem@...emloft.net, vinicius.gomes@...el.com,
vedang.patel@...el.com, leandro.maciel.dorileo@...el.com
Cc: netdev@...r.kernel.org, Vladimir Oltean <olteanv@...il.com>
Subject: [PATCH net 0/3] Fix issues in tc-taprio and tc-cbs
This series fixes one panic and one WARN_ON found in the tc-taprio
qdisc, while trying to apply it:
- On an interface which is not multi-queue
- On an interface which has no carrier
The tc-cbs was also visually found to suffer of the same issue as
tc-taprio, and the fix was only compile-tested in that case.
Vladimir Oltean (3):
taprio: Fix kernel panic in taprio_destroy
taprio: Set default link speed to 10 Mbps in taprio_set_picos_per_byte
net/sched: cbs: Set default link speed to 10 Mbps in cbs_set_port_rate
net/sched/sch_cbs.c | 19 +++++++++++--------
net/sched/sch_taprio.c | 32 ++++++++++++++++++++------------
2 files changed, 31 insertions(+), 20 deletions(-)
--
2.17.1
Powered by blists - more mailing lists