From: kbuild test robot <lkp@intel.com>
To: Catherine Sullivan <csully@google.com>
Cc: kbuild-all@01.org, netdev@vger.kernel.org,
Catherine Sullivan <csully@google.com>,
Sagi Shahar <sagis@google.com>, Jon Olson <jonolson@google.com>,
Willem de Bruijn <willemb@google.com>,
Luigi Rizzo <lrizzo@google.com>
Subject: Re: [PATCH net-next v3 2/4] gve: Add transmit and receive support
Date: Mon, 1 Jul 2019 10:02:52 +0800 [thread overview]
Message-ID: <201907010949.lb0lFC39%lkp@intel.com> (raw)
In-Reply-To: <20190628230733.54169-3-csully@google.com>
[-- Attachment #1: Type: text/plain, Size: 1400 bytes --]
Hi Catherine,
I love your patch! Yet something to improve:
[auto build test ERROR on net-next/master]
url: https://github.com/0day-ci/linux/commits/Catherine-Sullivan/gve-Add-basic-driver-framework-for-Compute-Engine-Virtual-NIC/20190629-161725
config: i386-allyesconfig (attached as .config)
compiler: gcc-7 (Debian 7.4.0-9) 7.4.0
reproduce:
# save the attached .config to linux build tree
make ARCH=i386
If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
In file included from drivers/net/ethernet/google/gve/gve_main.c:16:0:
>> drivers/net/ethernet/google/gve/gve_adminq.h:134:1: error: static assertion failed: "sizeof(struct gve_adminq_create_rx_queue) == 48"
static_assert(sizeof(struct gve_adminq_create_rx_queue) == 48);
^~~~~~~~~~~~~~
drivers/net/ethernet/google/gve/gve_adminq.h:171:1: error: static assertion failed: "sizeof(struct gve_adminq_set_driver_parameter) == 16"
static_assert(sizeof(struct gve_adminq_set_driver_parameter) == 16);
^~~~~~~~~~~~~~
vim +134 drivers/net/ethernet/google/gve/gve_adminq.h
133
> 134 static_assert(sizeof(struct gve_adminq_create_rx_queue) == 48);
135
---
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: 67813 bytes --]
next prev parent reply other threads:[~2019-07-01 2:04 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-28 23:07 [PATCH net-next v3 0/4] Add gve driver Catherine Sullivan
2019-06-28 23:07 ` [PATCH net-next v3 1/4] gve: Add basic driver framework for Compute Engine Virtual NIC Catherine Sullivan
2019-07-01 1:28 ` kbuild test robot
2019-06-28 23:07 ` [PATCH net-next v3 2/4] gve: Add transmit and receive support Catherine Sullivan
2019-07-01 2:02 ` kbuild test robot [this message]
2019-06-28 23:07 ` [PATCH net-next v3 3/4] gve: Add workqueue and reset support Catherine Sullivan
2019-06-28 23:07 ` [PATCH net-next v3 4/4] gve: Add ethtool support Catherine Sullivan
2019-06-29 17:19 ` David Miller
2019-06-29 18:28 ` [PATCH net-next v3 0/4] Add gve driver Jakub Kicinski
2019-07-01 23:37 ` Catherine Sullivan
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=201907010949.lb0lFC39%lkp@intel.com \
--to=lkp@intel.com \
--cc=csully@google.com \
--cc=jonolson@google.com \
--cc=kbuild-all@01.org \
--cc=lrizzo@google.com \
--cc=netdev@vger.kernel.org \
--cc=sagis@google.com \
--cc=willemb@google.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 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.