From: Sowmini Varadhan <sowmini.varadhan@oracle.com>
To: Cong Wang <xiyou.wangcong@gmail.com>
Cc: Linux Kernel Network Developers <netdev@vger.kernel.org>,
john fastabend <john.fastabend@gmail.com>,
John Fastabend <john.r.fastabend@intel.com>
Subject: Re: net-next build failure due to 16e5cc64?
Date: Tue, 1 Mar 2016 14:09:17 -0500 [thread overview]
Message-ID: <20160301190917.GU16369@oracle.com> (raw)
In-Reply-To: <CAM_iQpXDo5Lh+MF7yds3vDyn7D-aqKH3-9kmVYZ924QkAw=imA@mail.gmail.com>
On (03/01/16 10:51), Cong Wang wrote:
> --- a/net/sched/sch_mqprio.c
> +++ b/net/sched/sch_mqprio.c
> @@ -142,7 +142,7 @@ static int mqprio_init(struct Qdisc *sch, struct
> nlattr *opt)
> */
> if (qopt->hw) {
> struct tc_to_netdev tc = {.type = TC_SETUP_MQPRIO,
> - .tc = qopt->num_tc};
> + {.tc = qopt->num_tc} };
>
this fix works.
The first suggestion had no effect (needs changes to a lot of files
I suspect).
BTW, I remain surprised that no one else has noticed this. It did not
take me any effort to reproduce it on an x86.
--Sowmini
next prev parent reply other threads:[~2016-03-01 19:09 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-01 17:42 net-next build failure due to 16e5cc64? Sowmini Varadhan
2016-03-01 18:13 ` Cong Wang
2016-03-01 18:16 ` Cong Wang
2016-03-01 18:21 ` Sowmini Varadhan
2016-03-01 18:23 ` Cong Wang
2016-03-01 18:41 ` Sowmini Varadhan
2016-03-01 18:51 ` Cong Wang
2016-03-01 19:09 ` Sowmini Varadhan [this message]
2016-03-01 19:29 ` Cong Wang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160301190917.GU16369@oracle.com \
--to=sowmini.varadhan@oracle.com \
--cc=john.fastabend@gmail.com \
--cc=john.r.fastabend@intel.com \
--cc=netdev@vger.kernel.org \
--cc=xiyou.wangcong@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).