1. 25 1月, 2019 2 次提交
  2. 11 1月, 2019 1 次提交
  3. 20 12月, 2018 2 次提交
  4. 12 12月, 2018 1 次提交
  5. 05 12月, 2018 4 次提交
  6. 16 10月, 2018 1 次提交
  7. 04 10月, 2018 3 次提交
  8. 27 9月, 2018 3 次提交
  9. 21 9月, 2018 1 次提交
  10. 20 9月, 2018 1 次提交
  11. 03 8月, 2018 1 次提交
    • Y
      RDMA/hns: Support flush cqe for hip08 in kernel space · 0425e3e6
      Yixian Liu 提交于
      According to IB protocol, there are some cases that work requests must
      return the flush error completion status through the completion queue. Due
      to hardware limitation, the driver needs to assist the flush process.
      
      This patch adds the support of flush cqe for hip08 in the cases that
      needed, such as poll cqe, post send, post recv and aeqe handle.
      
      The patch also considered the compatibility between kernel and user space.
      Signed-off-by: NYixian Liu <liuyixian@huawei.com>
      Signed-off-by: NJason Gunthorpe <jgg@mellanox.com>
      0425e3e6
  12. 31 7月, 2018 3 次提交
  13. 12 7月, 2018 3 次提交
  14. 19 6月, 2018 1 次提交
  15. 31 5月, 2018 2 次提交
  16. 25 5月, 2018 1 次提交
  17. 17 5月, 2018 1 次提交
  18. 14 3月, 2018 4 次提交
  19. 05 2月, 2018 1 次提交
    • O
      RDMA/hns: Fix the endian problem for hns · 8b9b8d14
      oulijun 提交于
      The hip06 and hip08 run on a little endian ARM, it needs to
      revise the annotations to indicate that the HW uses little
      endian data in the various DMA buffers, and flow the necessary
      swaps throughout.
      
      The imm_data use big endian mode. The cpu_to_le32/le32_to_cpu
      swaps are no-op for this, which makes the only substantive
      change the handling of imm_data which is now mandatory swapped.
      
      This also keep match with the userspace hns driver and resolve
      the warning by sparse.
      Signed-off-by: NLijun Ou <oulijun@huawei.com>
      Signed-off-by: NDoug Ledford <dledford@redhat.com>
      8b9b8d14
  20. 02 2月, 2018 1 次提交
  21. 17 1月, 2018 1 次提交
  22. 04 1月, 2018 2 次提交