mlx4_en: Add driver for Mellanox ConnectX 10GbE NIC
The Mellanox ConnectX can operate as an InfiniBand adapter, as an Ethernet NIC, or as a Fibre Channel (FC) HBA. The kernel has a low-level driver, mlx4_core, which handles multiplexing access to the device, and there is also already an InfiniBad driver, mlx4_ib. This patch adds a new driver, mlx4_en, which implements a standard Ethernet NIC driver. Signed-off-by: Liran Liss <liranl@mellanox.co.il> Signed-off-by: Yevgeny Petrilin <yevgenyp@mellanox.co.il> Signed-off-by: Roland Dreier <rolandd@cisco.com>
Showing
drivers/net/mlx4/en_cq.c
0 → 100644
drivers/net/mlx4/en_main.c
0 → 100644
drivers/net/mlx4/en_netdev.c
0 → 100644
This diff is collapsed.
drivers/net/mlx4/en_params.c
0 → 100644
This diff is collapsed.
drivers/net/mlx4/en_port.c
0 → 100644
drivers/net/mlx4/en_port.h
0 → 100644
This diff is collapsed.
drivers/net/mlx4/en_rx.c
0 → 100644
This diff is collapsed.
drivers/net/mlx4/en_tx.c
0 → 100644
This diff is collapsed.
drivers/net/mlx4/mlx4_en.h
0 → 100644
This diff is collapsed.
Please register or sign in to comment