Re: [PATCH next-next 0/7] net: Cleanup IPv6 ip tunnels

2016-05-02 Thread Alexander Duyck
On Fri, Apr 29, 2016 at 5:12 PM, Tom Herbert wrote: > The IPv6 tunnel code is very different from IPv4 code. There is a lot > of redundancy with the IPv4 code, particularly in the GRE tunneling. > > This patch set cleans up the tunnel code to make the IPv6 code look > more like the IPv4 code and u

Re: [PATCH next-next 0/7] net: Cleanup IPv6 ip tunnels

2016-05-02 Thread David Miller
From: Tom Herbert Date: Fri, 29 Apr 2016 17:12:14 -0700 > The IPv6 tunnel code is very different from IPv4 code. There is a lot > of redundancy with the IPv4 code, particularly in the GRE tunneling. > > This patch set cleans up the tunnel code to make the IPv6 code look > more like the IPv4 code

Re: [PATCH next-next 0/7] net: Cleanup IPv6 ip tunnels

2016-05-02 Thread Alexander Duyck
On Mon, May 2, 2016 at 12:32 PM, Tom Herbert wrote: > On Fri, Apr 29, 2016 at 6:00 PM, Alexander Duyck > wrote: >> On Fri, Apr 29, 2016 at 5:12 PM, Tom Herbert wrote: >>> The IPv6 tunnel code is very different from IPv4 code. There is a lot >>> of redundancy with the IPv4 code, particularly in t

Re: [PATCH next-next 0/7] net: Cleanup IPv6 ip tunnels

2016-05-02 Thread Tom Herbert
On Fri, Apr 29, 2016 at 6:00 PM, Alexander Duyck wrote: > On Fri, Apr 29, 2016 at 5:12 PM, Tom Herbert wrote: >> The IPv6 tunnel code is very different from IPv4 code. There is a lot >> of redundancy with the IPv4 code, particularly in the GRE tunneling. >> >> This patch set cleans up the tunnel

Re: [PATCH next-next 0/7] net: Cleanup IPv6 ip tunnels

2016-04-29 Thread Alexander Duyck
On Fri, Apr 29, 2016 at 5:12 PM, Tom Herbert wrote: > The IPv6 tunnel code is very different from IPv4 code. There is a lot > of redundancy with the IPv4 code, particularly in the GRE tunneling. > > This patch set cleans up the tunnel code to make the IPv6 code look > more like the IPv4 code and u

[PATCH next-next 0/7] net: Cleanup IPv6 ip tunnels

2016-04-29 Thread Tom Herbert
The IPv6 tunnel code is very different from IPv4 code. There is a lot of redundancy with the IPv4 code, particularly in the GRE tunneling. This patch set cleans up the tunnel code to make the IPv6 code look more like the IPv4 code and use common functions between the two stacks where possible. Th