mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 10:31:48 +00:00
a8b92ca1b0
Introduce DEVX to enable direct device commands in downstream patches from this series. In that mode of work the firmware manages the isolation between processes' resources and as such a DEVX user id is created and assigned to the given user context upon allocation request. A capability check is done to make sure that this feature is really supported by the firmware prior to creating the DEVX user id. Signed-off-by: Yishai Hadas <yishaih@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
7 lines
291 B
Makefile
7 lines
291 B
Makefile
obj-$(CONFIG_MLX5_INFINIBAND) += mlx5_ib.o
|
|
|
|
mlx5_ib-y := main.o cq.o doorbell.o qp.o mem.o srq.o mr.o ah.o mad.o gsi.o ib_virt.o cmd.o cong.o
|
|
mlx5_ib-$(CONFIG_INFINIBAND_ON_DEMAND_PAGING) += odp.o
|
|
mlx5_ib-$(CONFIG_MLX5_ESWITCH) += ib_rep.o
|
|
mlx5_ib-$(CONFIG_INFINIBAND_USER_ACCESS) += devx.o
|