[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160301182102.GR16369@oracle.com>
Date: Tue, 1 Mar 2016 13:21:02 -0500
From: Sowmini Varadhan <sowmini.varadhan@...cle.com>
To: Cong Wang <xiyou.wangcong@...il.com>
Cc: Linux Kernel Network Developers <netdev@...r.kernel.org>,
john fastabend <john.fastabend@...il.com>,
John Fastabend <john.r.fastabend@...el.com>
Subject: Re: net-next build failure due to 16e5cc64?
On (03/01/16 10:13), Cong Wang wrote:
> > net/sched/sch_mqprio.c: In function `mqprio_init':
> > net/sched/sch_mqprio.c:145: error: unknown field `tc' specified in initializer
:
> Why not just initialize these fields explicitly? For example,
>
> + struct tc_to_netdev tc;
:
> + tc.type = TC_SETUP_MQPRIO;
The compiler error is for fields within the union which lacks
both a tag and a union-name. So I'm not sure how the above will
help.
--Sowmini
Powered by blists - more mailing lists