Netdev List
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Pravin B Shelar <pshelar@ovn.org>
Cc: kbuild-all@01.org, netdev@vger.kernel.org,
	Pravin B Shelar <pshelar@ovn.org>
Subject: Re: [PATCH net-next 5/7] vxlan: simplify RTF_LOCAL handling.
Date: Sat, 5 Nov 2016 08:01:18 +0800	[thread overview]
Message-ID: <201611050717.OhE0UFfe%fengguang.wu@intel.com> (raw)
In-Reply-To: <1478292716-54649-6-git-send-email-pshelar@ovn.org>

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

Hi Pravin,

[auto build test ERROR on net-next/master]

url:    https://github.com/0day-ci/linux/commits/Pravin-B-Shelar/vxlan-General-improvements/20161105-060958
config: i386-randconfig-x077-201644 (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   drivers/net/vxlan.c: In function 'vxlan_group_used':
   drivers/net/vxlan.c:947:21: warning: unused variable 'sock6' [-Wunused-variable]
     struct vxlan_sock *sock6 = NULL;
                        ^~~~~
   drivers/net/vxlan.c: In function 'check_route_rtf_local':
>> drivers/net/vxlan.c:1954:17: error: 'RTF_LOCAL' undeclared (first use in this function)
     if (rt_flags & RTF_LOCAL &&
                    ^~~~~~~~~
   drivers/net/vxlan.c:1954:17: note: each undeclared identifier is reported only once for each function it appears in

vim +/RTF_LOCAL +1954 drivers/net/vxlan.c

  1948	static int check_route_rtf_local(struct sk_buff *skb, struct net_device *dev,
  1949					 struct vxlan_dev *vxlan, union vxlan_addr *daddr,
  1950					 __be32 dst_port, __be32 vni, struct dst_entry *dst,
  1951					 u32 rt_flags)
  1952	{
  1953		/* Bypass encapsulation if the destination is local */
> 1954		if (rt_flags & RTF_LOCAL &&
  1955		    !(rt_flags & (RTCF_BROADCAST | RTCF_MULTICAST))) {
  1956			struct vxlan_dev *dst_vxlan;
  1957	

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

  reply	other threads:[~2016-11-05  0:02 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-04 20:51 [PATCH net-next 0/7] vxlan: General improvements Pravin B Shelar
2016-11-04 20:51 ` [PATCH net-next 1/7] vxlan: avoid vlan processing in vxlan device Pravin B Shelar
2016-11-04 20:51 ` [PATCH net-next 2/7] vxlan: simplify exception handling Pravin B Shelar
2016-11-04 20:51 ` [PATCH net-next 3/7] vxlan: avoid checking socket multiple times Pravin B Shelar
2016-11-04 20:51 ` [PATCH net-next 4/7] vxlan: improve vxlan route lookup checks Pravin B Shelar
2016-11-04 20:51 ` [PATCH net-next 5/7] vxlan: simplify RTF_LOCAL handling Pravin B Shelar
2016-11-05  0:01   ` kbuild test robot [this message]
2016-11-04 20:51 ` [PATCH net-next 6/7] vxlan: simplify vxlan xmit Pravin B Shelar
2016-11-04 20:51 ` [PATCH net-next 7/7] vxlan: remove unsed vxlan_dev_dst_port() Pravin B Shelar

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=201611050717.OhE0UFfe%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@01.org \
    --cc=netdev@vger.kernel.org \
    --cc=pshelar@ovn.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox