1. 02 3月, 2016 1 次提交
  2. 01 3月, 2016 1 次提交
  3. 22 1月, 2016 5 次提交
  4. 12 1月, 2016 1 次提交
  5. 24 12月, 2015 5 次提交
  6. 29 10月, 2015 3 次提交
  7. 08 10月, 2015 1 次提交
    • C
      IB: split struct ib_send_wr · e622f2f4
      Christoph Hellwig 提交于
      This patch split up struct ib_send_wr so that all non-trivial verbs
      use their own structure which embedds struct ib_send_wr.  This dramaticly
      shrinks the size of a WR for most common operations:
      
      sizeof(struct ib_send_wr) (old):	96
      
      sizeof(struct ib_send_wr):		48
      sizeof(struct ib_rdma_wr):		64
      sizeof(struct ib_atomic_wr):		96
      sizeof(struct ib_ud_wr):		88
      sizeof(struct ib_fast_reg_wr):		88
      sizeof(struct ib_bind_mw_wr):		96
      sizeof(struct ib_sig_handover_wr):	80
      
      And with Sagi's pending MR rework the fast registration WR will also be
      down to a reasonable size:
      
      sizeof(struct ib_fastreg_wr):		64
      Signed-off-by: NChristoph Hellwig <hch@lst.de>
      Reviewed-by: Bart Van Assche <bart.vanassche@sandisk.com> [srp, srpt]
      Reviewed-by: Chuck Lever <chuck.lever@oracle.com> [sunrpc]
      Tested-by: NHaggai Eran <haggaie@mellanox.com>
      Tested-by: NSagi Grimberg <sagig@mellanox.com>
      Tested-by: NSteve Wise <swise@opengridcomputing.com>
      e622f2f4
  8. 25 9月, 2015 1 次提交
  9. 04 9月, 2015 1 次提交
  10. 31 8月, 2015 4 次提交
  11. 13 6月, 2015 2 次提交
  12. 05 6月, 2015 2 次提交
  13. 02 6月, 2015 1 次提交
  14. 31 5月, 2015 1 次提交
  15. 03 4月, 2015 2 次提交
  16. 16 12月, 2014 8 次提交
  17. 31 7月, 2014 1 次提交