-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RDMA/ocrdma: Add driver for Emulex OneConnect IBoE RDMA adapter
Signed-off-by: Parav Pandit <parav.pandit@emulex.com> Signed-off-by: Roland Dreier <roland@purestorage.com>
- Loading branch information
Parav Pandit
authored and
Roland Dreier
committed
May 8, 2012
1 parent
045508a
commit fe2caef
Showing
14 changed files
with
8,393 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
config INFINIBAND_OCRDMA | ||
tristate "Emulex One Connect HCA support" | ||
depends on ETHERNET && NETDEVICES && PCI | ||
select NET_VENDOR_EMULEX | ||
select BE2NET | ||
---help--- | ||
This driver provides low-level InfiniBand over Ethernet | ||
support for Emulex One Connect host channel adapters (HCAs). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
ccflags-y := -Idrivers/net/ethernet/emulex/benet | ||
|
||
obj-$(CONFIG_INFINIBAND_OCRDMA) += ocrdma.o | ||
|
||
ocrdma-y := ocrdma_main.o ocrdma_verbs.o ocrdma_hw.o ocrdma_ah.o |
Oops, something went wrong.