public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* PCI Non-transparent bridge support?
@ 2010-06-22 21:21 david.hagood
  0 siblings, 0 replies; only message in thread
From: david.hagood @ 2010-06-22 21:21 UTC (permalink / raw)
  To: linux-kernel

Is anybody working on supporting configuring PCI non-transparent bridges
in Linux?

For anybody who does NOT know what a non-transparent bridge is: an NTB is
a device that connects as a PCI device on two separate PCI root complexes.
It then allows each root complex to map regions of its PCI address space
into the address space of the other root complex. It is, in effect, a
"null-modem" for PCI.

You cannot directly connect two root complexes (e.g. just tie 2 computers
together) by connecting their PCI buses - each root complex wants to be
"in charge". The NTB allows each root complex to view the other as a PCI
device exporting some number of base address registers (BARs), and by
accessing one of those BARs the other root complex sees a PCI device (the
NTB) doing a bus master operation on its bus.

For a project for my employer I need a driver for NTBs - I'm going to try
to get all the permissions to GPL it and submit it to the kernel, but
obviously if somebody else is working on this I'd rather work with them.

I'm using my personal email here, as my work email
(david.hagood@aeroflex.com) unfortunately has a paragraph of legalese
attached by the email system.



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-06-22 21:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-22 21:21 PCI Non-transparent bridge support? david.hagood

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox