From: Roland Dreier <rolandd@cisco.com>
To: openib-general@openib.org, linux-kernel@vger.kernel.org,
netdev@vger.kernel.org
Cc: tom@opengridcomputing.com, swise@opengridcomputing.com
Subject: [PATCH 0/2] RDMA: merge iWARP support
Date: Fri, 8 Sep 2006 14:55:40 -0700 [thread overview]
Message-ID: <2006981455.F7Cau4RN2pBSAVMu@cisco.com> (raw)
In-Reply-To:
Here is a series of patches that adds iWARP (RDMA over IP) support to
the InfiniBand support already in the kernel. Since the iWARP RDMA
model is quite close to the InfiniBand model, the changes are not that
large. The biggest difference is in how connections are established,
since iWARP connections are TCP connections, while IB uses a different
(native IB) mechanism for establishing a connection.
The first patch in the series adds an iWARP connection manager, which
handles establishing and tearing down connections for iWARP devices.
The second patch is all the small changes required to hook in the
connection manager and make the rest of the IB stuff also work with
iWARP devices. The third patch (compressed due to its size) adds the
first driver for an iWARP device, the Ammasso 1100 1 Gb/sec RNIC.
My current plan is to merge this stuff for 2.6.19. Please let me know
if you see anything (major or minor) that needs to be fixed up.
Thanks,
Roland
next reply other threads:[~2006-09-08 21:55 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-08 21:55 Roland Dreier [this message]
2006-09-08 21:55 ` [PATCH 1/2] RDMA: iWARP connection manager Roland Dreier
2006-09-08 21:55 ` [PATCH 2/2] RDMA: iWARP changes to IB core Roland Dreier
2006-09-08 21:58 ` [PATCH 3/2] RDMA: Ammasso 1100 RNIC driver Roland Dreier
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=2006981455.F7Cau4RN2pBSAVMu@cisco.com \
--to=rolandd@cisco.com \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=openib-general@openib.org \
--cc=swise@opengridcomputing.com \
--cc=tom@opengridcomputing.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