All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nivedita Singhvi <niv@us.ibm.com>
To: Don Fry <brazilnut@us.ibm.com>
Cc: xen-devel@lists.xensource.com
Subject: Re: [PATCH] qemu pcnet emulation fixes
Date: Fri, 24 Mar 2006 13:10:14 -0800	[thread overview]
Message-ID: <44246036.8020303@us.ibm.com> (raw)
In-Reply-To: <20060324202640.GA27291@us.ibm.com>

Don Fry wrote:
> The attached patch to the qemu emulation of the pcnet hardware fixes
> several problems.  It will now only read and write a transmit or receive
> descriptor once.  It will correctly handle transmitting frames with more
> than two fragments.  It will discard oversize frames instead of
> corrupting memory.  I have tested all the changes I have made and even
> seen an improvement in receive performance from 1.7MB/s to 3.3MB/s.
> Your mileage will vary.

Don, the better performance due to the fact that we aren't
reading some descriptors multiple times for no good reason
any more, correct?

> The code could be simplified if multi-fragment frames were deleted.  It
> appears that both Linux and Windows XP don't use fragmented frames.

I'd suggest we keep this for at least long enough to
validate that the other OSs we want to support don't
use them either.

Thanks very much!

thanks,
Nivedita

  reply	other threads:[~2006-03-24 21:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-24 20:26 [PATCH] qemu pcnet emulation fixes Don Fry
2006-03-24 21:10 ` Nivedita Singhvi [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-03-25  3:35 Li, Xin B

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=44246036.8020303@us.ibm.com \
    --to=niv@us.ibm.com \
    --cc=brazilnut@us.ibm.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.