From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40546) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T6s8g-0005E8-6U for qemu-devel@nongnu.org; Wed, 29 Aug 2012 19:57:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T6s8f-0002YA-4U for qemu-devel@nongnu.org; Wed, 29 Aug 2012 19:57:38 -0400 Received: from mail-iy0-f173.google.com ([209.85.210.173]:55904) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T6s8e-0002Y5-VI for qemu-devel@nongnu.org; Wed, 29 Aug 2012 19:57:37 -0400 Received: by iakx26 with SMTP id x26so2065005iak.4 for ; Wed, 29 Aug 2012 16:57:35 -0700 (PDT) Sender: Bo Yang Message-ID: <503EAA1A.2090207@suse.com> Date: Thu, 30 Aug 2012 07:47:38 +0800 From: Bo Yang MIME-Version: 1.0 References: <1346239571-23359-1-git-send-email-boyang@suse.com> <20120829151959.GA22246@stefanha-thinkpad.localdomain> In-Reply-To: <20120829151959.GA22246@stefanha-thinkpad.localdomain> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] Fix buffer run out in eepro100. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org On 08/29/2012 11:19 PM, Stefan Hajnoczi wrote: > On Wed, Aug 29, 2012 at 07:26:11PM +0800, Bo Yang wrote: >> This is reported by QA. When installing os with pxe, after the initial >> kernel and initrd are loaded, the procedure tries to copy files from install >> server to local harddisk, the network becomes stall because of running out of >> receive descriptor. >> >> Signed-off-by: Bo Yang >> --- >> hw/eepro100.c | 5 ++++- >> 1 files changed, 4 insertions(+), 1 deletions(-) > > Thanks, applied to the net patches tree: > https://github.com/stefanha/qemu/commits/net > > I have reproduced the bug and tested that your patch fixes it. Your > patch also has tabs instead of spaces, I fixed that up when merging. Thanks for verifying and merging the patch. Sorry for my mistake in coding style. I'll be careful next time. I use vim, it looks like set tabstop=4 is not enough to get it work as expected. > > Stefan >