Re: [PATCH v2 net 0/3] Fix issues in tc-taprio and tc-cbs
From: David Miller <davem@davemloft.net>
Date: 2019-09-01 01:46:14
From: David Miller <davem@davemloft.net>
Date: 2019-09-01 01:46:14
From: Vladimir Oltean <olteanv@gmail.com> Date: Fri, 30 Aug 2019 04:07:20 +0300
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.
Series applied, thanks.