[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <201511240442.1C1AC1Nc%fengguang.wu@intel.com>
Date: Tue, 24 Nov 2015 04:57:57 +0800
From: kbuild test robot <lkp@...el.com>
To: Anjali Singhai Jain <anjali.singhai@...el.com>
Cc: kbuild-all@...org, netdev@...r.kernel.org, jesse@...nel.org,
Anjali Singhai Jain <anjali.singhai@...el.com>,
Kiran Patil <kiran.patil@...el.com>
Subject: Re: [PATCH v1 1/6] net: Generalize udp based tunnel offload
Hi Anjali,
[auto build test ERROR on net/master]
[also build test ERROR on v4.4-rc2 next-20151123]
url: https://github.com/0day-ci/linux/commits/Anjali-Singhai-Jain/Generalize-udp-based-tunnels-and-add-geneve-offload/20151124-044959
config: x86_64-randconfig-x001-11230704 (attached as .config)
reproduce:
# save the attached .config to linux build tree
make ARCH=x86_64
All errors (new ones prefixed by >>):
drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_add_vxlan_port':
>> drivers/net/ethernet/broadcom/bnxt/bnxt.c:5436:14: error: 'UDP_TUNNEL_VXLAN' undeclared (first use in this function)
if (type != UDP_TUNNEL_VXLAN)
^
drivers/net/ethernet/broadcom/bnxt/bnxt.c:5436:14: note: each undeclared identifier is reported only once for each function it appears in
drivers/net/ethernet/broadcom/bnxt/bnxt.c: In function 'bnxt_del_vxlan_port':
drivers/net/ethernet/broadcom/bnxt/bnxt.c:5461:14: error: 'UDP_TUNNEL_VXLAN' undeclared (first use in this function)
if (type != UDP_TUNNEL_VXLAN)
^
vim +/UDP_TUNNEL_VXLAN +5436 drivers/net/ethernet/broadcom/bnxt/bnxt.c
5430 if (!netif_running(dev))
5431 return;
5432
5433 if (sa_family != AF_INET6 && sa_family != AF_INET)
5434 return;
5435
> 5436 if (type != UDP_TUNNEL_VXLAN)
5437 return;
5438
5439 if (bp->vxlan_port_cnt && bp->vxlan_port != port)
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
Download attachment ".config.gz" of type "application/octet-stream" (30328 bytes)
Powered by blists - more mailing lists