Re: [PATCH] vmxnet3: Use correct minimum MTU value

2017-10-19 Thread David Miller
From: Mohammed Gamal Date: Tue, 17 Oct 2017 16:33:43 +0200 > Currently the vmxnet3 driver has a minimum MTU value of 60. Which > goes against the RFC791 spec which specifies it at 68. > > Setting MTU to values between 60 <= MTU <= 67 causes the network > interface to lose its IP, and it fails to

Re: [PATCH] vmxnet3: Use correct minimum MTU value

2017-10-18 Thread Andrew Lunn
On Tue, Oct 17, 2017 at 04:33:43PM +0200, Mohammed Gamal wrote: > Currently the vmxnet3 driver has a minimum MTU value of 60. Which > goes against the RFC791 spec which specifies it at 68. > > Setting MTU to values between 60 <= MTU <= 67 causes the network > interface to lose its IP, and it fails