Bug 201483

Summary: hfsc qdisc root = RTNETLINK answers: Numerical result out of range
Product: Networking Reporter: PLum (plum.michalski)
Component: OtherAssignee: networking_netfilter-iptables (networking_netfilter-iptables)
Status: RESOLVED PATCH_ALREADY_AVAILABLE    
Severity: normal CC: arch
Priority: P1    
Hardware: x86-64   
OS: Linux   
Kernel Version: 4.8.15 4.8.16 Subsystem:
Regression: No Bisected commit-id:

Description PLum 2018-10-21 21:31:01 UTC
on 4.8.14 there was no errors on command like:

tc qdisc add dev eth1 root handle 1: hfsc default 100             

but with 4.8.15 and 4.8.16 whey I try this command again I got response:

RTNETLINK answers: Numerical result out of range
Comment 1 nfnty 2018-10-23 04:53:19 UTC
Same issue here upgrading from `v4.14.76` to `v4.14.77`, probably related to `d9057423312e9d12f02290cb97f14300330a729e`.

This issue should be moved to Networking/Other.
Comment 2 PLum 2018-10-23 08:42:04 UTC
For 4.19.0 we got: Error: Attribute failed policy validation.
Comment 3 PLum 2018-11-05 07:27:31 UTC
Did you find some way to revert this "fix" so we can use latest kernel and be able to use hfsc for traffic?
Comment 4 nfnty 2019-01-09 17:42:12 UTC
This issue is no longer present on `4.19.13`.
Comment 5 PLum 2019-01-10 14:34:38 UTC
(In reply to nfnty from comment #4)
> This issue is no longer present on `4.19.13`.

4.19.14 is OK. too, I think we can consider this issue as "resolved" :)