aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-06RDMA/hns: Optimize SRQ buffer size calculating processXi Wang3-24/+23
2020-05-06RDMA/hns: Move SRQ code to the reasonable placeYixian Liu1-306/+303
2020-05-06RDMA/hns: Optimize WQE buffer size calculating processXi Wang3-265/+182
2020-05-06RDMA/hns: Remove unused MTT functionsXi Wang6-807/+2
2020-05-06RDMA/hns: Optimize PBL buffer allocation processXi Wang4-669/+197
2020-05-02RDMA: Group create AH arguments in structMaor Gottlieb2-4/+5
2020-04-24RDMA/hns: Simplify the status judgment code of hns_roce_v1_m_qp()Lang Cheng1-12/+30
2020-04-24RDMA/hns: Simplify the state judgment code of qpLang Cheng1-27/+27
2020-04-24RDMA/hns: Simplify the cqe code of poll cqLang Cheng1-73/+57
2020-04-24RDMA/hns: Simplify the qp state convert codeLang Cheng1-13/+14
2020-04-24RDMA/hns: Optimize hns_roce_v2_set_mac()Lijun Ou1-5/+2
2020-04-24RDMA/hns: Optimize hns_roce_config_link_table()Lijun Ou1-32/+21
2020-04-22RDMA/hns: Support 0 hop addressing for CQE bufferXi Wang4-265/+122
2020-04-22RDMA/hns: Support 0 hop addressing for SRQ bufferXi Wang3-250/+161
2020-04-22RDMA/hns: Support 0 hop addressing for WQE bufferXi Wang4-196/+106
2020-04-22RDMA/hns: Optimize 0 hop addressing for EQE bufferXi Wang2-129/+48
2020-04-22RDMA/hns: Optimize hns buffer allocation flowXi Wang8-128/+121
2020-04-22RDMA/hns: Add support for addressing when hopnum is 0Xi Wang4-33/+450
2020-03-29RDMA/hns: Fix uninitialized variable bugGustavo A. R. Silva1-1/+1
2020-03-29RDMA/hns: Modify the mask of QP number for CQE of hip08Lang Cheng1-1/+1
2020-03-29RDMA/hns: Reduce the maximum number of extend SGE per WQELang Cheng1-4/+3
2020-03-29RDMA/hns: Reduce PFC frames in congestion scenariosJihua Tao1-1/+1
2020-03-26RDMA/hns: Remove redundant judgment of qp_typeWeihang Li1-7/+0
2020-03-26RDMA/hns: Remove redundant assignment of wc->smac when polling cqWeihang Li1-8/+1
2020-03-26RDMA/hns: Remove redundant qpc setup operationsLang Cheng1-236/+1
2020-03-26RDMA/hns: Remove meaningless printsWenpeng Liang2-11/+3
2020-03-26RDMA/hns: Remove definition of cq doorbell structureLang Cheng1-5/+0
2020-03-26RDMA/hns: Adjust the qp status value sequence of the hardwareLang Cheng1-1/+1
2020-03-26RDMA/hns: Optimize hns_roce_alloc_vf_resource()Lijun Ou1-81/+62
2020-03-26RDMA/hns: Simplify attribute judgment codeLang Cheng1-2/+1
2020-03-26RDMA/hns: Fix a wrong judgment of return valueWeihang Li1-1/+1
2020-03-26RDMA/hns: Unify format of printsLijun Ou2-73/+89
2020-03-24RDMA/hns: Optimize mhop put flow for multi-hop addressingXi Wang1-100/+61
2020-03-24RDMA/hns: Optimize mhop get flow for multi-hop addressingXi Wang1-115/+182
2020-03-18RDMA/hns: Check if depth of qp is 0 before configureLang Cheng1-44/+33
2020-03-18RDMA/hns: Optimize wqe buffer set flow for post sendXi Wang1-248/+224
2020-03-18RDMA/hns: Optimize base address table config flow for qp bufferXi Wang3-41/+21
2020-03-18RDMA/hns: Optimize the wr opcode conversion from ib to hnsXi Wang1-27/+36
2020-03-18RDMA/hns: Optimize wqe buffer filling process for post sendXi Wang1-31/+32
2020-03-18RDMA/hns: Rename wqe buffer related functionsXi Wang4-15/+16
2020-03-13RDMA/hns: Fix wrong judgments of udata->outlenWeihang Li1-4/+4
2020-03-04RDMA/hns: fix spelling mistake "attatch" -> "attach"Colin Ian King1-1/+1
2020-03-04RDMA/providers: Fix return value when QP type isn't supportedKamal Heib1-1/+1
2020-02-28RDMA/hns: Optimize qp doorbell allocation flowXi Wang1-102/+132
2020-02-28RDMA/hns: Optimize kernel qp wrid allocation flowXi Wang1-27/+45
2020-02-28RDMA/hns: Optimize qp param setup flowXi Wang1-64/+72
2020-02-28RDMA/hns: Optimize qp buffer allocation flowXi Wang2-123/+144
2020-02-28RDMA/hns: Optimize qp number assign flowXi Wang1-47/+44
2020-02-28RDMA/hns: Optimize qp context create and destroy flowXi Wang2-89/+81
2020-02-28RDMA/hns: Optimize qp destroy flowXi Wang4-58/+46