commit | 55ba49cbcef37053d973f9a45bc58818c333fe13 | [log] [tgz] |
---|---|---|
author | oulijun <oulijun@huawei.com> | Tue May 22 20:47:15 2018 +0800 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Wed May 23 15:45:44 2018 -0600 |
tree | 80e7c5ad2d635b3aae975d0edae1bf64925dd936 | |
parent | 05d6a4ddb654ef6f2fbbcf9dcb3b263184baa8e4 [diff] |
RDMA/hns: Move the location for initializing tmp_len When posted work request, it need to compute the length of all sges of every wr and fill it into the msg_len field of send wqe. Thus, While posting multiple wr, tmp_len should be reinitialized to zero. Fixes: 8b9b8d143b46 ("RDMA/hns: Fix the endian problem for hns") Signed-off-by: Lijun Ou <oulijun@huawei.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>