From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59780) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TkxTE-0003bc-Vw for qemu-devel@nongnu.org; Tue, 18 Dec 2012 08:44:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TkxT9-0000tR-9k for qemu-devel@nongnu.org; Tue, 18 Dec 2012 08:44:32 -0500 Received: from mx1.redhat.com ([209.132.183.28]:41845) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TkxT9-0000sB-3F for qemu-devel@nongnu.org; Tue, 18 Dec 2012 08:44:27 -0500 Date: Tue, 18 Dec 2012 14:44:20 +0100 From: Stefan Hajnoczi Message-ID: <20121218134420.GC6697@stefanha-thinkpad.redhat.com> References: <20121205121317.GC6887@stefanha-thinkpad.redhat.com> <20121205183130.GA26052@inetric.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20121205183130.GA26052@inetric.com> Subject: Re: [Qemu-devel] [PATCH] e1000: Discard oversized packets based on SBP|LPE List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Contreras Cc: qemu-devel@nongnu.org, Anthony Liguori , Andreas Faerber On Wed, Dec 05, 2012 at 01:31:30PM -0500, Michael Contreras wrote: > Discard packets longer than 16384 when !SBP to match the hardware behavior. > > Signed-off-by: Michael Contreras > --- > hw/e1000.c | 7 +++++-- > 1 file changed, 5 insertions(+), 2 deletions(-) Thanks, applied to the net tree: https://github.com/stefanha/qemu/commits/net Stefan