[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CACzMAJK+_GkDxSWpim764EafuDTgb3rAxNzMenNC1sP1wX7s9Q@mail.gmail.com>
Date: Tue, 7 Oct 2014 12:45:19 -0700
From: Andy Zhou <azhou@...ira.com>
To: Randy Dunlap <rdunlap@...radead.org>
Cc: Stephen Rothwell <sfr@...b.auug.org.au>,
Linux-Next <linux-next@...r.kernel.org>,
"dev@...nvswitch.org" <dev@...nvswitch.org>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [ovs-dev] linux-next: Tree for Oct 7 (openvswitch)
This issue should have been fixed with commit
7c5df8fa1921450d2210db9928f43cf4f414982c
Fix a openvswitch compilation error when CONFIG_INET is not set:
=====================================================
In file included from include/net/geneve.h:4:0,
from net/openvswitch/flow_netlink.c:45:
include/net/udp_tunnel.h: In function 'udp_tunnel_hand
>> include/net/udp_tunnel.h:100:2: error: implicit dec
>> return iptunnel_handle_offloads(skb, udp_csum,
>> ^
>> >> include/net/udp_tunnel.h:100:2: warnin
>> >> cc1: some warnings being treated as
=====================================================
Reported-by: kbuild test robot <fengguang.wu@...el.com>
Signed-off-by: Andy Zhou <azhou@...ira.com>
Signed-off-by: David S. Miller <davem@...emloft.net>
On Tue, Oct 7, 2014 at 9:59 AM, Randy Dunlap <rdunlap@...radead.org> wrote:
> On 10/07/14 01:44, Stephen Rothwell wrote:
>> Hi all,
>>
>> Changes since 20141003:
>>
>
> on i386 or x86_64:
>
> In file included from ../include/net/geneve.h:4:0,
> from ../net/openvswitch/flow_netlink.c:45:
> ../include/net/udp_tunnel.h: In function 'udp_tunnel_handle_offloads':
> ../include/net/udp_tunnel.h:100:2: error: implicit declaration of function 'iptunnel_handle_offloads' [-Werror=implicit-function-declaration]
> return iptunnel_handle_offloads(skb, udp_csum, type);
> ^
> ../include/net/udp_tunnel.h:100:2: warning: return makes pointer from integer without a cast [enabled by default]
>
>
>
> --
> ~Randy
> _______________________________________________
> dev mailing list
> dev@...nvswitch.org
> http://openvswitch.org/mailman/listinfo/dev
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists