Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mlx4_en: Not using Shared Receive Queues | Yevgeny Petrilin | 2009-08-06 | 1 | -5/+4 |
| | | | | | | | | | We use 1:1 mapping between QPs and SRQs on receive side, so additional indirection level not required. Allocated the receive buffers for the RSS QPs. Signed-off-by: Yevgeny Petrilin <yevgenyp@mellanox.co.il> Signed-off-by: David S. Miller <davem@davemloft.net> | ||||
* | mlx4_en: Assign dummy event handler for TX queue | Yevgeny Petrilin | 2009-04-21 | 1 | -0/+6 |
| | | | | | | | | The low level driver always assumes this handler exists. The lack of it could cause kernel panic Signed-off-by: Yevgeny Petrilin <yevgenyp@mellanox.co.il> Signed-off-by: David S. Miller <davem@davemloft.net> | ||||
* | mlx4_en: Add driver for Mellanox ConnectX 10GbE NIC | Yevgeny Petrilin | 2008-10-22 | 1 | -0/+96 |
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> |