Re: linux-next: Tree for Oct 2 (vxlan.c)

2012-10-02 Thread Stephen Hemminger
On Tue, 02 Oct 2012 14:36:27 -0400 (EDT) David Miller wrote: > From: Randy Dunlap > Date: Tue, 02 Oct 2012 11:31:51 -0700 > > > on x86_64: > > > > drivers/net/vxlan.c: In function 'vxlan_xmit': > > drivers/net/vxlan.c:725:2: error: implicit declaration of function > > 'ip_select_ident' > >

Re: linux-next: Tree for Oct 2 (vxlan.c)

2012-10-02 Thread David Miller
From: Randy Dunlap Date: Tue, 02 Oct 2012 11:31:51 -0700 > on x86_64: > > drivers/net/vxlan.c: In function 'vxlan_xmit': > drivers/net/vxlan.c:725:2: error: implicit declaration of function > 'ip_select_ident' > > That function is only defined when CONFIG_INET is enabled, > but it is disabled

Re: linux-next: Tree for Oct 2 (vxlan.c)

2012-10-02 Thread Randy Dunlap
On 10/01/2012 11:32 PM, Stephen Rothwell wrote: > Hi all, > > Do not add stuff destined for v3.8 to your linux-next included branches > until after v3.7-rc1 is released. > > Changes since 201201001: > on x86_64: drivers/net/vxlan.c: In function 'vxlan_xmit': drivers/net/vxlan.c:725:2:

Re: linux-next: Tree for Oct 2 (vxlan.c)

2012-10-02 Thread Randy Dunlap
On 10/01/2012 11:32 PM, Stephen Rothwell wrote: Hi all, Do not add stuff destined for v3.8 to your linux-next included branches until after v3.7-rc1 is released. Changes since 201201001: on x86_64: drivers/net/vxlan.c: In function 'vxlan_xmit': drivers/net/vxlan.c:725:2: error:

Re: linux-next: Tree for Oct 2 (vxlan.c)

2012-10-02 Thread David Miller
From: Randy Dunlap rdun...@xenotime.net Date: Tue, 02 Oct 2012 11:31:51 -0700 on x86_64: drivers/net/vxlan.c: In function 'vxlan_xmit': drivers/net/vxlan.c:725:2: error: implicit declaration of function 'ip_select_ident' That function is only defined when CONFIG_INET is enabled, but it

Re: linux-next: Tree for Oct 2 (vxlan.c)

2012-10-02 Thread Stephen Hemminger
On Tue, 02 Oct 2012 14:36:27 -0400 (EDT) David Miller da...@davemloft.net wrote: From: Randy Dunlap rdun...@xenotime.net Date: Tue, 02 Oct 2012 11:31:51 -0700 on x86_64: drivers/net/vxlan.c: In function 'vxlan_xmit': drivers/net/vxlan.c:725:2: error: implicit declaration of function