1. 07 Jul, 2019 1 commit
    • Lijun Ou's avatar
      RDMA/hns: Bugfix for calculating qp buffer size · e0222d18
      Lijun Ou authored
      The buffer size of qp which used to allocate qp buffer space for storing
      sqwqe and rqwqe will be the length of buffer space. The kernel driver will
      use the buffer address and the same size to get the user memory. The same
      size named buff_size of qp. According the algorithm of calculating, The
      size of the two is not equal when users set the max sge of sq.
      
      Fixes: b28ca7cc ("RDMA/hns: Limit extend sq sge num")
      Signed-off-by: default avatarLijun Ou <oulijun@huawei.com>
      Signed-off-by: default avatarJason Gunthorpe <jgg@mellanox.com>
      e0222d18
  2. 05 Jul, 2019 21 commits
  3. 04 Jul, 2019 6 commits
  4. 03 Jul, 2019 12 commits