Re: [PATCH net-next] openvswitch: Set internal device max mtu to ETH_MAX_MTU.

2017-02-15 Thread David Miller
From: Jarno Rajahalme Date: Tue, 14 Feb 2017 21:16:28 -0800 > Commit 91572088e3fd ("net: use core MTU range checking in core net > infra") changed the openvswitch internal device to use the core net > infra for controlling the MTU range, but failed to actually set the > max_mtu as described in th

[PATCH net-next] openvswitch: Set internal device max mtu to ETH_MAX_MTU.

2017-02-14 Thread Jarno Rajahalme
Commit 91572088e3fd ("net: use core MTU range checking in core net infra") changed the openvswitch internal device to use the core net infra for controlling the MTU range, but failed to actually set the max_mtu as described in the commit message, which now defaults to ETH_DATA_LEN. This patch fixe