From: kbuild test robot <lkp@intel.com>
To: Olga Albisser <olgabnd@gmail.com>
Cc: kbuild-all@01.org, netdev@vger.kernel.org,
Olga Albisser <olga@albisser.org>,
Koen De Schepper <koen.de_schepper@nokia-bell-labs.com>,
Oliver Tilmans <olivier.tilmans@nokia-bell-labs.com>,
Bob Briscoe <research@bobbriscoe.net>,
Henrik Steen <henrist@henrist.net>
Subject: Re: [PATCH net-next] net-next: add dualpi2 scheduler module
Date: Mon, 25 Mar 2019 09:43:53 +0800 [thread overview]
Message-ID: <201903250943.kAVMiIEy%lkp@intel.com> (raw)
In-Reply-To: <20190324095521.25310-1-olga@albisser.org>
[-- Attachment #1: Type: text/plain, Size: 1633 bytes --]
Hi Olga,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on net-next/master]
url: https://github.com/0day-ci/linux/commits/Olga-Albisser/net-next-add-dualpi2-scheduler-module/20190325-083045
config: ia64-allmodconfig (attached as .config)
compiler: ia64-linux-gcc (GCC) 8.1.0
reproduce:
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# save the attached .config to linux build tree
GCC_VERSION=8.1.0 make.cross ARCH=ia64
All errors (new ones prefixed by >>):
net/sched/sch_dualpi2.c: In function 'dualpi2_dump_stats':
>> net/sched/sch_dualpi2.c:518:4: error: 'struct tc_dualpi2_xstats' has no member named 'avg_dq_rate'
.avg_dq_rate = 0,
^~~~~~~~~~~
vim +518 net/sched/sch_dualpi2.c
510
511 static int dualpi2_dump_stats(struct Qdisc *sch, struct gnet_dump *d)
512 {
513 struct dualpi2_sched_data *q = qdisc_priv(sch);
514 struct tc_dualpi2_xstats st = {
515 .prob = q->vars.prob,
516 .delay = ((u32)PSCHED_TICKS2NS(q->vars.qdelay)) /
517 NSEC_PER_USEC,
> 518 .avg_dq_rate = 0,
519 .packets_in = q->stats.packets_in,
520 .overlimit = q->stats.overlimit,
521 .maxq = q->stats.maxq,
522 .dropped = q->stats.dropped,
523 .ecn_mark = q->stats.ecn_mark,
524 };
525
526 return gnet_stats_copy_app(d, &st, sizeof(st));
527 }
528
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 53139 bytes --]
prev parent reply other threads:[~2019-03-25 1:44 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-24 9:55 [PATCH net-next] net-next: add dualpi2 scheduler module Olga Albisser
2019-03-25 1:43 ` kbuild test robot [this message]
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=201903250943.kAVMiIEy%lkp@intel.com \
--to=lkp@intel.com \
--cc=henrist@henrist.net \
--cc=kbuild-all@01.org \
--cc=koen.de_schepper@nokia-bell-labs.com \
--cc=netdev@vger.kernel.org \
--cc=olga@albisser.org \
--cc=olgabnd@gmail.com \
--cc=olivier.tilmans@nokia-bell-labs.com \
--cc=research@bobbriscoe.net \
/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).