[ovs-dev] [PATCH net 1/2] vxlan: Relax the MTU constraint on vxlan devices

Thomas Graf tgraf at suug.ch
Thu Jan 7 11:50:01 UTC 2016


On 01/07/16 at 11:31am, David Wragg wrote:
> Thomas Graf <tgraf at suug.ch> writes:
> >> +	int max_mtu = 65535;
> >
> > This should probably be represented as a new const DEV_MAX_MTU which
> > can be used by veth, tun, and virtio as well instead of hardcoding
> > this separately in each driver.
> 
> I discovered IP_MAX_MTU in net/route.h after putting the patch together.
> Seems appropriate to use that?

That seems fine for both patch 1 and 2.



More information about the dev mailing list