Re: [PATCH v2 net 0/3] Fix issues in tc-taprio and tc-cbs

2019-08-31 Thread David Miller
From: Vladimir Oltean 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 s

[PATCH v2 net 0/3] Fix issues in tc-taprio and tc-cbs

2019-08-29 Thread Vladimir Oltean
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