[rds-devel] Please pull RDS for OFED 1.5

Andy Grover andy.grover at oracle.com
Fri Jul 17 16:25:04 PDT 2009


Whups, I forgot to bring over some other patches that were already in
1.4. Revised shortlog below. Pull tag is the same.

Thanks -- Regards -- 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 (16):
      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
      RDS: Set retry_count to 2 and make modifiable via modparam
      RDS/IB: Improve RDS protocol version checking
      RDS/IB: Handle connections using RDS 3.0 wire protocol
      RDS/IB: Fix printk to indicate remote IP, not local
      RDS/RDMA: Fix cut-n-paste errors in printks in rdma_transport.c
      RDS/IB: Rename byte_len to data_len to enhance readability
      RDS: Don't set c_version in __rds_conn_create()
      RDS/IB: Move tx/rx ring init and refill to later
      RDS/IB: Disable flow control in sysctl and explain why
      RDS/IB: Drop connection when a fatal QP event is received

 .../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                               |   49 ++++++++++------
 net/rds/ib.c                                       |    6 +-
 net/rds/ib.h                                       |   18 ++++--
 net/rds/ib_cm.c                                    |   62
+++++++++++++------
 net/rds/ib_rdma.c                                  |   12 ++--
 net/rds/ib_recv.c                                  |   53 +++++++++++++++--
 net/rds/ib_sysctl.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/rdma_transport.c                           |    8 +-
 net/rds/recv.c                                     |   24 ++++----
 36 files changed, 995 insertions(+), 105 deletions(-)



More information about the rds-devel mailing list