From: Phil Terry <pterry@micromemory.com>
To: Wei.Zhang@freescale.com
Cc: linuxppc-dev@ozlabs.org, linux-kernel@vger.kernel.org
Subject: RE: [PATCH 4/6] Add multi mport support.
Date: Thu, 31 Jan 2008 10:35:25 -0800 [thread overview]
Message-ID: <1201804525.14266.45.camel@pterry-fc6.micromemory.com> (raw)
In-Reply-To: <ABF87B0B6A38C0458E319AC973ED68AEBD0697@zch01exm26.fsl.freescale.net>
On Thu, 2008-01-31 at 14:30 +0800, Zhang Wei wrote:
>
> > -----Original Message-----
> > From: Kumar Gala [mailto:galak@kernel.crashing.org]
> >
> > On Jan 31, 2008, at 12:15 AM, Kumar Gala wrote:
> >
> > >
> > > On Jan 30, 2008, at 11:57 PM, Zhang Wei wrote:
> > >
> > >>
> > >>
> > >>> -----Original Message-----
> > >>> From: Kumar Gala [mailto:galak@kernel.crashing.org]
> > >>>
> > >>> On Jan 30, 2008, at 4:30 AM, Zhang Wei wrote:
> > >>>
> > >>>> Change lots of static variable to mport private. And add
> > >>> mport to some
> > >>>> function declaration.
> > >>>
> > >>> Can you explain this patch further. Its not clear
> > exactly from this
> > >>> commit message why we are doing this.
> > >>>
> > >>> - k
> > >>
> > >> Sorry about I have a little hurry about it.
> > >>
> > >> The original RapidIO driver suppose there is only one mpc85xx RIO
> > >> controller
> > >> in system. So, some data structures are defined as mpc85xx_rio
> > >> global,
> > >> such as 'regs_win', 'dbell_ring', 'msg_tx_ring'. Now, I
> > changed them
> > >> to
> > >> mport's private members. And you can define multi RIO
> > OF-nodes in dts
> > >> file
> > >> for multi RapidIO controller in one processor, such as PCI/PCI-Ex
> > >> host
> > >> controllers
> > >> in Freescale's silicon. And the mport operation function
> > declaration
> > >> should be changed
> > >> to know which RapidIO controller is target.
> > >
> > > thanks, this makes a lot of sense and now reviewing the patch will
> > > make some sense to me :)
> >
> > when we have multiple ports are the device IDs on the ports intended
> > to be unique only to a port or unique across all ports?
> >
> I consider each RIO controller will has its own network, the device IDs
> should be
> unique only in its port network.
Hmmm, I see two cases:
1. I have two mport to two controllers each connected to different
physical fabrics. This system can act as an application bridge between
the two fabrics.
2. I have two mports to two controllers each connected directly or
indirectly to the same fabric. I want to use the extra bandwidth and
load balance and/or have a fall back redundant connection via an
alternate physical connection to the fabric etc.
What should be the rules for allocating the initial IDs to the two
mports to allow system wide enumeration to work in both of the above
cases?
What do you expect the semantics of higher level addressing to be:
a pair <mport,id>, where <x,n> is a different device from <y,n>,
a pair <mport,id>, where <x,n> is the same device as <y,n>,or
a singleton n, where n is unique and identifies the first routing step
of which controller, x or y, to use.
I smell a can of worms.... :-)
Cheers
Phil
>
> Cheers!
> Wei
> _______________________________________________
> Linuxppc-dev mailing list
> Linuxppc-dev@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-dev
>
>
next prev parent reply other threads:[~2008-01-31 18:43 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-30 10:30 [PATCH 1/6] Change RIO function mpc85xx_ to fsl_ Zhang Wei
2008-01-30 10:30 ` [PATCH 2/6] Add RapidIO option to kernel configuration Zhang Wei
2008-01-30 10:30 ` [PATCH 3/6] Move include/asm-ppc/rio.h to include/asm-powerpc/rio.h Zhang Wei
2008-01-30 10:30 ` [PATCH 4/6] Add multi mport support Zhang Wei
2008-01-30 10:30 ` [PATCH 5/6] Add OF-tree support to RapidIO controller driver Zhang Wei
2008-01-30 10:30 ` [PATCH 6/6] Change the kernel configurated RapidIO system size to auto-probing Zhang Wei
2008-02-05 16:43 ` Matt Porter
2008-02-05 5:44 ` [PATCH 5/6] Add OF-tree support to RapidIO controller driver Stephen Rothwell
2008-02-05 16:06 ` Kumar Gala
2008-02-18 7:24 ` Zhang Wei
2008-01-30 14:27 ` [PATCH 4/6] Add multi mport support Kumar Gala
2008-01-31 5:57 ` Zhang Wei
2008-01-31 6:15 ` Kumar Gala
2008-01-31 6:20 ` Kumar Gala
2008-01-31 6:30 ` Zhang Wei
2008-01-31 18:35 ` Phil Terry [this message]
2008-02-01 4:06 ` Zhang Wei
2008-02-05 16:29 ` Matt Porter
2008-02-18 7:33 ` Zhang Wei
2008-02-05 16:23 ` Matt Porter
2008-01-30 14:20 ` [PATCH 3/6] Move include/asm-ppc/rio.h to include/asm-powerpc/rio.h Kumar Gala
2008-01-31 3:36 ` Zhang Wei
2008-01-30 14:43 ` [PATCH 1/6] Change RIO function mpc85xx_ to fsl_ Kumar Gala
2008-01-31 6:04 ` Zhang Wei
2008-01-31 6:15 ` Kumar Gala
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=1201804525.14266.45.camel@pterry-fc6.micromemory.com \
--to=pterry@micromemory.com \
--cc=Wei.Zhang@freescale.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@ozlabs.org \
--cc=pterry@vmetro.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).