Re: [ovs-dev] [PATCH v2 3/7] dpif-netlink: code to create/destroy tunnel ports via rtnetlink

2017-03-28 Thread Joe Stringer
On 28 March 2017 at 15:44, Eric Garver wrote: > On Mon, Mar 27, 2017 at 06:07:39PM -0700, Joe Stringer wrote: >> On 16 March 2017 at 15:10, Eric Garver wrote: >> > In order to be able to add those tunnels, we need to add code to create >> > the tunnels and add them as

Re: [ovs-dev] [PATCH v2 3/7] dpif-netlink: code to create/destroy tunnel ports via rtnetlink

2017-03-28 Thread Eric Garver
On Mon, Mar 27, 2017 at 06:07:39PM -0700, Joe Stringer wrote: > On 16 March 2017 at 15:10, Eric Garver wrote: > > In order to be able to add those tunnels, we need to add code to create > > the tunnels and add them as NETDEV vports. And when there is no support > > to create them,

Re: [ovs-dev] [PATCH v2 3/7] dpif-netlink: code to create/destroy tunnel ports via rtnetlink

2017-03-27 Thread Joe Stringer
On 16 March 2017 at 15:10, Eric Garver wrote: > In order to be able to add those tunnels, we need to add code to create > the tunnels and add them as NETDEV vports. And when there is no support > to create them, we need to fallback to compatibility code and add them > as tunnel

[ovs-dev] [PATCH v2 3/7] dpif-netlink: code to create/destroy tunnel ports via rtnetlink

2017-03-16 Thread Eric Garver
In order to be able to add those tunnels, we need to add code to create the tunnels and add them as NETDEV vports. And when there is no support to create them, we need to fallback to compatibility code and add them as tunnel vports. When removing those tunnels, we need to remove the interfaces as