From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:50111) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbCCl-0004rp-Hg for qemu-devel@nongnu.org; Mon, 27 Jun 2011 09:50:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QbCCh-0006ob-SV for qemu-devel@nongnu.org; Mon, 27 Jun 2011 09:50:23 -0400 Received: from mail-gw0-f45.google.com ([74.125.83.45]:48650) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbCCh-0006oU-3U for qemu-devel@nongnu.org; Mon, 27 Jun 2011 09:50:19 -0400 Received: by gwb19 with SMTP id 19so2376404gwb.4 for ; Mon, 27 Jun 2011 06:50:18 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1309178511-20027-1-git-send-email-chouteau@adacore.com> References: <1309178511-20027-1-git-send-email-chouteau@adacore.com> Date: Mon, 27 Jun 2011 14:50:18 +0100 Message-ID: From: Stefan Hajnoczi Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] Make SLIRP Ethernet packets size to 64 bytes minimum List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fabien Chouteau Cc: qemu-devel@nongnu.org On Mon, Jun 27, 2011 at 1:41 PM, Fabien Chouteau wro= te: > > Signed-off-by: Fabien Chouteau > --- > =A0slirp/slirp.c | =A0 =A04 ++-- > =A01 files changed, 2 insertions(+), 2 deletions(-) Any particular bug that this fixes? There have been 64 byte minimum padding patches to several emulated NICs. There has also been discussion about where the best place to do this is. Why is this patch necessary? Stefan