> On Jul 2, 2018, at 12:19 PM, Pete Heist <[email protected]> wrote:
> 
> What is TCA_STATS2 vs TCA_STATS and where does it come from? That’s at least 
> one rtattr that’s null in print_qdisc on MIPS for some reason. That’s where 
> I’m at, anyway…

I should have written that the rtattr at TCP_STATS2 has a zero len and type in 
it, not that it’s null.

But, um, I find it curious that tb[TCA_PAD] has valid looking values in it, and 
if I just go:

tb[TCA_STATS2] = tb[TCA_PAD]

right after parse_rtattr is called, I start getting tin stats printed that look 
valid. There should be zeroes or invalid values at tb[TCA_PAD], as that’s just 
supposed to be padding, right?

_______________________________________________
Cake mailing list
[email protected]
https://lists.bufferbloat.net/listinfo/cake

Reply via email to