Re: [PATCH net-next v10 4/5] openvswitch: add layer 3 flow/port support

2016-06-16 Thread Simon Horman
On Tue, Jun 07, 2016 at 03:45:58PM -0700, pravin shelar wrote: > On Mon, Jun 6, 2016 at 7:46 PM, Simon Horman > wrote: > > On Thu, Jun 02, 2016 at 03:02:18PM -0700, pravin shelar wrote: > >> On Wed, Jun 1, 2016 at 11:24 PM, Simon Horman > >> wrote: [...] > >> > diff --git a/net/openvswitch/flo

Re: [PATCH net-next v10 4/5] openvswitch: add layer 3 flow/port support

2016-06-07 Thread pravin shelar
On Mon, Jun 6, 2016 at 7:46 PM, Simon Horman wrote: > On Thu, Jun 02, 2016 at 03:02:18PM -0700, pravin shelar wrote: >> On Wed, Jun 1, 2016 at 11:24 PM, Simon Horman >> wrote: > > [...] > >> > diff --git a/net/openvswitch/actions.c b/net/openvswitch/actions.c >> > index 15f130e4c22b..5567529904fa

Re: [PATCH net-next v10 4/5] openvswitch: add layer 3 flow/port support

2016-06-06 Thread Simon Horman
On Thu, Jun 02, 2016 at 03:02:18PM -0700, pravin shelar wrote: > On Wed, Jun 1, 2016 at 11:24 PM, Simon Horman > wrote: [...] > > diff --git a/net/openvswitch/actions.c b/net/openvswitch/actions.c > > index 15f130e4c22b..5567529904fa 100644 > > --- a/net/openvswitch/actions.c > > +++ b/net/openv

Re: [PATCH net-next v10 4/5] openvswitch: add layer 3 flow/port support

2016-06-02 Thread pravin shelar
On Wed, Jun 1, 2016 at 11:24 PM, Simon Horman wrote: > From: Lorand Jakab > > Implementation of the pop_eth and push_eth actions in the kernel, and > layer 3 flow support. > > This doesn't actually do anything yet as no layer 2 tunnel ports are > supported yet. The original patch by Lorand was ag

[PATCH net-next v10 4/5] openvswitch: add layer 3 flow/port support

2016-06-01 Thread Simon Horman
From: Lorand Jakab Implementation of the pop_eth and push_eth actions in the kernel, and layer 3 flow support. This doesn't actually do anything yet as no layer 2 tunnel ports are supported yet. The original patch by Lorand was against the Open vSwitch tree which has L2 LISP tunnels but that is