[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20181007.212501.1606549212155525845.davem@davemloft.net>
Date: Sun, 07 Oct 2018 21:25:01 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: jhs@...atatu.com
Cc: jiri@...nulli.us, xiyou.wangcong@...il.com,
viro@...iv.linux.org.uk, netdev@...r.kernel.org
Subject: Re: [PATCH net-next 00/11] net: sched: cls_u32 Various improvements
From: Jamal Hadi Salim <jhs@...atatu.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) {
^~
Powered by blists - more mailing lists