[rds-devel] Please pull RDS for OFED 1.5

Andy Grover andy.grover at oracle.com
Fri Jul 17 14:38:26 PDT 2009


Hi Vlad,

These are the changes in the 1.4 pull request, and also backport compile
fixes.

Thanks -- Andy

The following changes since commit 5e2fad3f04c656b582a0f5cc8d322707040fa74d:
  Jack Morgenstein (1):
        backports:  Fix log2.h addon for RHEL5.2, RHEL5.3

are available in the git repository at:

  git://git.openfabrics.org/~agrover/ofed_1_5/linux-2.6.git
code-drop/20090717

Andy Grover (6):
      backport: fixup RDS build for pre .23 and .22
      RDS: Fix completion notifications on blocking sockets
      RDS/IB: Always use PAGE_SIZE for FMR page size
      RDS/IW: Remove page_shift variable from iwarp transport
      RDS/IW: Remove dead code
      RDS: Refactor end of __conn_create for readability

 .../backport/2.6.16_sles10_sp2/rds_to_2_6_22.patch |   42 +++++++++++++++++
 .../backport/2.6.16_sles10_sp2/rds_to_2_6_23.patch |   29 ++++++++++++
 .../backport/2.6.18-EL5.2/rds_to_2_6_22.patch      |   42 +++++++++++++++++
 .../backport/2.6.18-EL5.2/rds_to_2_6_23.patch      |   29 ++++++++++++
 .../backport/2.6.18-EL5.3/rds_to_2_6_22.patch      |   42 +++++++++++++++++
 .../backport/2.6.18-EL5.3/rds_to_2_6_23.patch      |   29 ++++++++++++
 .../backport/2.6.18-EL5.4/rds_to_2_6_22.patch      |   42 +++++++++++++++++
 .../backport/2.6.18-EL5.4/rds_to_2_6_23.patch      |   29 ++++++++++++
 kernel_patches/backport/2.6.18/rds_to_2_6_22.patch |   42 +++++++++++++++++
 kernel_patches/backport/2.6.18/rds_to_2_6_23.patch |   29 ++++++++++++
 kernel_patches/backport/2.6.19/rds_to_2_6_22.patch |   42 +++++++++++++++++
 kernel_patches/backport/2.6.19/rds_to_2_6_23.patch |   29 ++++++++++++
 kernel_patches/backport/2.6.20/rds_to_2_6_22.patch |   42 +++++++++++++++++
 kernel_patches/backport/2.6.20/rds_to_2_6_23.patch |   29 ++++++++++++
 kernel_patches/backport/2.6.21/rds_to_2_6_22.patch |   42 +++++++++++++++++
 kernel_patches/backport/2.6.21/rds_to_2_6_23.patch |   29 ++++++++++++
 kernel_patches/backport/2.6.22/rds_to_2_6_22.patch |   42 +++++++++++++++++
 kernel_patches/backport/2.6.22/rds_to_2_6_23.patch |   29 ++++++++++++
 kernel_patches/backport/2.6.23/rds_to_2_6_23.patch |   29 ++++++++++++
 .../backport/2.6.9_U6/rds_to_2_6_22.patch          |   42 +++++++++++++++++
 .../backport/2.6.9_U6/rds_to_2_6_23.patch          |   29 ++++++++++++
 .../backport/2.6.9_U7/rds_to_2_6_22.patch          |   42 +++++++++++++++++
 .../backport/2.6.9_U7/rds_to_2_6_23.patch          |   29 ++++++++++++
 net/rds/connection.c                               |   48
+++++++++++++-------
 net/rds/ib.c                                       |    3 -
 net/rds/ib.h                                       |    3 -
 net/rds/ib_rdma.c                                  |   12 +++---
 net/rds/iw.c                                       |   15 ++-----
 net/rds/iw.h                                       |    1 -
 net/rds/iw_rdma.c                                  |   28 ++++-------
 net/rds/iw_send.c                                  |    2 +-
 net/rds/recv.c                                     |   24 +++++-----
 32 files changed, 875 insertions(+), 71 deletions(-)



More information about the rds-devel mailing list