All of lore.kernel.org
 help / color / mirror / Atom feed
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] sched: add dualpi2 scheduler module
Date: Tue, 12 Mar 2019 06:13:01 +0800	[thread overview]
Message-ID: <201903120603.hKT55iDd%lkp@intel.com> (raw)
In-Reply-To: <20190311151455.3436-1-olga@albisser.org>

[-- Attachment #1: Type: text/plain, Size: 1646 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/sched-add-dualpi2-scheduler-module/20190312-042220
config: m68k-allmodconfig (attached as .config)
compiler: m68k-linux-gnu-gcc (Debian 8.2.0-11) 8.2.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.2.0 make.cross ARCH=m68k 

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: 48462 bytes --]

  parent reply	other threads:[~2019-03-11 22:13 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-11 15:14 [PATCH net-next] sched: add dualpi2 scheduler module Olga Albisser
2019-03-11 15:41 ` Eric Dumazet
     [not found]   ` <CANFQ_ZhUOXwiWhmgzN227htWh5Wxg5PHBxHNp=T1Z8YTu-=O5w@mail.gmail.com>
2019-03-11 16:08     ` Eric Dumazet
2019-03-11 16:03 ` Eric Dumazet
2019-03-11 16:12   ` Eric Dumazet
2019-03-11 22:13 ` kbuild test robot [this message]
2019-03-14 16:48 ` Toke Høiland-Jørgensen
2019-03-14 17:18   ` Tilmans, Olivier (Nokia - BE/Antwerp)
2019-03-14 21:18     ` Toke Høiland-Jørgensen

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=201903120603.hKT55iDd%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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.