All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH 2/3] pktgen: Add imix distribution bins
Date: Tue, 10 Aug 2021 06:41:37 +0800	[thread overview]
Message-ID: <202108100634.z9Q1suiq-lkp@intel.com> (raw)
In-Reply-To: <20210809172207.3890697-3-richardsonnick@google.com>

[-- Attachment #1: Type: text/plain, Size: 2646 bytes --]

Hi Nicholas,

Thank you for the patch! Perhaps something to improve:

[auto build test WARNING on net-next/master]
[also build test WARNING on net/master linus/master sparc-next/master v5.14-rc5 next-20210809]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]

url:    https://github.com/0day-ci/linux/commits/Nicholas-Richardson/Add-IMIX-mode/20210810-012443
base:   https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git 2a2b6e3640c43a808dcb5226963e2cc0669294b1
config: mips-gpr_defconfig (attached as .config)
compiler: mips-linux-gcc (GCC) 10.3.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://github.com/0day-ci/linux/commit/67c74be329532a95c7203e4124788c36841e0517
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Nicholas-Richardson/Add-IMIX-mode/20210810-012443
        git checkout 67c74be329532a95c7203e4124788c36841e0517
        # save the attached .config to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-10.3.0 make.cross O=build_dir ARCH=mips SHELL=/bin/bash net/core/

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All warnings (new ones prefixed by >>):

>> net/core/pktgen.c:489:13: warning: 'fill_imix_distribution' used but never defined
     489 | static void fill_imix_distribution(struct pktgen_dev *pkt_dev);
         |             ^~~~~~~~~~~~~~~~~~~~~~
   net/core/pktgen.c:211:38: warning: 'F_IPSEC' defined but not used [-Wunused-const-variable=]
     211 | #define pf(flag)  static const __u32 F_##flag = (1<<flag##_SHIFT);
         |                                      ^~
   net/core/pktgen.c:197:2: note: in expansion of macro 'pf'
     197 |  pf(IPSEC)  /* ipsec on for flows */  \
         |  ^~
   net/core/pktgen.c:212:1: note: in expansion of macro 'PKT_FLAGS'
     212 | PKT_FLAGS
         | ^~~~~~~~~


vim +/fill_imix_distribution +489 net/core/pktgen.c

   486	
   487	static void pktgen_stop(struct pktgen_thread *t);
   488	static void pktgen_clear_counters(struct pktgen_dev *pkt_dev);
 > 489	static void fill_imix_distribution(struct pktgen_dev *pkt_dev);
   490	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 21764 bytes --]

  reply	other threads:[~2021-08-09 22:41 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-09 17:22 [PATCH 0/3] Add IMIX mode Nicholas Richardson
2021-08-09 17:22 ` [PATCH 1/3] pktgen: Parse internet mix (imix) input Nicholas Richardson
2021-08-09 21:05   ` Jakub Kicinski
2021-08-12 18:12     ` Nick Richardson
2021-08-09 17:22 ` [PATCH 2/3] pktgen: Add imix distribution bins Nicholas Richardson
2021-08-09 22:41   ` kernel test robot [this message]
2021-08-10  1:37   ` kernel test robot
2021-08-09 17:22 ` [PATCH 3/3] pktgen: Add output for imix results Nicholas Richardson

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=202108100634.z9Q1suiq-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.org \
    /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.