[ovs-dev] [linux-next:master 8604/12950] net/openvswitch/vport-internal_dev.c:141:6: sparse: symbol 'internal_set_rx_headroom' was not declared. Should it be static?

2016-03-19 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master head: 5e3497cca281616e7930b74a0076b7324dcc2057 commit: 3a927bc7cf9d0fbe8f4a8189dd5f8440228f64e7 [8604/12950] ovs: propagate per dp max headroom to all vports reproduce: # apt-get install sparse gi

[ovs-dev] [RFC PATCH linux-next] ovs: internal_set_rx_headroom() can be static

2016-03-19 Thread kbuild test robot
Signed-off-by: Fengguang Wu --- vport-internal_dev.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/openvswitch/vport-internal_dev.c b/net/openvswitch/vport-internal_dev.c index 83a5534..7c8b90b 100644 --- a/net/openvswitch/vport-internal_dev.c +++ b/net/openvswitch/

Re: [ovs-dev] [PATCH nf-next v8 8/8] openvswitch: Interface with NAT.

2016-03-09 Thread kbuild test robot
Hi Jarno, [auto build test ERROR on nf-next/master] url: https://github.com/0day-ci/linux/commits/Jarno-Rajahalme/netfilter-Remove-IP_CT_NEW_REPLY-definition/20160309-083126 base: https://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next master config: i386-randconfig-x0-03091344 (attac

Re: [ovs-dev] [PATCH nf-next v8 8/8] openvswitch: Interface with NAT.

2016-03-08 Thread kbuild test robot
Hi Jarno, [auto build test ERROR on nf-next/master] url: https://github.com/0day-ci/linux/commits/Jarno-Rajahalme/netfilter-Remove-IP_CT_NEW_REPLY-definition/20160309-083126 base: https://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next master config: x86_64-randconfig-s3-03091202 (att

Re: [ovs-dev] [PATCH nf-next v8 8/8] openvswitch: Interface with NAT.

2016-03-08 Thread kbuild test robot
Hi Jarno, [auto build test ERROR on nf-next/master] url: https://github.com/0day-ci/linux/commits/Jarno-Rajahalme/netfilter-Remove-IP_CT_NEW_REPLY-definition/20160309-083126 base: https://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next master config: x86_64-randconfig-b0-03091138 (att

Re: [ovs-dev] [PATCH] Openvswitch: datapath.c: Fixed coding style warnings.

2016-01-12 Thread kbuild test robot
Hi Janusz, [auto build test ERROR on net-next/master] [also build test ERROR on v4.4 next-20160112] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Janusz-Wolak/Openvswitch-datapath-c-Fixed-cod

Re: [ovs-dev] [PATCH] Openvswitch: datapath.c: Fixed coding style warnings.

2016-01-12 Thread kbuild test robot
Hi Janusz, [auto build test ERROR on net-next/master] [also build test ERROR on v4.4 next-20160112] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Janusz-Wolak/Openvswitch-datapath-c-Fixed-cod

Re: [ovs-dev] [PATCH] net: preserve IP control block during GSO segmentation

2016-01-08 Thread kbuild test robot
Hi Konstantin, [auto build test ERROR on net/master] [also build test ERROR on v4.4-rc8 next-20160108] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Konstantin-Khlebnikov/net-preserve-IP-cont

Re: [ovs-dev] [PATCH net-next v3 8/8] openvswitch: Interface with NAT.

2015-11-25 Thread kbuild test robot
Hi Jarno, [auto build test ERROR on net-next/master] url: https://github.com/0day-ci/linux/commits/Jarno-Rajahalme/openvswitch-NAT-support/20151126-081504 config: x86_64-randconfig-s0-11260956 (attached as .config) reproduce: # save the attached .config to linux build tree mak

Re: [ovs-dev] [PATCH net-next v3 8/8] openvswitch: Interface with NAT.

2015-11-25 Thread kbuild test robot
Hi Jarno, [auto build test ERROR on net-next/master] url: https://github.com/0day-ci/linux/commits/Jarno-Rajahalme/openvswitch-NAT-support/20151126-081504 config: x86_64-randconfig-n0-11260924 (attached as .config) reproduce: # save the attached .config to linux build tree mak

[ovs-dev] [PATCH] openvswitch: fix odd_ptr_err.cocci warnings

2014-12-23 Thread kbuild test robot
net/openvswitch/vport-gre.c:188:5-11: inconsistent IS_ERR and PTR_ERR, PTR_ERR on line 189 PTR_ERR should access the value just tested by IS_ERR Semantic patch information: There can be false positives in the patch case, where it is the call IS_ERR that is wrong. Generated by: scripts/coccin

[ovs-dev] [openvswitch:master 5/5] net/ipv6/exthdrs_core.c:188:27: error: 'OVS_IP6T_FH_F_SKIP_RH' undeclared

2012-11-09 Thread kbuild test robot
tree: git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch.git master head: a5caca77cb46fb6e7055a5884c11c192a3bc3ae7 commit: a5caca77cb46fb6e7055a5884c11c192a3bc3ae7 [5/5] ipv6: improve ipv6_find_hdr() to skip empty routing headers config: make ARCH=x86_64 allyesconfig All error/w