From: Dan Malek <dan@embeddededge.com>
To: Ralph Blach <rcblach@us.ibm.com>
Cc: linuxppc-embedded@lists.linuxppc.org,
Mark Wisner <markwiz@us.ibm.com>,
Alan Booker <alanbee@us.ibm.com>
Subject: Re: consistent_alloc changes for 4xx/8xx
Date: Mon, 21 Jan 2002 23:38:07 -0500 [thread overview]
Message-ID: <3C4CECAF.6050309@embeddededge.com> (raw)
In-Reply-To: OFE9B9ADDA.B1DDEE86-ON85256B48.006CEF8B@raleigh.ibm.com
Ralph Blach wrote:
> On the IBM book E part, __va()/__pa() will have to be obsoleted. The
> address space is
> 36 bits. Better now than later.
These macros are not used on I/O space addresses, and would continue
to work properly on the Book E parts when used as intended. In fact they
are still used in all kernel ports, people just had the tendency to
take shortcuts and abuse them. I was just pointing out one case of
abuse that will now break.
> Dan, you saw netperf which demonstrated the benefit.
Netperf is not an application that does any real work, it is simply
an IP stack performance tool. In the real world in real products, you
have to be concerned with resources consumed by applications. When you
pin TLB entries, you steal resources from applications and could cause
a decline in the overall system performance.
> .... These were the very
> test you
> suggested we run and they showed a >10% performance increase on a 405.
I suggested netperf in response to your question about which network
performance test to use, not as a tool to measure system performance.
When you look at applications like MP3 players that are nearly 100%
in user space, they are very sensitive to instruction and data cache
footprint. Increasing the complexity of TLB miss handlers by adding more
code or requiring the fetching of additional data, causes these applications
to actually require more processing time.
Thanks.
-- Dan
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
next prev parent reply other threads:[~2002-01-22 4:38 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-01-21 20:45 consistent_alloc changes for 4xx/8xx Ralph Blach
2002-01-22 4:38 ` Dan Malek [this message]
-- strict thread matches above, loose matches on Subject: below --
2002-01-24 19:10 Ralph Blach
2002-01-24 13:30 Ralph Blach
2002-01-23 14:52 Ralph Blach
2002-01-20 10:07 Dan Malek
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=3C4CECAF.6050309@embeddededge.com \
--to=dan@embeddededge.com \
--cc=alanbee@us.ibm.com \
--cc=linuxppc-embedded@lists.linuxppc.org \
--cc=markwiz@us.ibm.com \
--cc=rcblach@us.ibm.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 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).