From: Jamal Hadi Salim <j...@mojatatu.com> Date: Sun, 7 Oct 2018 12:38:00 -0400
> Various improvements from Al. Please submit changes that actually are compile tested: CC [M] net/sched/cls_u32.o net/sched/cls_u32.c: In function ‘u32_delete’: net/sched/cls_u32.c:674:6: error: ‘root_ht’ undeclared (first use in this function); did you mean ‘root_user’? if (root_ht == ht) { ^~~~~~~ root_user net/sched/cls_u32.c:674:6: note: each undeclared identifier is reported only once for each function it appears in net/sched/cls_u32.c: In function ‘u32_set_parms’: net/sched/cls_u32.c:746:15: error: ‘struct tc_u_hnode’ has no member named ‘is_root’ if (ht_down->is_root) { ^~