On Tue, Mar 10, 2020 at 07:17:59PM +0800, Weihang Li wrote: > Process of wqe is hard to understand and maintain in hns, this series > refactor wqe related code, especially in hns_roce_v2_post_send(). > > Previous discussion could be found at: > - v2: https://patchwork.kernel.org/cover/11422963/ > - v1: https://patchwork.kernel.org/cover/11415395/ > > Changes since v2: > - Remove a redundant assignment of "NULL" in patch 4/5. > > Changes since v1: > - Fix comments from Leon about the inplementation of to_hr_opcode() in > patch 3/5. > - Patch 4/5 couldn't be applied. Just do a rebase. > > Xi Wang (5): > RDMA/hns: Rename wqe buffer related functions > RDMA/hns: Optimize wqe buffer filling process for post send > RDMA/hns: Optimize the wr opcode conversion from ib to hns > RDMA/hns: Optimize base address table config flow for qp buffer > RDMA/hns: Optimize wqe buffer set flow for post send Applied to for-next, thanks Jason