Re: [ovs-dev] [PATCH 00/10] Support layer3 VXLAN-GPE and GRE in kernel datapath

2017-07-19 Thread Joe Stringer
On 18 July 2017 at 15:53, Joe Stringer wrote: > On 10 July 2017 at 12:39, Eric Garver wrote: >> This series enables support for layer3 tunnels VXLAN-GPE and GRE in the >> kernel >> datapath. It includes new system-traffic test cases. The first two patches >> fix >>

Re: [ovs-dev] [PATCH 00/10] Support layer3 VXLAN-GPE and GRE in kernel datapath

2017-07-18 Thread Joe Stringer
On 10 July 2017 at 12:39, Eric Garver wrote: > This series enables support for layer3 tunnels VXLAN-GPE and GRE in the kernel > datapath. It includes new system-traffic test cases. The first two patches fix > an issue translating packet_type from flows for the kernel. > > Note:

Re: [ovs-dev] [PATCH 00/10] Support layer3 VXLAN-GPE and GRE in kernel datapath

2017-07-12 Thread thomas.morin
On 7/12/17 2:17 PM, Thomas Morin wrote: However, as per our discussion on irc yesterday [1], I wasn't able to have this working (issue on reception) on an 4.8.x kernel, even with the openvswitch kernel module provided with OVS. Is it possible that another kernel fix/modification is needed that

Re: [ovs-dev] [PATCH 00/10] Support layer3 VXLAN-GPE and GRE in kernel datapath

2017-07-12 Thread Eric Garver
On Wed, Jul 12, 2017 at 02:17:38PM +0200, Thomas Morin wrote: > Hi Eric, > > > 2017-07-11, Eric Garver: > > > Inserting an important note for reviewers/testers. > [...] > > > > > > Note: This depends on vport-netdev changes to allow L3 netdev ports, > > > kernel commit 217ac77a3c25

Re: [ovs-dev] [PATCH 00/10] Support layer3 VXLAN-GPE and GRE in kernel datapath

2017-07-12 Thread Thomas Morin
Hi Eric, 2017-07-11, Eric Garver: Inserting an important note for reviewers/testers. [...] Note: This depends on vport-netdev changes to allow L3 netdev ports, kernel commit 217ac77a3c25 ("openvswitch: allow L3 netdev ports"). So you either need a 4.10+ kernel or use the modules provided

Re: [ovs-dev] [PATCH 00/10] Support layer3 VXLAN-GPE and GRE in kernel datapath

2017-07-11 Thread Eric Garver
Inserting an important note for reviewers/testers. On Mon, Jul 10, 2017 at 03:39:50PM -0400, Eric Garver wrote: > This series enables support for layer3 tunnels VXLAN-GPE and GRE in the kernel > datapath. It includes new system-traffic test cases. The first two patches fix > an issue translating