public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: david.hagood@gmail.com
To: linux-kernel@vger.kernel.org
Subject: PCI Non-transparent bridge support?
Date: Tue, 22 Jun 2010 16:21:43 -0500	[thread overview]
Message-ID: <2efe1ee4c89fc45db96e557aee2c29b7.squirrel@localhost> (raw)

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.



                 reply	other threads:[~2010-06-22 21:46 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=2efe1ee4c89fc45db96e557aee2c29b7.squirrel@localhost \
    --to=david.hagood@gmail.com \
    --cc=linux-kernel@vger.kernel.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