1. 12 12月, 2018 1 次提交
  2. 28 9月, 2018 1 次提交
  3. 31 7月, 2018 2 次提交
  4. 27 7月, 2018 1 次提交
  5. 23 7月, 2018 1 次提交
  6. 12 7月, 2018 1 次提交
  7. 19 6月, 2018 1 次提交
  8. 09 5月, 2018 2 次提交
  9. 15 2月, 2018 1 次提交
  10. 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
  11. 19 1月, 2018 1 次提交
  12. 16 1月, 2018 1 次提交
  13. 04 1月, 2018 1 次提交
  14. 30 12月, 2017 1 次提交
  15. 23 12月, 2017 1 次提交
  16. 11 11月, 2017 1 次提交
  17. 26 10月, 2017 2 次提交
  18. 18 10月, 2017 1 次提交
  19. 15 10月, 2017 2 次提交
  20. 30 9月, 2017 6 次提交
  21. 29 9月, 2017 1 次提交
    • C
      RDMA/hns: make various function static, fixes warnings · 281d0ccf
      Colin Ian King 提交于
      The functions hns_roce_table_mhop_get, hns_roce_table_mhop_put,
      hns_roce_cleanup_mhop_hem_table,  hns_roce_v1_post_mbox,
      hns_roce_cmq_setup_basic_desc, hns_roce_cmq_send,
      hns_roce_cmq_query_hw_info are all local to the source and do
      not need to be in global scope, so make them static.
      
      Cleans up sparse warnings:
      symbol 'hns_roce_table_mhop_get' was not declared. Should it be static?
      symbol 'hns_roce_table_mhop_put' was not declared. Should it be static?
      symbol 'hns_roce_cleanup_mhop_hem_table' was not declared. Should it be
      static?
      symbol 'hns_roce_v1_post_mbox' was not declared. Should it be static?
      symbol 'hns_roce_cmq_setup_basic_desc' was not declared. Should it be
      static?
      symbol 'hns_roce_cmq_send' was not declared. Should it be static?
      symbol 'hns_roce_cmq_query_hw_info' was not declared. Should it be static?
      Signed-off-by: NColin Ian King <colin.king@canonical.com>
      Signed-off-by: NDoug Ledford <dledford@redhat.com>
      281d0ccf
  22. 27 9月, 2017 10 次提交