From: kbuild test robot <lkp@intel.com>
To: Rahul Jain <rahul.jain@samsung.com>
Cc: kbuild-all@01.org, davem@davemloft.net, edumazet@google.com,
ast@plumgrid.com, jiri@mellanox.com, daniel@iogearbox.net,
makita.toshiaki@lab.ntt.co.jp, noureddine@arista.com,
herbert@gondor.apana.org.au, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org, k.ashutosh@samsung.com
Subject: Re: [PATCH] net : To avoid execution of extra instructions in NET RX path when rps_map is not set but rps_needed is true.
Date: Thu, 10 Dec 2015 00:00:56 +0800 [thread overview]
Message-ID: <201512092311.UAnUPnDo%fengguang.wu@intel.com> (raw)
In-Reply-To: <1449657321-3797-1-git-send-email-rahul.jain@samsung.com>
[-- Attachment #1: Type: text/plain, Size: 1930 bytes --]
Hi Ashutosh,
[auto build test ERROR on net-next/master]
[also build test ERROR on v4.4-rc4 next-20151209]
url: https://github.com/0day-ci/linux/commits/Rahul-Jain/net-To-avoid-execution-of-extra-instructions-in-NET-RX-path-when-rps_map-is-not-set-but-rps_needed-is-true/20151209-183932
config: m68k-m5208evb_defconfig (attached as .config)
reproduce:
wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# save the attached .config to linux build tree
make.cross ARCH=m68k
All errors (new ones prefixed by >>):
net/core/dev.c: In function 'netif_rx_internal':
>> net/core/dev.c:3535:48: error: 'struct net_device' has no member named '_rx'
struct netdev_rx_queue *dev_rxqueue = skb->dev->_rx;
^
net/core/dev.c:3535:26: warning: unused variable 'dev_rxqueue' [-Wunused-variable]
struct netdev_rx_queue *dev_rxqueue = skb->dev->_rx;
^
net/core/dev.c: In function 'netif_receive_skb_internal':
net/core/dev.c:3992:48: error: 'struct net_device' has no member named '_rx'
struct netdev_rx_queue *dev_rxqueue = skb->dev->_rx;
^
net/core/dev.c:3992:26: warning: unused variable 'dev_rxqueue' [-Wunused-variable]
struct netdev_rx_queue *dev_rxqueue = skb->dev->_rx;
^
vim +3535 net/core/dev.c
3529 return NET_RX_DROP;
3530 }
3531
3532 static int netif_rx_internal(struct sk_buff *skb)
3533 {
3534 int ret;
> 3535 struct netdev_rx_queue *dev_rxqueue = skb->dev->_rx;
3536
3537 net_timestamp_check(netdev_tstamp_prequeue, skb);
3538
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 7435 bytes --]
prev parent reply other threads:[~2015-12-09 16:01 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-09 10:35 Rahul Jain
2015-12-09 10:51 ` Jiri Pirko
2015-12-09 13:09 ` Eric Dumazet
2015-12-09 16:00 ` 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=201512092311.UAnUPnDo%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=ast@plumgrid.com \
--cc=daniel@iogearbox.net \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=herbert@gondor.apana.org.au \
--cc=jiri@mellanox.com \
--cc=k.ashutosh@samsung.com \
--cc=kbuild-all@01.org \
--cc=linux-kernel@vger.kernel.org \
--cc=makita.toshiaki@lab.ntt.co.jp \
--cc=netdev@vger.kernel.org \
--cc=noureddine@arista.com \
--cc=rahul.jain@samsung.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
all inboxes | Powered by JetHome®