Re: [ovs-dev] [PATCH 2/6] datapath: Remove tunnel path MTU discovery support.

2013-01-27 Thread Kyle Mestery (kmestery)
On Jan 25, 2013, at 5:54 PM, Jesse Gross wrote: > Path MTU discovery can improve tunnel performance in some cases > but is non-standard and can introduce problems in others. As a > result it has already been deprecated and removed from userspace. > This removes the corresponding kernel support to

[ovs-dev] [PATCH 2/6] datapath: Remove tunnel path MTU discovery support.

2013-01-25 Thread Jesse Gross
Path MTU discovery can improve tunnel performance in some cases but is non-standard and can introduce problems in others. As a result it has already been deprecated and removed from userspace. This removes the corresponding kernel support to simplify the code. Signed-off-by: Jesse Gross --- dat