1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/infiniband/hw/mana
Konstantin Taranov 44b607ad4c RDMA/mana_ib: implement uapi for creation of rnic cq
Enable users to create RNIC CQs using a corresponding flag.
With the previous request size, an ethernet CQ is created.
As a response, return ID of the created CQ.

Signed-off-by: Konstantin Taranov <kotaranov@microsoft.com>
Link: https://lore.kernel.org/r/1714137160-5222-6-git-send-email-kotaranov@linux.microsoft.com
Reviewed-by: Long Li <longli@microsoft.com>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
2024-05-05 15:27:23 +03:00
..
cq.c RDMA/mana_ib: implement uapi for creation of rnic cq 2024-05-05 15:27:23 +03:00
device.c RDMA/mana_ib: Fix missing ret value 2024-04-23 12:02:44 -03:00
Kconfig RDMA/mana_ib: Add a driver for Microsoft Azure Network Adapter 2022-11-11 11:40:09 +02:00
main.c RDMA/mana_ib: create and destroy RNIC cqs 2024-05-05 15:27:23 +03:00
Makefile RDMA/mana_ib: Add a driver for Microsoft Azure Network Adapter 2022-11-11 11:40:09 +02:00
mana_ib.h RDMA/mana_ib: introduce a helper to remove cq callbacks 2024-05-05 15:27:23 +03:00
mr.c RDMA/mana_ib: remove useless return values from dbg prints 2024-04-11 14:30:24 +03:00
qp.c RDMA/mana_ib: introduce a helper to remove cq callbacks 2024-05-05 15:27:23 +03:00
wq.c RDMA/mana_ib: Use struct mana_ib_queue for WQs 2024-04-02 11:30:23 +03:00