Hi Jason, This patch-set was based on Doug's RDMA tree: git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git Should I resend this patch-set based on the new shared RDMA git tree? git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git Thanks On 2017/12/4 17:33, Liuyixian (Eason) wrote: > Hi Doug, > > Should I make some changes for this patch-set for the further review? > > Regards > > > On 2017/11/14 17:26, Yixian Liu wrote: >> This patch-set refactor eq code for hip06 and add eq >> support for hip08. >> >> Yixian Liu (2): >> RDMA/hns: Refactor eq code for hip06 >> RDMA/hns: Add eq support of hip08 >> >> drivers/infiniband/hw/hns/Makefile | 2 +- >> drivers/infiniband/hw/hns/hns_roce_cmd.c | 1 + >> drivers/infiniband/hw/hns/hns_roce_cmd.h | 10 + >> drivers/infiniband/hw/hns/hns_roce_common.h | 11 + >> drivers/infiniband/hw/hns/hns_roce_cq.c | 19 +- >> drivers/infiniband/hw/hns/hns_roce_device.h | 83 +- >> drivers/infiniband/hw/hns/hns_roce_eq.c | 759 ----------------- >> drivers/infiniband/hw/hns/hns_roce_eq.h | 134 --- >> drivers/infiniband/hw/hns/hns_roce_hw_v1.c | 740 ++++++++++++++++- >> drivers/infiniband/hw/hns/hns_roce_hw_v1.h | 44 +- >> drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 1177 ++++++++++++++++++++++++++- >> drivers/infiniband/hw/hns/hns_roce_hw_v2.h | 192 ++++- >> drivers/infiniband/hw/hns/hns_roce_main.c | 16 +- >> drivers/infiniband/hw/hns/hns_roce_qp.c | 1 + >> 14 files changed, 2251 insertions(+), 938 deletions(-) >> delete mode 100644 drivers/infiniband/hw/hns/hns_roce_eq.c >> delete mode 100644 drivers/infiniband/hw/hns/hns_roce_eq.h >> > > -- > To unsubscribe from this list: send the line "unsubscribe linux-rdma" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html > > . > -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html