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

2016-06-03 Thread Ben Pfaff
On Thu, May 26, 2016 at 06:07:34PM -0300, Thadeu Lima de Souza Cascardo wrote: > I would still like to see any other comments on the patchset before I > send a v2 fixing that. I think I'll leave further review of this series to Jesse, unless he asks me to do it. Thanks, Ben.

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

2016-05-26 Thread Thadeu Lima de Souza Cascardo
On Thu, May 26, 2016 at 02:01:05PM -0700, Jesse Gross wrote: > On Thu, May 26, 2016 at 1:34 PM, Thadeu Lima de Souza Cascardo > wrote: > > One thing that may be seen as a regression is the MTU of those devices. It > > won't > > be IP_MAX_MTU as in latest upstream, but supporting older kernels res

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

2016-05-26 Thread Jesse Gross
On Thu, May 26, 2016 at 1:34 PM, Thadeu Lima de Souza Cascardo wrote: > One thing that may be seen as a regression is the MTU of those devices. It > won't > be IP_MAX_MTU as in latest upstream, but supporting older kernels restrict us > to > use 1500 for VXLAN and GENEVE. Is it possible to dete