[rds-devel] RDS code in OFED 1.3

Or Gerlitz or.gerlitz at gmail.com
Wed Nov 14 01:37:18 PST 2007


On Nov 14, 2007 11:17 AM, Vladimir Sokolovsky <vlad at dev.mellanox.co.il>
wrote:

> The code present in the OFED-1.3 (ofed_1_3/linux-2.6.git ofed_kernel)
> includes the same code as OFED-1.2.5.2 (ofed_1_2/linux-2.6.git ofed_1_2_c)
> (except few patches that will be added to the OFED-1.3 in the next few
> days)
> and RDMA extensions. This additional RDMA feature can be disabled (not
> done yet)
> by a module parameter and then RDS v3 from OFED-1.3 will operate as RDS
> v.2 from OFED-1.2.5.2.
>
>
Being on the road, I can't pull these two git trees and compare, so I used
ofed-1.2.5.2 download and some snapshot
of ofed-1.3 from last week or so and run diff on ./net/rds - see below - it
speaks for itself.

Or.

diff -u ofa_kernel-1.2.5.2/net/rds ofa_kernel-1.3/net/rds | diffstat
 Makefile     |    4
 af_rds.c     |   42 +++++----
 connection.c |   10 +-
 ib.c         |  131 ++++++++++++++++++++++++++++++
 ib.h         |   56 ++++++++++---
 ib_cm.c      |  113 +++++++++++---------------
 ib_rdma.c    |only
 ib_recv.c    |   92 +++++++++------------
 ib_send.c    |  250
++++++++++++++++++++++++++++++++++++++++++++++++++++-------
 ib_stats.c   |    3
 ib_sysctl.c  |    9 --
 message.c    |    4
 rdma.c       |only
 rdma.h       |only
 rds.h        |   54 +++++-------
 recv.c       |   18 +---
 send.c       |  186 +++++++++++++++++++++++++++----------------
 sysctl.c     |   19 ----
 tcp.c        |    2
 tcp_recv.c   |    2
 20 files changed, 672 insertions(+), 323 deletions(-)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://oss.oracle.com/pipermail/rds-devel/attachments/20071114/a0deafb5/attachment.html


More information about the rds-devel mailing list