aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns/hns_roce_srq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-24RDMA/hns: Use IDA interface to manage srq indexYangyang Li1-14/+14
2021-06-21RDMA/hns: Remove unused RR mechanismYangyang Li1-2/+2
2021-06-08RDMA/hns: Use refcount_t instead of atomic_t for SRQ reference countingWeihang Li1-4/+4
2021-05-28RDMA/hns: Optimize the base address table config for MTRXi Wang1-5/+5
2021-04-01RDMA/hns: Reorganize doorbell update interfaces for all queuesYixian Liu1-1/+1
2021-03-11RDMA/hns: Add support for XRC on HIP09Wenpeng Liang1-0/+3
2021-02-08RDMA/hns: Refactor code about SRQ ContextWenpeng Liang1-31/+13
2021-02-08RDMA/hns: Refactor hns_roce_create_srq()Wenpeng Liang1-117/+152
2021-02-08RDMA/hns: Remove the reserved WQE of SRQWenpeng Liang1-2/+4
2021-02-08RDMA/hns: Force srq_limit to 0 when creating SRQWenpeng Liang1-0/+1
2021-02-08RDMA/hns: Bugfix for checking whether the srq is full when post wrWenpeng Liang1-2/+3
2021-02-08RDMA/hns: Allocate one more recv SGE for HIP08Lang Cheng1-3/+37
2021-01-28RDMA/hns: Refactor the MTR creation flowXi Wang1-2/+0
2020-12-11RDMA/hns: Fix inaccurate printsYixing Liu1-15/+22
2020-12-11RDMA/hns: Fix coding style issuesLang Cheng1-1/+0
2020-12-11RDMA/hns: Limit the length of data copied between kernel and userspaceWenpeng Liang1-5/+5
2020-12-07RDMA/hns: Move capability flags of QP and CQ to hns-abi.hWeihang Li1-1/+0
2020-10-26RDMA: Check srq_type during create_srqJason Gunthorpe1-0/+4
2020-09-09RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky1-1/+2
2020-09-09RDMA/hns: Avoid unncessary initializationLijun Ou1-1/+1
2020-08-20Revert "RDMA/hns: Reserve one sge in order to avoid local length error"Weihang Li1-1/+1
2020-05-25RDMA/hns: Remove redundant parameters from free_srq/qp_wrid()Wenpeng Liang1-3/+3
2020-05-19RDMA/hns: Reserve one sge in order to avoid local length errorLijun Ou1-1/+1
2020-05-19RDMA/hns: Rename macro for defining hns hardware page sizeXi Wang1-4/+4
2020-05-06RDMA/hns: Optimize SRQ buffer size calculating processXi Wang1-8/+8
2020-04-22RDMA/hns: Support 0 hop addressing for SRQ bufferXi Wang1-225/+140
2020-04-22RDMA/hns: Optimize hns buffer allocation flowXi Wang1-20/+17
2020-02-11RDMA/hns: Cleanups of magic numbersLang Cheng1-1/+2
2020-01-16IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua1-2/+3
2019-11-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-41/+45
2019-11-17IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig1-2/+2
2019-11-08RDMA/hns: Modify appropriate printingsWenpeng Liang1-4/+4
2019-11-08RDMA/hns: Fix non-standard error codesYixian Liu1-1/+1
2019-11-08RDMA/hns: Replace not intuitive function/macro namesYixing Liu1-11/+11
2019-11-08RDMA/hns: Modify fields of struct hns_roce_srqYixian Liu1-13/+13
2019-11-06RDMA/hns: Correct the value of srq_desc_sizeWenpeng Liang1-1/+1
2019-10-21RDMA/hns: Fix wrong parameters when initial mtt of srq->idx_queWeihang Li1-10/+14
2019-08-28RDMA/hns: Delete the not-used linesWenpeng Liang1-1/+0
2019-08-28RDMA/hns: Remove if-else judgment statements for creating srqWenpeng Liang1-22/+7
2019-07-25RDMA/hns: Refactor the code of creating srqLijun Ou1-127/+183
2019-06-25RDMA/hns: Cleanup unnecessary exported symbolsLijun Ou1-1/+0
2019-06-20RDMA: Check umem pointer validity prior to releaseLeon Romanovsky1-8/+6
2019-05-31RDMA/hns: Bugfix for posting multiple srq work requestLijun Ou1-12/+3
2019-05-21RDMA/umem: Move page_shift from ib_umem to ib_odp_umemJason Gunthorpe1-6/+4
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky1-34/+18
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch1-1/+1
2019-02-04RDMA/hns: Make some function staticYueHaibing1-4/+5
2019-02-04Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe1-2/+8
2019-01-25RDMA/hns: Update the kernel header file of hnsLijun Ou1-2/+8
2019-01-10IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe1-4/+3