On 16 February 2016 at 14:02, Jesse Gross <je...@kernel.org> wrote: > On Tue, Feb 16, 2016 at 10:43 AM, Joe Stringer <j...@ovn.org> wrote: >> diff --git a/datapath/linux/compat/include/net/stt.h >> b/datapath/linux/compat/include/net/stt.h >> index 28d4dc53c061..aa55c9a0a2a5 100644 >> --- a/datapath/linux/compat/include/net/stt.h >> +++ b/datapath/linux/compat/include/net/stt.h > [...] >> + err = stt_change_mtu(dev, STT_MAX_MTU); >> + if (err) >> + return err; > > Don't we need to unregister the device on error? (I noticed this on LISP too.)
Probably we could just configure the MTU prior to device registration. Thanks for pointing this out. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev