Re: [ovs-dev] [PATCH v2 0/5] create tunnel devices using rtnetlink interface

2016-06-17 Thread Jesse Gross
On Fri, Jun 17, 2016 at 6:46 AM, Thadeu Lima de Souza Cascardo wrote: > On Thu, Jun 16, 2016 at 03:53:12PM -0700, Jesse Gross wrote: >> On Thu, Jun 16, 2016 at 12:40 PM, Thadeu Lima de Souza Cascardo >> wrote: >> > The reason we have the first patch in the series is because we can't >> > identif

Re: [ovs-dev] [PATCH v2 0/5] create tunnel devices using rtnetlink interface

2016-06-17 Thread Thadeu Lima de Souza Cascardo
On Thu, Jun 16, 2016 at 03:53:12PM -0700, Jesse Gross wrote: > On Thu, Jun 16, 2016 at 12:40 PM, Thadeu Lima de Souza Cascardo > wrote: > > On Wed, Jun 08, 2016 at 03:21:58PM -0300, Thadeu Lima de Souza Cascardo > > wrote: > >> This series adds support for the creation of tunnels using the rtnetl

Re: [ovs-dev] [PATCH v2 0/5] create tunnel devices using rtnetlink interface

2016-06-16 Thread Jesse Gross
On Thu, Jun 16, 2016 at 12:40 PM, Thadeu Lima de Souza Cascardo wrote: > On Wed, Jun 08, 2016 at 03:21:58PM -0300, Thadeu Lima de Souza Cascardo wrote: >> This series adds support for the creation of tunnels using the rtnetlink >> interface. This will open the possibility for new features and flag

Re: [ovs-dev] [PATCH v2 0/5] create tunnel devices using rtnetlink interface

2016-06-16 Thread Thadeu Lima de Souza Cascardo
On Wed, Jun 08, 2016 at 03:21:58PM -0300, Thadeu Lima de Souza Cascardo wrote: > This series adds support for the creation of tunnels using the rtnetlink > interface. This will open the possibility for new features and flags on those > vports without the need to change vport compatibility code. >

Re: [ovs-dev] [PATCH v2 0/5] create tunnel devices using rtnetlink interface

2016-06-15 Thread Flavio Leitner
On Wed, Jun 08, 2016 at 03:21:58PM -0300, Thadeu Lima de Souza Cascardo wrote: > This series adds support for the creation of tunnels using the rtnetlink > interface. This will open the possibility for new features and flags on those > vports without the need to change vport compatibility code. >

Re: [ovs-dev] [PATCH v2 0/5] create tunnel devices using rtnetlink interface

2016-06-10 Thread Jesse Gross
On Fri, Jun 10, 2016 at 12:04 PM, Thadeu Lima de Souza Cascardo wrote: > On Fri, Jun 10, 2016 at 09:11:39AM -0700, Jesse Gross wrote: > [...] >> 2016-06-10T03:53:14.768Z|00034|dpif|WARN|system@ovs-system: failed to >> add tun0 as port: File exists >> [...] >> >> tun0 is type GRE, so gre_sys is it'

Re: [ovs-dev] [PATCH v2 0/5] create tunnel devices using rtnetlink interface

2016-06-10 Thread Thadeu Lima de Souza Cascardo
On Fri, Jun 10, 2016 at 09:11:39AM -0700, Jesse Gross wrote: [...] > 2016-06-10T03:53:14.768Z|00034|dpif|WARN|system@ovs-system: failed to > add tun0 as port: File exists > [...] > > tun0 is type GRE, so gre_sys is it's backing port. > Hum, OK. That explains it. But it should have been removed w

Re: [ovs-dev] [PATCH v2 0/5] create tunnel devices using rtnetlink interface

2016-06-10 Thread Jesse Gross
On Fri, Jun 10, 2016 at 2:37 AM, Thadeu Lima de Souza Cascardo wrote: > On Thu, Jun 09, 2016 at 09:49:15PM -0700, Jesse Gross wrote: >> On Wed, Jun 8, 2016 at 11:21 AM, Thadeu Lima de Souza Cascardo >> wrote: >> > This series adds support for the creation of tunnels using the rtnetlink >> > inter

Re: [ovs-dev] [PATCH v2 0/5] create tunnel devices using rtnetlink interface

2016-06-10 Thread Thadeu Lima de Souza Cascardo
On Thu, Jun 09, 2016 at 09:49:15PM -0700, Jesse Gross wrote: > On Wed, Jun 8, 2016 at 11:21 AM, Thadeu Lima de Souza Cascardo > wrote: > > This series adds support for the creation of tunnels using the rtnetlink > > interface. This will open the possibility for new features and flags on > > those

Re: [ovs-dev] [PATCH v2 0/5] create tunnel devices using rtnetlink interface

2016-06-09 Thread Jesse Gross
On Wed, Jun 8, 2016 at 11:21 AM, Thadeu Lima de Souza Cascardo wrote: > This series adds support for the creation of tunnels using the rtnetlink > interface. This will open the possibility for new features and flags on those > vports without the need to change vport compatibility code. > > Support

[ovs-dev] [PATCH v2 0/5] create tunnel devices using rtnetlink interface

2016-06-08 Thread Thadeu Lima de Souza Cascardo
This series adds support for the creation of tunnels using the rtnetlink interface. This will open the possibility for new features and flags on those vports without the need to change vport compatibility code. Support for STT and LISP have not been added because these are not upstream yet, so we