mlx5: Add driver for Mellanox Connect-IB adapters
The driver is comprised of two kernel modules: mlx5_ib and mlx5_core. This partitioning resembles what we have for mlx4, except that mlx5_ib is the pci device driver and not mlx5_core. mlx5_core is essentially a library that provides general functionality that is intended to be used by other Mellanox devices that will be introduced in the future. mlx5_ib has a similar role as any hardware device under drivers/infiniband/hw. Signed-off-by: NEli Cohen <eli@mellanox.com> Signed-off-by: NJack Morgenstein <jackm@dev.mellanox.co.il> Signed-off-by: NOr Gerlitz <ogerlitz@mellanox.com> [ Merge in coccinelle fixes from Fengguang Wu <fengguang.wu@intel.com>. - Roland ] Signed-off-by: NRoland Dreier <roland@purestorage.com>
Showing
drivers/infiniband/hw/mlx5/ah.c
0 → 100644
drivers/infiniband/hw/mlx5/cq.c
0 → 100644
此差异已折叠。
drivers/infiniband/hw/mlx5/mad.c
0 → 100644
drivers/infiniband/hw/mlx5/main.c
0 → 100644
此差异已折叠。
drivers/infiniband/hw/mlx5/mem.c
0 → 100644
drivers/infiniband/hw/mlx5/mr.c
0 → 100644
此差异已折叠。
drivers/infiniband/hw/mlx5/qp.c
0 → 100644
此差异已折叠。
drivers/infiniband/hw/mlx5/srq.c
0 → 100644
drivers/infiniband/hw/mlx5/user.h
0 → 100644
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
include/linux/mlx5/cmd.h
0 → 100644
此差异已折叠。
include/linux/mlx5/cq.h
0 → 100644
此差异已折叠。
include/linux/mlx5/device.h
0 → 100644
此差异已折叠。
include/linux/mlx5/doorbell.h
0 → 100644
此差异已折叠。
include/linux/mlx5/driver.h
0 → 100644
此差异已折叠。
include/linux/mlx5/qp.h
0 → 100644
此差异已折叠。
include/linux/mlx5/srq.h
0 → 100644
想要评论请 注册 或 登录