dtaht / sch_cake

Out of tree build for the new cake qdisc
101 stars 35 forks source link

compat: before kernel 4.5 IP6_ECN_set_ce only took one parameter #149

Closed Lochnair closed 2 years ago

tohojo commented 3 years ago

It takes two parameters in 4.4.254: https://elixir.bootlin.com/linux/v4.4.254/source/include/net/inet_ecn.h#L121 so the check will have to take into account backports as well...

Lochnair commented 3 years ago

Ah crap, you're right. Searching through the branches it was also backported in v3.16.39, so that's one more check. But hey, it's not even close to as bad as qdisc_tree_reduce_backlog, so there's that ;)

I'll try and fix it tomorrow, when my brain has recharged.

tohojo commented 3 years ago

What kernel are you trying to run on?