Re: [Cake] link_ms unused

2018-03-08 Thread Dave Taht
On Thu, Mar 8, 2018 at 1:33 PM, Toke Høiland-Jørgensen wrote: > Dave Taht writes: > >> And while I'm breaking things, the link_ms field is entirely unused in >> >> struct tc_cake_traffic_stats { >> __u32 packets; >> __u32 link_ms; >> __u64 bytes; >> }; > > what was that fi

Re: [Cake] link_ms unused

2018-03-08 Thread Toke Høiland-Jørgensen
Dave Taht writes: > And while I'm breaking things, the link_ms field is entirely unused in > > struct tc_cake_traffic_stats { > __u32 packets; > __u32 link_ms; > __u64 bytes; > }; what was that field supposed to contain? -Toke

[Cake] link_ms unused

2018-03-08 Thread Dave Taht
And while I'm breaking things, the link_ms field is entirely unused in struct tc_cake_traffic_stats { __u32 packets; __u32 link_ms; __u64 bytes; }; and thus packets could also be made 64 bits. We don't fill in all the parameters of this struct all the time, either. -- D