Mailbox-related code is getting harder to maintain. Especially after removing the HIP06 code, the mailbox-related code needs to be cleaned and refactored more urgently. The following is the basic information of each patch (1) #1~#4: Preparing for refactoring (2) #5: Formal Refactoring (3) #6~#7: Follow-up cleanup Chengchang Tang (5): RDMA/hns: Remove the unused parameter "op_modifier" in mailbox RDMA/hns: Remove fixed parameter “timeout” in the mailbox RDMA/hns: Refactor mailbox functions RDMA/hns: Remove similar code that configures the hardware contexts RDMA/hns: Refactor the alloc_srqc() Wenpeng Liang (3): RDMA/hns: Remove redundant parameter "mailbox" in the mailbox RDMA/hns: Fix the wrong type of parameter "op" of the mailbox RDMA/hns: Refactor the alloc_cqc() drivers/infiniband/hw/hns/hns_roce_cmd.c | 108 +++++++------ drivers/infiniband/hw/hns/hns_roce_cmd.h | 8 +- drivers/infiniband/hw/hns/hns_roce_cq.c | 71 +++++---- drivers/infiniband/hw/hns/hns_roce_device.h | 24 +-- drivers/infiniband/hw/hns/hns_roce_hem.c | 4 +- drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 143 ++++++++---------- .../infiniband/hw/hns/hns_roce_hw_v2_dfx.c | 5 +- drivers/infiniband/hw/hns/hns_roce_mr.c | 38 ++--- drivers/infiniband/hw/hns/hns_roce_srq.c | 104 +++++++------ 9 files changed, 260 insertions(+), 245 deletions(-) -- 2.33.0