On Nov 14, 2007 11:17 AM, Vladimir Sokolovsky &lt;<a href="mailto:vlad@dev.mellanox.co.il">vlad@dev.mellanox.co.il</a>&gt; wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">The code present in the OFED-1.3 (ofed_1_3/linux-2.6.git ofed_kernel)<br></div>includes the same code as OFED-1.2.5.2 (ofed_1_2/linux-2.6.git ofed_1_2_c)<br>(except few patches that will be added to the 
OFED-1.3 in the next few days)<br>and RDMA extensions. This additional RDMA feature can be disabled (not done yet)<br>by a module parameter and then RDS v3 from OFED-1.3 will operate as RDS v.2 from OFED-1.2.5.2.<br><br></blockquote>
</div><br>Being on the road, I can&#39;t pull these two git trees and compare, so I used ofed-1.2.5.2 download and some snapshot<br>of ofed-1.3 from last week or so and run diff on ./net/rds - see below - it speaks for itself.
<br><br>Or.<br><br>diff -u ofa_kernel-<a href="http://1.2.5.2/net/rds">1.2.5.2/net/rds</a> ofa_kernel-1.3/net/rds | diffstat<br>&nbsp;Makefile&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp; 4 <br>&nbsp;af_rds.c&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp; 42 +++++----<br>&nbsp;connection.c |&nbsp;&nbsp; 10 +-<br>&nbsp;ib.c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp; 131 ++++++++++++++++++++++++++++++
<br>&nbsp;ib.h&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp; 56 ++++++++++---<br>&nbsp;ib_cm.c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp; 113 +++++++++++---------------<br>&nbsp;ib_rdma.c&nbsp;&nbsp;&nbsp; |only<br>&nbsp;ib_recv.c&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp; 92 +++++++++------------<br>&nbsp;ib_send.c&nbsp;&nbsp;&nbsp; |&nbsp; 250 ++++++++++++++++++++++++++++++++++++++++++++++++++++-------
<br>&nbsp;ib_stats.c&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp; 3 <br>&nbsp;ib_sysctl.c&nbsp; |&nbsp;&nbsp;&nbsp; 9 --<br>&nbsp;message.c&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp; 4 <br>&nbsp;rdma.c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |only<br>&nbsp;rdma.h&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |only<br>&nbsp;rds.h&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp; 54 +++++-------<br>&nbsp;recv.c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp; 18 +---<br>&nbsp;send.c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp; 186 +++++++++++++++++++++++++++----------------
<br>&nbsp;sysctl.c&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp; 19 ----<br>&nbsp;tcp.c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp; 2 <br>&nbsp;tcp_recv.c&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp; 2 <br>&nbsp;20 files changed, 672 insertions(+), 323 deletions(-)<br>