summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns (follow)
Commit message (Expand)AuthorAgeFilesLines
* RDMA/hns: Fix uninitialized variable bugGustavo A. R. Silva2020-03-291-1/+1
* RDMA/hns: Modify the mask of QP number for CQE of hip08Lang Cheng2020-03-291-1/+1
* RDMA/hns: Reduce the maximum number of extend SGE per WQELang Cheng2020-03-291-4/+3
* RDMA/hns: Reduce PFC frames in congestion scenariosJihua Tao2020-03-291-1/+1
* RDMA/hns: Remove redundant judgment of qp_typeWeihang Li2020-03-261-7/+0
* RDMA/hns: Remove redundant assignment of wc->smac when polling cqWeihang Li2020-03-261-8/+1
* RDMA/hns: Remove redundant qpc setup operationsLang Cheng2020-03-261-236/+1
* RDMA/hns: Remove meaningless printsWenpeng Liang2020-03-262-11/+3
* RDMA/hns: Remove definition of cq doorbell structureLang Cheng2020-03-261-5/+0
* RDMA/hns: Adjust the qp status value sequence of the hardwareLang Cheng2020-03-261-1/+1
* RDMA/hns: Optimize hns_roce_alloc_vf_resource()Lijun Ou2020-03-261-81/+62
* RDMA/hns: Simplify attribute judgment codeLang Cheng2020-03-261-2/+1
* RDMA/hns: Fix a wrong judgment of return valueWeihang Li2020-03-261-1/+1
* RDMA/hns: Unify format of printsLijun Ou2020-03-262-73/+89
* RDMA/hns: Optimize mhop put flow for multi-hop addressingXi Wang2020-03-251-100/+61
* RDMA/hns: Optimize mhop get flow for multi-hop addressingXi Wang2020-03-251-115/+182
* RDMA/hns: Check if depth of qp is 0 before configureLang Cheng2020-03-181-44/+33
* RDMA/hns: Optimize wqe buffer set flow for post sendXi Wang2020-03-181-248/+224
* RDMA/hns: Optimize base address table config flow for qp bufferXi Wang2020-03-183-41/+21
* RDMA/hns: Optimize the wr opcode conversion from ib to hnsXi Wang2020-03-181-27/+36
* RDMA/hns: Optimize wqe buffer filling process for post sendXi Wang2020-03-181-31/+32
* RDMA/hns: Rename wqe buffer related functionsXi Wang2020-03-184-15/+16
* RDMA/hns: Fix wrong judgments of udata->outlenWeihang Li2020-03-131-4/+4
* RDMA/hns: fix spelling mistake "attatch" -> "attach"Colin Ian King2020-03-041-1/+1
* RDMA/providers: Fix return value when QP type isn't supportedKamal Heib2020-03-041-1/+1
* RDMA/hns: Optimize qp doorbell allocation flowXi Wang2020-02-281-102/+132
* RDMA/hns: Optimize kernel qp wrid allocation flowXi Wang2020-02-281-27/+45
* RDMA/hns: Optimize qp param setup flowXi Wang2020-02-281-64/+72
* RDMA/hns: Optimize qp buffer allocation flowXi Wang2020-02-282-123/+144
* RDMA/hns: Optimize qp number assign flowXi Wang2020-02-281-47/+44
* RDMA/hns: Optimize qp context create and destroy flowXi Wang2020-02-282-89/+81
* RDMA/hns: Optimize qp destroy flowXi Wang2020-02-284-58/+46
* RDMA/hns: Stop doorbell update while qp state errorYixian Liu2020-02-281-35/+41
* RDMA/hns: Use flush framework for the case in aeqYixian Liu2020-02-282-36/+9
* RDMA/hns: Treat revision HIP08_A as a special caseLang Cheng2020-02-281-14/+12
* RDMA/hns: Initialize all fields of doorbells to zeroLang Cheng2020-02-202-11/+3
* RDMA/hns: fix spelling mistake: "attatch" -> "attach"Colin Ian King2020-02-201-1/+1
* RDMA/hns: Delayed flush cqe process with workqueueYixian Liu2020-02-133-50/+66
* RDMA/hns: Add the workqueue framework for flush cqe handlerYixian Liu2020-02-133-11/+49
* RDMA/hns: Optimize eqe buffer allocation flowXi Wang2020-02-112-383/+108
* RDMA/hns: Cleanups of magic numbersLang Cheng2020-02-114-17/+21
* Merge tag 'rds-odp-for-5.5' into rdma.git for-nextJason Gunthorpe2020-01-215-7/+9
|\
| * IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua2020-01-165-7/+9
* | RDMA/hns: Add support for extended atomic in userspaceJiaran Zhang2020-01-152-2/+17
* | RDMA/hns: Get pf capabilities from firmwareLijun Ou2020-01-152-109/+6
* | RDMA/hns: Add interfaces to get pf capabilities from firmwareLijun Ou2020-01-153-0/+527
* | RDMA/hns: Remove some redundant variables related to capabilitiesWeihang Li2020-01-153-7/+1
* | RDMA/hns: Add support for reporting wc as software modeXi Wang2020-01-106-34/+252
* | RDMA/hns: Bugfix for posting a wqe with sgeLijun Ou2020-01-101-16/+25
* | RDMA/hns: Fix coding style issuesLijun Ou2020-01-072-143/+92