9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Geoff Collyer <geoff@collyer.net>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] NOW it's like lightning
Date: Tue,  8 Jun 2004 18:56:19 -0700	[thread overview]
Message-ID: <7b628fbb325ea03705615fca437c1735@collyer.net> (raw)
In-Reply-To: <40C66BDC.6070301@yahoo.com>

Some IDE disks or controllers have buggy DMA implementations, so DMA
is off by default to err on the side of caution.

The performance of your Ethernet interface probably depends mostly on
the quality of the card.  Worst case is probably the old NE2000, which
I think was all programmed I/O, no real DMA (the PC world has funny
definitions of `DMA').  The worst modern-day case is likely the
RTL8139, which is pretty dumb.  Best cases are probably the Intel and
National Semiconductor controllers, which maintain ring buffers of
incoming and outgoing packets and use DMA to transfer them.  Microsoft
may have information not available to the general public, or they may
just throw more CPU time at making dumb interfaces run fast.

Of course, you're probably not exercising the raw Ethernet interface,
so there are also TCP and IP speeds to consider.

How are you copying the data in question, using which version of IP (4
or 6), using what Ethernet interface on Plan 9, at what link speed?



  reply	other threads:[~2004-06-09  1:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-09  1:46 Matt Pidd-Cheshire
2004-06-09  1:56 ` Geoff Collyer [this message]
2004-06-09  2:18   ` Geoff Collyer

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=7b628fbb325ea03705615fca437c1735@collyer.net \
    --to=geoff@collyer.net \
    --cc=9fans@cse.psu.edu \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).