netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Infiniband: connection abstraction
@ 2006-02-01 20:03 Sean Hefty
  2006-03-03 21:13 ` Sean Hefty
  0 siblings, 1 reply; 11+ messages in thread
From: Sean Hefty @ 2006-02-01 20:03 UTC (permalink / raw)
  To: netdev, linux-kernel; +Cc: openib-general

Here's an updated version of these patches based on feedback.   (The license
did not change and continues to match that of the other Infiniband code.)
Please consider for inclusion in 2.6.17.

The following set of patches defines a connection abstraction for Infiniband and
other RDMA devices, and serves several purposes:

* It implements a connection protocol over Infiniband based on IP addressing.
This greatly simplifies clients wishing to establish connections over
Infiniband.

* It defines a connection abstraction that works over multiple RDMA devices.
The submitted implementation targets Infiniband, but has been tested over other
RDMA devices as well.

* It handles RDMA device insertion and removal on behalf of its clients.

The changes have been broken into 5 separate patches.  The basic purpose of each
patch is:

1. Provide common handling for marshalling data between userspace clients and
kernel mode Infiniband drivers.

2. Extend the Infiniband CM to include private data comparisons as part of its
connection request matching process.

3. Provide an address translation service that maps IP addresses to Infiniband
addresses (GIDs).  This patch touches outside of the Infiniband core, so I'm
including the netdev mailing list.

4. Implement the kernel mode RDMA connection management agent.

5. Implement the userspace RDMA connection management agent kernel support
module.

Please copy the openib-general mailing list on any replies.

Thanks,
Sean

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2006-03-06 21:42 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <ORSMSX4011XvpFVjCRG00000015@orsmsx401.amr.corp.intel.com>
2006-03-03 22:53 ` [PATCH 0/5] Infiniband: connection abstraction Roland Dreier
2006-03-06 18:59   ` [PATCH 1/6] IB: common handling for marshalling parameters to/from userspace Sean Hefty
2006-03-06 19:04   ` [PATCH 2/6] IB: match connection requests based on private data Sean Hefty
2006-03-06 19:07   ` [PATCH 3/6] net/IB: export ip_dev_find Sean Hefty
2006-03-06 21:31     ` Roland Dreier
2006-03-06 21:42       ` David S. Miller
2006-03-06 19:10   ` [PATCH 4/6] IB: address translation to map IP to IB addresses (GIDs) Sean Hefty
2006-03-06 19:18   ` [PATCH 5/6] IB: IP address based RDMA connection manager Sean Hefty
2006-03-06 19:21   ` [PATCH 6/6] IB: userspace support for " Sean Hefty
2006-02-01 20:03 [PATCH 0/5] Infiniband: connection abstraction Sean Hefty
2006-03-03 21:13 ` Sean Hefty

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).