Re: [ovs-dev] [PATCHv2] netdev-vport: Disable Path MTU Discovery by default

2012-10-25 Thread Jesse Gross
On Thu, Oct 25, 2012 at 3:46 PM, Ansis Atteka wrote: > On Thu, Oct 25, 2012 at 9:24 PM, Jesse Gross wrote: >> On Thu, Oct 25, 2012 at 4:50 AM, Ansis Atteka wrote: >>> In near future we will switch to the flow-based tunneling and drop path >>> MTU discovery support. This patch prepares for that b

Re: [ovs-dev] [PATCHv2] netdev-vport: Disable Path MTU Discovery by default

2012-10-25 Thread Ansis Atteka
On Thu, Oct 25, 2012 at 9:24 PM, Jesse Gross wrote: > On Thu, Oct 25, 2012 at 4:50 AM, Ansis Atteka wrote: >> In near future we will switch to the flow-based tunneling and drop path >> MTU discovery support. This patch prepares for that by changing the default >> PMTUD value from 'enabled' to 'di

Re: [ovs-dev] [PATCHv2] netdev-vport: Disable Path MTU Discovery by default

2012-10-25 Thread Jesse Gross
On Thu, Oct 25, 2012 at 4:50 AM, Ansis Atteka wrote: > In near future we will switch to the flow-based tunneling and drop path > MTU discovery support. This patch prepares for that by changing the default > PMTUD value from 'enabled' to 'disabled'. > > Signed-off-by: Ansis Atteka Since the goal

Re: [ovs-dev] [PATCHv2] netdev-vport: Disable Path MTU Discovery by default

2012-10-25 Thread Ansis Atteka
On Thu, Oct 25, 2012 at 6:22 PM, Ben Pfaff wrote: > On Thu, Oct 25, 2012 at 02:50:10PM +0300, Ansis Atteka wrote: >> In near future we will switch to the flow-based tunneling and drop path >> MTU discovery support. This patch prepares for that by changing the default >> PMTUD value from 'enabled'

Re: [ovs-dev] [PATCHv2] netdev-vport: Disable Path MTU Discovery by default

2012-10-25 Thread Ben Pfaff
On Thu, Oct 25, 2012 at 02:50:10PM +0300, Ansis Atteka wrote: > In near future we will switch to the flow-based tunneling and drop path > MTU discovery support. This patch prepares for that by changing the default > PMTUD value from 'enabled' to 'disabled'. > > Signed-off-by: Ansis Atteka Thanks

[ovs-dev] [PATCHv2] netdev-vport: Disable Path MTU Discovery by default

2012-10-25 Thread Ansis Atteka
In near future we will switch to the flow-based tunneling and drop path MTU discovery support. This patch prepares for that by changing the default PMTUD value from 'enabled' to 'disabled'. Signed-off-by: Ansis Atteka --- NEWS |1 + lib/netdev-vport.c | 10 +- vsw