From mboxrd@z Thu Jan 1 00:00:00 1970 From: Boris Ostrovsky Subject: Re: [PATCH] xen-netfront, xen-netback: Use correct minimum MTU values Date: Mon, 16 Oct 2017 16:19:07 -0400 Message-ID: <3da3d5ae-c2cb-380e-368d-a90432608cf1@oracle.com> References: <1508160032-21689-1-git-send-email-mgamal@redhat.com> <20171016150522.nebui653rkjove7r@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, xen-devel@lists.xenproject.org, paul.durrant@citrix.com, linux-kernel@vger.kernel.org, vkuznets@redhat.com, otubo@redhat.com, cavery@redhat.com, cheshi@redhat.com, Juergen Gross To: Wei Liu , Mohammed Gamal Return-path: In-Reply-To: <20171016150522.nebui653rkjove7r@citrix.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On 10/16/2017 11:05 AM, Wei Liu wrote: > On Mon, Oct 16, 2017 at 03:20:32PM +0200, Mohammed Gamal wrote: >> RFC791 specifies the minimum MTU to be 68, while xen-net{front|back} >> drivers use a minimum value of 0. >> >> When set MTU to 0~67 with xen_net{front|back} driver, the network >> will become unreachable immediately, the guest can no longer be pinged. >> >> xen_net{front|back} should not allow the user to set this value which causes >> network problems. >> >> Reported-by: Chen Shi >> Signed-off-by: Mohammed Gamal > Acked-by: Wei Liu > > CC netfront maintainers Reviewed-by: Boris Ostrovsky I can take it via Xen tree unless there are objections. -boris