1. 09 7月, 2012 1 次提交
  2. 05 1月, 2012 1 次提交
  3. 21 9月, 2009 1 次提交
  4. 18 1月, 2009 1 次提交
  5. 15 7月, 2008 1 次提交
  6. 10 10月, 2007 1 次提交
    • S
      IB/cm: Modify interface to send MRAs in response to duplicate messages · de98b693
      Sean Hefty 提交于
      The IB CM provides a message received acknowledged (MRA) message that
      can be sent to indicate that a REQ or REP message has been received, but
      will require more time to process than the timeout specified by those
      messages.  In many cases, the application may not know how long it will
      take to respond to a CM message, but the majority of the time, it will
      usually respond before a retry has been sent.  Rather than sending an
      MRA in response to all messages just to handle the case where a longer
      timeout is needed, it is more efficient to queue the MRA for sending in
      case a duplicate message is received.
      
      This avoids sending an MRA when it is not needed, but limits the number
      of times that a REQ or REP will be resent.  It also provides for a
      simpler implementation than generating the MRA based on a timer event.
      (That is, trying to send the MRA after receiving the first REQ or REP if
      a response has not been generated, so that it is received at the remote
      side before a duplicate REQ or REP has been received)
      Signed-off-by: NSean Hefty <sean.hefty@intel.com>
      Signed-off-by: NRoland Dreier <rolandd@cisco.com>
      de98b693
  7. 11 7月, 2007 1 次提交
  8. 30 11月, 2006 1 次提交
    • S
      IB/cm: Fix automatic path migration support · e1444b5a
      Sean Hefty 提交于
      The ib_cm_establish() function is replaced with a more generic
      ib_cm_notify().  This routine is used to notify the CM that failover
      has occurred, so that future CM messages (LAP, DREQ) reach the remote
      CM.  (Currently, we continue to use the original path)  This bumps the
      userspace CM ABI.
      
      New alternate path information is captured when a LAP message is sent
      or received.  This allows QP attributes to be initialized for the user
      when a new path is loaded after failover occurs.
      Signed-off-by: NSean Hefty <sean.hefty@intel.com>
      Signed-off-by: NRoland Dreier <rolandd@cisco.com>
      e1444b5a
  9. 18 6月, 2006 2 次提交
  10. 18 10月, 2005 1 次提交
  11. 10 9月, 2005 1 次提交
  12. 27 8月, 2005 2 次提交
  13. 29 7月, 2005 1 次提交
  14. 28 7月, 2005 1 次提交