From: Steve Wise <swise@opengridcomputing.com>
To: Tom Tucker <tom@opengridcomputing.com>
Cc: Andi Kleen <ak@suse.de>, David Miller <davem@davemloft.net>,
rdreier@cisco.com, netdev@vger.kernel.org, akpm@osdl.org
Subject: Re: RDMA will be reverted
Date: Wed, 05 Jul 2006 12:50:34 -0500 [thread overview]
Message-ID: <1152121834.12325.10.camel@stevo-desktop> (raw)
In-Reply-To: <1152119382.20248.51.camel@trinity.ogc.int>
On Wed, 2006-07-05 at 12:09 -0500, Tom Tucker wrote:
> On Sat, 2006-07-01 at 16:26 +0200, Andi Kleen wrote:
> > On Saturday 01 July 2006 01:01, Tom Tucker wrote:
> > > On Fri, 2006-06-30 at 14:16 -0700, David Miller wrote:
> > >
> > > > The TOE folks have tried to submit their hooks and drivers
> > > > on several occaisions, and we've rejected it every time.
> > >
> > > iWARP != TOE
> >
> > Perhaps a good start of that discussion David asked for would
> > be if you could give us an overview of the differences
> > and how you avoid the TOE problems.
>
> I think Roland already gave the high-level overview. For those
> interested in some of the details, the API for iWARP transports was
> originally conceived independently from IB and is documented in the
> RDMAC Verbs Specification found here:
>
> http://www.rdmaconsortium.org/home/draft-hilland-iwarp-verbs-v1.0-RDMAC.pdf
>
> The protocols, etc... are available here:
> http://www.ietf.org/html.charters/rddp-charter.html
>
> As Roland mentioned, the RDMAC verbs are *very* similar to the IB verbs
> and so when we were thinking about how to design an API for iWARP we
> concluded it would be best to leverage the tremendous amount of work
> already done for IB by OpenFabrics and then work iteratively to extend
> this API to include features unique to iWARP. This work has been ongoing
> since September of 2005.
>
> There is an open source svn repository available for the iWARP source at
> https://openib.org/svn/gen2/branches/iwarp.
>
> There is also an open source NFS over RDMA implementation for Linux
> available here that: http://sourceforge.net/projects/nfs-rdma.
>
>
> So how do we avoid the TOE pitfalls with iWARP? I think it depends on
> the pitfall. At the low level:
>
> - Stale Network/Address Information: Path MTU Change, ICMP Redirect
> and ARP next hop changes need netlink notifier events so that hardware
> can be updated when they change. I see this support as an extension (new
> events) to an existing service and a relatively low-level of "parallel
> stack integration". iSCSI and IB could also benefit from these events.
>
> - Port Space Collision, i.e. socket app and rdma/iWARP apps collide on
> a port number: The RDMA CMA needs to be able to allocate and de-allocate
> port numbers, however, the services that do this today are not exported
> and would need some minor tweaking. iSCSI and IB benefit from these
> services as well.
>
> - netfilter rules, syn-flood, conn-rate, etc.... You pointed out that
> if connection establishment were done in the native stack (SYN,
> SYN/ACK), that this would account for the bulk of the netfilter utility,
> however, this probably results in falling into many of the TOE traps
> people have issue with.
However, iWARP devices _could_ integrate with netfilter. For most
devices the connection request event (SYN) gets passed up to the host
driver. So the driver can enforce filter rules then. Also, i think a
notification type mechanism could be used to trigger iWARP drivers to go
re-apply filter rules on existing connections and kill ones that should
be filtered. I'm not that familiar yet with netfilter, but I think this
could all be done...
Steve.
next prev parent reply other threads:[~2006-07-05 17:50 UTC|newest]
Thread overview: 74+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-28 7:07 RDMA will be reverted David Miller
2006-06-28 7:41 ` Evgeniy Polyakov
2006-06-28 14:56 ` Tom Tucker
2006-06-28 15:01 ` Steve Wise
2006-06-29 16:54 ` Roland Dreier
2006-06-29 17:32 ` YOSHIFUJI Hideaki / 吉藤英明
2006-06-29 17:35 ` Roland Dreier
2006-06-29 17:40 ` YOSHIFUJI Hideaki / 吉藤英明
2006-06-29 19:46 ` David Miller
2006-06-29 20:11 ` Tom Tucker
2006-06-29 20:16 ` Tom Tucker
2006-06-29 20:19 ` David Miller
2006-06-29 20:47 ` Tom Tucker
2006-06-29 20:53 ` David Miller
2006-06-29 21:28 ` Tom Tucker
2006-06-29 21:25 ` Andi Kleen
2006-06-29 20:42 ` James Morris
2006-06-30 20:51 ` Roland Dreier
2006-06-30 21:16 ` David Miller
2006-06-30 23:01 ` Tom Tucker
2006-07-01 14:26 ` Andi Kleen
2006-07-04 18:34 ` Andy Gay
2006-07-04 20:47 ` Andi Kleen
2006-07-04 22:22 ` Andy Gay
2006-07-04 23:01 ` Andi Kleen
2006-07-04 23:48 ` Andy Gay
2006-07-05 0:04 ` Andi Kleen
2006-07-04 20:34 ` Roland Dreier
2006-07-24 22:06 ` David Miller
2006-07-24 23:10 ` Andi Kleen
2006-07-24 23:22 ` David Miller
2006-07-25 0:02 ` Andi Kleen
2006-07-25 0:29 ` Rick Jones
2006-07-25 0:45 ` David Miller
2006-07-25 0:55 ` Rick Jones
2006-07-25 1:04 ` Andi Kleen
2006-07-25 1:21 ` David Miller
2006-07-25 16:29 ` Rick Jones
2006-07-25 16:32 ` Andi Kleen
2006-07-25 1:03 ` Rick Jones
2006-07-25 1:42 ` Andi Kleen
2006-07-25 5:51 ` Evgeniy Polyakov
2006-07-25 6:48 ` David Miller
2006-07-25 6:59 ` Evgeniy Polyakov
2006-07-25 7:33 ` David Miller
2006-07-25 7:42 ` Evgeniy Polyakov
2006-07-05 17:09 ` Tom Tucker
2006-07-05 17:50 ` Steve Wise [this message]
2006-07-24 22:25 ` David Miller
2006-07-24 22:47 ` Caitlin Bestler
2006-07-24 22:23 ` David Miller
2006-07-24 22:57 ` Caitlin Bestler
2006-07-01 21:45 ` David Miller
2006-07-04 20:34 ` Roland Dreier
2006-07-05 18:27 ` David Miller
2006-07-05 20:29 ` Roland Dreier
2006-07-06 3:03 ` David Miller
2006-07-06 5:25 ` Tom Tucker
2006-07-06 14:08 ` Herbert Xu
2006-07-06 17:36 ` Tom Tucker
2006-07-07 0:03 ` Herbert Xu
2006-07-07 0:32 ` Tom Tucker
2006-07-07 6:53 ` David Miller
2006-07-07 8:11 ` What is RDMA (was: RDMA will be reverted) Herbert Xu
2006-07-07 18:25 ` Steve Wise
2006-07-11 8:17 ` Herbert Xu
2006-07-11 13:27 ` Steve Wise
2006-07-24 22:29 ` What is RDMA David Miller
2006-07-24 22:34 ` Rick Jones
2006-07-24 22:39 ` David Miller
2006-07-24 22:49 ` Andi Kleen
2006-07-07 13:29 ` RDMA will be reverted Tom Tucker
-- strict thread matches above, loose matches on Subject: below --
2006-07-06 13:26 Caitlin Bestler
2006-07-25 19:59 Tom Tucker
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=1152121834.12325.10.camel@stevo-desktop \
--to=swise@opengridcomputing.com \
--cc=ak@suse.de \
--cc=akpm@osdl.org \
--cc=davem@davemloft.net \
--cc=netdev@vger.kernel.org \
--cc=rdreier@cisco.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