1. 17 4月, 2008 2 次提交
  2. 12 3月, 2008 1 次提交
  3. 26 1月, 2008 1 次提交
    • R
      IB/ipath: Fix RNR NAK handling · cc65edcf
      Ralph Campbell 提交于
      This patch fixes a couple of minor problems with RNR NAK handling:
       - The insertion sort was causing extra delay when inserting ahead
         vs. behind an existing entry on the list.
       - A resend of a first packet of a message which is still not ready,
         needs another RNR NAK (i.e., it was suppressed when it shouldn't).
       - Also, the resend tasklet doesn't need to be woken up unless the
         ACK/NAK actually indicates progress has been made.
      Signed-off-by: NRalph Campbell <ralph.campbell@qlogic.com>
      Signed-off-by: NRoland Dreier <rolandd@cisco.com>
      cc65edcf
  4. 14 11月, 2007 1 次提交
  5. 10 10月, 2007 2 次提交
  6. 10 7月, 2007 5 次提交
  7. 07 5月, 2007 2 次提交
  8. 01 5月, 2007 2 次提交
  9. 19 4月, 2007 4 次提交
  10. 05 2月, 2007 1 次提交
    • M
      IB: Return qp pointer as part of ib_wc · 062dbb69
      Michael S. Tsirkin 提交于
      struct ib_wc currently only includes the local QP number: this matches
      the IB spec, but seems mostly useless. The following patch replaces
      this with the pointer to qp itself, and updates all low level drivers
      and all users.
      
      This has the following advantages:
      - Ability to get a per-qp context through wc->qp->qp_context
      - Existing drivers already have the qp pointer ready in poll cq, so
        this change actually saves a tiny bit (extra memory read) on data path
        (for ehca it would actually be expensive to find the QP pointer when
        polling a CQ, but ehca does not support SRQ so we can leave wc->qp as
        NULL for ehca)
      - Users that need the QP number can still get it through wc->qp->qp_num
      
      Use case:
      
      In IPoIB connected mode code, I have a common CQ shared by multiple
      QPs.  To track connection usage, I need a way to get at some per-QP
      context upon the completion, and I would like to avoid allocating
      context object per work request just to stick a QP pointer into it.
      With this code, I can just use wc->qp->qp_context.
      Signed-off-by: NMichael S. Tsirkin <mst@mellanox.co.il>
      Signed-off-by: NRoland Dreier <rolandd@cisco.com>
      062dbb69
  11. 03 10月, 2006 1 次提交
  12. 29 9月, 2006 4 次提交
  13. 23 9月, 2006 1 次提交
  14. 02 7月, 2006 6 次提交
  15. 24 5月, 2006 1 次提交
  16. 01 4月, 2006 1 次提交