<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Materials from LinuxConf.eu RDMA tutorial (at last)</title>
	<atom:link href="http://digitalvampire.org/blog/index.php/2007/10/10/materials-from-linuxconfeu-rdma-tutorial-at-last/feed/" rel="self" type="application/rss+xml" />
	<link>http://digitalvampire.org/blog/index.php/2007/10/10/materials-from-linuxconfeu-rdma-tutorial-at-last/</link>
	<description>Linux hacker, recovering mathematician, former athlete</description>
	<lastBuildDate>Fri, 11 Mar 2011 20:17:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: roland</title>
		<link>http://digitalvampire.org/blog/index.php/2007/10/10/materials-from-linuxconfeu-rdma-tutorial-at-last/comment-page-1/#comment-1266</link>
		<dc:creator>roland</dc:creator>
		<pubDate>Wed, 15 Sep 2010 04:50:26 +0000</pubDate>
		<guid isPermaLink="false">http://digitalvampire.org/blog/index.php/2007/10/10/materials-from-linuxconfeu-rdma-tutorial-at-last/#comment-1266</guid>
		<description>@Umayr, @Adit: No, on InfiniBand you must set up IPoIB to use the RDMA CM.  The whole point of the RDMA CM is to allow IP addressing to be used with both InfiniBand and iWARP, and without an IPoIB interface configured, an IB port has no IP address.</description>
		<content:encoded><![CDATA[<p>@Umayr, @Adit: No, on InfiniBand you must set up IPoIB to use the RDMA CM.  The whole point of the RDMA CM is to allow IP addressing to be used with both InfiniBand and iWARP, and without an IPoIB interface configured, an IB port has no IP address.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adit Ranadive</title>
		<link>http://digitalvampire.org/blog/index.php/2007/10/10/materials-from-linuxconfeu-rdma-tutorial-at-last/comment-page-1/#comment-1265</link>
		<dc:creator>Adit Ranadive</dc:creator>
		<pubDate>Wed, 15 Sep 2010 04:45:05 +0000</pubDate>
		<guid isPermaLink="false">http://digitalvampire.org/blog/index.php/2007/10/10/materials-from-linuxconfeu-rdma-tutorial-at-last/#comment-1265</guid>
		<description>Hi Roland,

Thanks for this code. Gives a good overview on how to use the RDMA CM API. Im in the same boat as the previous commenter. Is there a way to use RDMA CM without setting up IPoIB interface?

Thanks,
Adit</description>
		<content:encoded><![CDATA[<p>Hi Roland,</p>
<p>Thanks for this code. Gives a good overview on how to use the RDMA CM API. Im in the same boat as the previous commenter. Is there a way to use RDMA CM without setting up IPoIB interface?</p>
<p>Thanks,<br />
Adit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Umayr Hassan</title>
		<link>http://digitalvampire.org/blog/index.php/2007/10/10/materials-from-linuxconfeu-rdma-tutorial-at-last/comment-page-1/#comment-847</link>
		<dc:creator>Umayr Hassan</dc:creator>
		<pubDate>Thu, 18 Jun 2009 05:15:01 +0000</pubDate>
		<guid isPermaLink="false">http://digitalvampire.org/blog/index.php/2007/10/10/materials-from-linuxconfeu-rdma-tutorial-at-last/#comment-847</guid>
		<description>Hi Roland,

Thank you for sharing the code and tutorial - though I wish there was a some more information available on RDMA CM API and implementation than the man pages and the OFED README.

For Infiniband devices, is it possible in any way to use RDMA CM without having to set up the IPoIB interface?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Roland,</p>
<p>Thank you for sharing the code and tutorial &#8211; though I wish there was a some more information available on RDMA CM API and implementation than the man pages and the OFED README.</p>
<p>For Infiniband devices, is it possible in any way to use RDMA CM without having to set up the IPoIB interface?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://digitalvampire.org/blog/index.php/2007/10/10/materials-from-linuxconfeu-rdma-tutorial-at-last/comment-page-1/#comment-485</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 23 May 2008 15:43:55 +0000</pubDate>
		<guid isPermaLink="false">http://digitalvampire.org/blog/index.php/2007/10/10/materials-from-linuxconfeu-rdma-tutorial-at-last/#comment-485</guid>
		<description>I am trying to setup some rdma stuff on my work server, but am unfortunately finding very little documentation on the c++ api.  Do you have a link or anything you could send me?</description>
		<content:encoded><![CDATA[<p>I am trying to setup some rdma stuff on my work server, but am unfortunately finding very little documentation on the c++ api.  Do you have a link or anything you could send me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roland</title>
		<link>http://digitalvampire.org/blog/index.php/2007/10/10/materials-from-linuxconfeu-rdma-tutorial-at-last/comment-page-1/#comment-355</link>
		<dc:creator>roland</dc:creator>
		<pubDate>Sat, 27 Oct 2007 05:16:23 +0000</pubDate>
		<guid isPermaLink="false">http://digitalvampire.org/blog/index.php/2007/10/10/materials-from-linuxconfeu-rdma-tutorial-at-last/#comment-355</guid>
		<description>&lt;p&gt;Yes, it is possible to implement the real iWARP protocol and verbs interface completely in software so it can run on a standard ethernet NIC, and in fact work has been done in that direction: &lt;a href=&quot;http://www.osc.edu/research/network_file/projects/iwarp/iwarp_main.shtml&quot; rel=&quot;nofollow&quot;&gt;http://www.osc.edu/research/network_file/projects/iwarp/iwarp_main.shtm&lt;/a&gt;.  To be honest I don&#039;t know how usable the code currently available is, but you could give it a try and see.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Yes, it is possible to implement the real iWARP protocol and verbs interface completely in software so it can run on a standard ethernet NIC, and in fact work has been done in that direction: <a href="http://www.osc.edu/research/network_file/projects/iwarp/iwarp_main.shtml" rel="nofollow">http://www.osc.edu/research/network_file/projects/iwarp/iwarp_main.shtm</a>.  To be honest I don&#8217;t know how usable the code currently available is, but you could give it a try and see.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: no thanks</title>
		<link>http://digitalvampire.org/blog/index.php/2007/10/10/materials-from-linuxconfeu-rdma-tutorial-at-last/comment-page-1/#comment-354</link>
		<dc:creator>no thanks</dc:creator>
		<pubDate>Thu, 25 Oct 2007 14:07:06 +0000</pubDate>
		<guid isPermaLink="false">http://digitalvampire.org/blog/index.php/2007/10/10/materials-from-linuxconfeu-rdma-tutorial-at-last/#comment-354</guid>
		<description>Is it possible to experiment with RDMA programming using tcp over ethernet? That is, mock implementations of the verbs interface you describe that under the covers use tcp sockets, purely for educational purposes?</description>
		<content:encoded><![CDATA[<p>Is it possible to experiment with RDMA programming using tcp over ethernet? That is, mock implementations of the verbs interface you describe that under the covers use tcp sockets, purely for educational purposes?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

