[ewg] [GIT PULL OFED-1.5.4] Fixes for iw_cxgb4

Kumar Sanghvi kumaras at chelsio.com
Mon Oct 17 02:14:42 PDT 2011


Hi Vlad,

Please pull these commits from:
ssh://vlad@sofa.openfabrics.org/home/vipulp/scm/ofed_kernel.git ofed_1_5

The patches bring in one iw_cxgb4 fix from upstream. Also, there is a 
fix on iw_cxgb4 for sles10sp4 backport.

Thanks,
Kumar.

-------

commit 365c8c2918d4b577ce2695ad68a56e4407e1bf52
Author: Kumar Sanghvi <kumaras at chelsio.com>
Date:   Mon Oct 17 13:59:40 2011 +0530

     iw_cxgb4: Bring upstream commit 
01e7da6ba53ca4d6189a1eae45607c0331c871f2

     This upstream commit makes sure that flush CQ entries are collected on
     connection close.

     At the time when a peer closes the connection, iw_cxgb4 will not send
     a cq event if ibqp.uobject exists.  In that case, its possible for a
     user application to get blocked in ibv_get_cq_event().

     To resolve this, call the cq's comp_handler to unblock any read from
     ibv_get_cq_event().  This will trigger userspace to poll the cq and
     collect flush status completions for any pending work requests.

     Signed-off-by: Kumar Sanghvi <kumaras at chelsio.com>

  .../fixes/iw_cxgb4_0100_send_cq_event.patch        |   18 
++++++++++++++++++
  1 files changed, 18 insertions(+), 0 deletions(-)

commit a2114b731c327129b98f805e71fe671d5539b066
Author: Kumar Sanghvi <kumaras at chelsio.com>
Date:   Mon Oct 10 19:27:21 2011 +0530

     iw_cxgb4: Use NIPQUAD in sles10sp4 backport

     %pI4 is not available on sles10sp4 so, use NIPQUAD instead.
     Also fix few build warnings.

     Signed-off-by: Kumar Sanghvi <kumaras at chelsio.com>

  .../iw_cxgb4_0070_use_NIPQUAD.patch                |   71 
++++++++++++++++++++
  1 files changed, 71 insertions(+), 0 deletions(-)



More information about the ewg mailing list