mirror of
https://github.com/torvalds/linux.git
synced 2024-11-13 15:41:39 +00:00
2e0cbc4dd0
Adds a skeletal implementation of the qed* RoCE driver - basically the ability to communicate with the qede driver and receive notifications from it regarding various init/exit events. Signed-off-by: Rajesh Borundia <rajesh.borundia@cavium.com> Signed-off-by: Ram Amrani <Ram.Amrani@cavium.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
8 lines
223 B
Plaintext
8 lines
223 B
Plaintext
config INFINIBAND_QEDR
|
|
tristate "QLogic RoCE driver"
|
|
depends on 64BIT && QEDE
|
|
select QED_LL2
|
|
---help---
|
|
This driver provides low-level InfiniBand over Ethernet
|
|
support for QLogic QED host channel adapters (HCAs).
|