From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47315) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLD4z-0005zq-VC for qemu-devel@nongnu.org; Mon, 18 Jan 2016 11:54:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aLD4z-0001Z1-5n for qemu-devel@nongnu.org; Mon, 18 Jan 2016 11:54:57 -0500 MIME-Version: 1.0 Sender: alistair23@gmail.com In-Reply-To: References: <1452764448-17953-1-git-send-email-mst@redhat.com> <569C8B29.4040300@redhat.com> <569C9E87.2030001@redhat.com> <569CB702.1060803@redhat.com> From: Alistair Francis Date: Mon, 18 Jan 2016 08:54:26 -0800 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [Qemu-arm] [PATCH] cadence_gem: fix buffer overflow List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: "Michael S. Tsirkin" , Jason Wang , Alistair Francis , "qemu-devel@nongnu.org Developers" , Prasad Pandit , Peter Crosthwaite , qemu-arm , =?UTF-8?B?5YiY5Luk?= On Mon, Jan 18, 2016 at 2:06 AM, Peter Maydell wrote: > On 18 January 2016 at 09:57, Jason Wang wrote: >> Thanks for the pointer. >> >> In section 16.1.5, it said >> >> "Jumbo frames are not supported." >> >> So it was in fact not an unimplemented feature? I'd say this should be a guest error then. Unless anyone who knows Ethernet well thinks otherwise? Thanks, Alistair > > I have a vague feeling from the last time I looked at something like > this that what often happens is the hardware happily goes on dumping > data out on the wire but this is a violation of the ethernet protocol, > ie a guest error. But I'm no ethernet expert... > > thanks > -- PMM >