-
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.
yaml --- r: 302622 b: refs/heads/master c: fe2caef h: refs/heads/master v: v3
- Loading branch information
Parav Pandit
authored and
Roland Dreier
committed
May 8, 2012
1 parent
acb707c
commit dcfbc13
Showing
15 changed files
with
8,394 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 045508a8a36f9a82b63d1f6362bd323085638588 | ||
refs/heads/master: fe2caefcdf5869f308c102e3d64d40683bfad711 |
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.