[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200514.131136.727728421563787294.davem@davemloft.net>
Date: Thu, 14 May 2020 13:11:36 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: vladbu@...lanox.com
Cc: netdev@...r.kernel.org, jhs@...atatu.com, xiyou.wangcong@...il.com,
jiri@...nulli.us, dcaratti@...hat.com, marcelo.leitner@...il.com,
jiri@...lanox.com
Subject: Re: [PATCH net-next 1/4] net: sched: introduce terse dump flag
From: Vlad Buslov <vladbu@...lanox.com>
Date: Thu, 14 May 2020 14:40:23 +0300
> +static const u32 tca_dump_flags_allowed = TCA_DUMP_FLAGS_TERSE;
> +
> +static const struct nla_policy tcf_tfilter_dump_policy[TCA_MAX + 1] = {
> + [TCA_DUMP_FLAGS] = NLA_POLICY_BITFIELD32(tca_dump_flags_allowed),
> +};
The compiler apparently dones't consider your NLA_POLICY_BITFIELD32()
argument constant as be kbuild robot.
Powered by blists - more mailing lists