Re: [ovs-dev] [PATCH] openvswitch: Make IPv6 packet parsing dependent on IPv6 config

2012-11-17 Thread David Miller
From: Vlad Yasevich Date: Fri, 16 Nov 2012 14:41:21 -0500 > Ok. How about this approach instead. This keeps core functions we need > still dependent on CONFIG_NET and makes new GSO stuff depend on CONFIG_INET > since its quite useless without CONFIG_INET anyway... ... > Subject: [PATCH] ipv6:

Re: [ovs-dev] [PATCH] openvswitch: Make IPv6 packet parsing dependent on IPv6 config

2012-11-16 Thread Vlad Yasevich
On 11/16/2012 01:53 PM, David Miller wrote:> From: Jesse Gross > Date: Fri, 16 Nov 2012 10:46:17 -0800 > >> I guess the simplest thing to do seems to just make Open vSwitch >> depend on CONFIG_INET seeing as it is practically useless without >> upper layer protocol support anyways. > > The reas

Re: [ovs-dev] [PATCH] openvswitch: Make IPv6 packet parsing dependent on IPv6 config

2012-11-16 Thread David Miller
From: Jesse Gross Date: Fri, 16 Nov 2012 10:46:17 -0800 > I guess the simplest thing to do seems to just make Open vSwitch > depend on CONFIG_INET seeing as it is practically useless without > upper layer protocol support anyways. The reason we have the ipv6 extension header parsing in a seperat

Re: [ovs-dev] [PATCH] openvswitch: Make IPv6 packet parsing dependent on IPv6 config

2012-11-16 Thread Jesse Gross
On Fri, Nov 16, 2012 at 9:43 AM, Vlad Yasevich wrote: > On 11/16/2012 12:26 PM, Jesse Gross wrote: >> >> On Fri, Nov 16, 2012 at 7:40 AM, Vlad Yasevich >> wrote: >> >>> Openvswitch attempts to use IPv6 packet parsing functions without >>> any dependency on IPv6 (unlike every other place in kernel

Re: [ovs-dev] [PATCH] openvswitch: Make IPv6 packet parsing dependent on IPv6 config

2012-11-16 Thread Vlad Yasevich
On 11/16/2012 12:26 PM, Jesse Gross wrote: On Fri, Nov 16, 2012 at 7:40 AM, Vlad Yasevich wrote: Openvswitch attempts to use IPv6 packet parsing functions without any dependency on IPv6 (unlike every other place in kernel). Pull the IPv6 code in openvswitch togeter and put a conditional that'

Re: [ovs-dev] [PATCH] openvswitch: Make IPv6 packet parsing dependent on IPv6 config

2012-11-16 Thread Jesse Gross
On Fri, Nov 16, 2012 at 7:40 AM, Vlad Yasevich wrote: > Openvswitch attempts to use IPv6 packet parsing functions without > any dependency on IPv6 (unlike every other place in kernel). Pull > the IPv6 code in openvswitch togeter and put a conditional that's > dependent on CONFIG_IPV6. > > Resolve

Re: [ovs-dev] [PATCH] openvswitch: Make IPv6 packet parsing dependent on IPv6 config

2012-11-16 Thread Jesse Gross
On Fri, Nov 16, 2012 at 7:40 AM, Vlad Yasevich wrote: > Openvswitch attempts to use IPv6 packet parsing functions without > any dependency on IPv6 (unlike every other place in kernel). Pull > the IPv6 code in openvswitch togeter and put a conditional that's > dependent on CONFIG_IPV6. > > Resolv

Re: [ovs-dev] [PATCH] openvswitch: Make IPv6 packet parsing dependent on IPv6 config

2012-11-16 Thread Jesse Gross
On Fri, Nov 16, 2012 at 7:40 AM, Vlad Yasevich wrote: > Openvswitch attempts to use IPv6 packet parsing functions without > any dependency on IPv6 (unlike every other place in kernel). Pull > the IPv6 code in openvswitch togeter and put a conditional that's > dependent on CONFIG_IPV6. > > Resolv

[ovs-dev] [PATCH] openvswitch: Make IPv6 packet parsing dependent on IPv6 config

2012-11-16 Thread Vlad Yasevich
Openvswitch attempts to use IPv6 packet parsing functions without any dependency on IPv6 (unlike every other place in kernel). Pull the IPv6 code in openvswitch togeter and put a conditional that's dependent on CONFIG_IPV6. Resolves: net/built-in.o: In function `ovs_flow_extract': (.text+0xbf5d5)