From: "Mark A. Greer" <mgreer@mvista.com>
To: Nicolas DET <det.nicolas@free.fr>
Cc: linuxppc-dev@ozlabs.org
Subject: Re: Marvell MV6436xx ethernet driver patch
Date: Wed, 31 Aug 2005 09:04:17 -0700 [thread overview]
Message-ID: <20050831160417.GA3848@mag.az.mvista.com> (raw)
In-Reply-To: <20050831055934.871E41C00097@mwinf1107.wanadoo.fr>
On Wed, Aug 31, 2005 at 07:55:49AM +0100, Nicolas DET wrote:
> > This is a good idea. I suspect that most of the gain is from
> > turning off snooping and flushing/invalidating the cache explicitly.
> > Implementation-wise, I'd rather we not manipulate the MV643XX_ETH_BAR_?
> > registers directly in the driver. Today that is done in platform
> > setup code. This has promise but needs to be reworked.
>
> Yeah, the point was to have no snooping for this part of the chip.
> The descriptors in SRAM, and the data in DDR. This give a serious boost.
>
> I noticed MV643xx memory performances are really higher when turning
> off snoop (not only for ethernet).
>
> Well, I confess manipulating such thing here, is not totaly smart.
> However I don't really know where to put them.
> Maybe, somewhere in arch/ppc ?
>
> Because, at some pooint the driver will need to have this modified in order
> to reall work correctly.
>
> For example, if you use a module with that option (it will disable
> snooping) and then 'rmmod & modprobe' a new module without it will not work
> (no snooping as the new module expect!).
>
> Conclusion: yes, touching ETH_BAR isn't really well here, but where could
> we move it ?
The enet->mem BARs are configured in
arch/ppc/syslib/mv64xc60.c:mv64360_config_io2mem_windows().
You can choose how the BAR reg is configured via the mv64x60_setup_info's
'enet_options' member. The setup_info is passed in from your platform file
via mv64x60_init() at setup_arch() time. There are examples arch/ppc/platforms.
The enet->sram window can be set up any way you want it in the platform
file as well. Again, there are examples in arch/ppc/platforms.
IMHO, the platform file should be where things like that belong.
Mark
next prev parent reply other threads:[~2005-08-31 16:03 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20050830181958.D856F1C0008A@mwinf0706.wanadoo.fr>
2005-08-30 23:32 ` Marvell MV6436xx ethernet driver patch Dale Farnsworth
2005-08-31 6:55 ` Nicolas DET
2005-08-31 9:47 ` Sven Luther
2005-08-31 16:04 ` Mark A. Greer [this message]
2005-08-31 16:17 ` Mark A. Greer
2005-08-31 16:33 ` Sven Luther
2005-08-31 17:07 ` Mark A. Greer
2005-08-30 19:07 Nicolas DET
2005-08-30 19:09 ` Christoph Hellwig
2005-08-31 0:59 ` Andrew Morton
2005-09-13 10:35 ` Nicolas DET
2005-09-13 10:35 ` Christoph Hellwig
2005-09-13 20:01 ` Dale Farnsworth
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=20050831160417.GA3848@mag.az.mvista.com \
--to=mgreer@mvista.com \
--cc=det.nicolas@free.fr \
--cc=linuxppc-dev@ozlabs.org \
/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).