Re: [ovs-dev] [PATCH net v3] geneve: Refine MTU limit

2016-02-18 Thread Jesse Gross
On Thu, Feb 18, 2016 at 9:43 AM, David Wragg wrote: > Calculate the maximum MTU taking into account the size of headers > involved in GENEVE encapsulation, as for other tunnel types. > > Changes in v3: > - Correct comment style > Changes in v2: > - Conform more closely to ip_tunnel_change_mtu > -

[ovs-dev] [PATCH net v3] geneve: Refine MTU limit

2016-02-18 Thread David Wragg
Calculate the maximum MTU taking into account the size of headers involved in GENEVE encapsulation, as for other tunnel types. Changes in v3: - Correct comment style Changes in v2: - Conform more closely to ip_tunnel_change_mtu - Exclude GENEVE options from max MTU calculation Signed-off-by: Davi