1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/infiniband/hw/erdma
Cheng Xu 3b3dfd58ba RDMA/erdma: Refactor the original doorbell allocation mechanism
The original doorbell allocation mechanism is complex and does not meet
the isolation requirement. So we introduce a new doorbell mechanism and the
original mechanism (only be used with CAP_SYS_RAWIO if hardware does not
support the new mechanism) needs to be kept as simple as possible for
compatibility.

Signed-off-by: Cheng Xu <chengyou@linux.alibaba.com>
Link: https://lore.kernel.org/r/20230606055005.80729-5-chengyou@linux.alibaba.com
Signed-off-by: Leon Romanovsky <leon@kernel.org>
2023-06-11 11:57:01 +03:00
..
erdma.h RDMA/erdma: Refactor the original doorbell allocation mechanism 2023-06-11 11:57:01 +03:00
erdma_cm.c net/sock: Introduce trace_sk_data_ready() 2023-01-23 11:26:50 +00:00
erdma_cm.h RDMA/erdma: Unify byte ordering APIs usage 2023-03-22 13:10:46 +02:00
erdma_cmdq.c RDMA/erdma: Minor refactor of device init flow 2023-03-22 13:10:46 +02:00
erdma_cq.c v6.4 merge window RDMA pull request 2023-04-29 17:21:24 -07:00
erdma_eq.c RDMA/erdma: Eliminate unnecessary casting of EQ doorbells 2023-03-22 13:10:46 +02:00
erdma_hw.h RDMA/erdma: Refactor the original doorbell allocation mechanism 2023-06-11 11:57:01 +03:00
erdma_main.c RDMA/erdma: Refactor the original doorbell allocation mechanism 2023-06-11 11:57:01 +03:00
erdma_qp.c RDMA/erdma: Inline mtt entries into WQE if supported 2023-03-20 12:53:24 +02:00
erdma_verbs.c RDMA/erdma: Refactor the original doorbell allocation mechanism 2023-06-11 11:57:01 +03:00
erdma_verbs.h RDMA/erdma: Refactor the original doorbell allocation mechanism 2023-06-11 11:57:01 +03:00
Kconfig RDMA/erdma: Add driver to kernel build environment 2022-07-27 16:04:05 -03:00
Makefile RDMA/erdma: Add driver to kernel build environment 2022-07-27 16:04:05 -03:00