-
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/cxgb4: Add driver for Chelsio T4 RNIC
Add an RDMA/iWARP driver for Chelsio T4 Ethernet adapters. Signed-off-by: Steve Wise <swise@opengridcomputing.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>
- Loading branch information
Steve Wise
authored and
Roland Dreier
committed
Apr 21, 2010
1 parent
0eddb51
commit cfdda9d
Showing
16 changed files
with
9,447 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,18 @@ | ||
config INFINIBAND_CXGB4 | ||
tristate "Chelsio T4 RDMA Driver" | ||
depends on CHELSIO_T4 && INET | ||
select GENERIC_ALLOCATOR | ||
---help--- | ||
This is an iWARP/RDMA driver for the Chelsio T4 1GbE and | ||
10GbE adapters. | ||
|
||
For general information about Chelsio and our products, visit | ||
our website at <http://www.chelsio.com>. | ||
|
||
For customer support, please visit our customer support page at | ||
<http://www.chelsio.com/support.htm>. | ||
|
||
Please send feedback to <linux-bugs@chelsio.com>. | ||
|
||
To compile this driver as a module, choose M here: the module | ||
will be called iw_cxgb4. |
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 @@ | ||
EXTRA_CFLAGS += -Idrivers/net/cxgb4 | ||
|
||
obj-$(CONFIG_INFINIBAND_CXGB4) += iw_cxgb4.o | ||
|
||
iw_cxgb4-y := device.o cm.o provider.o mem.o cq.o qp.o resource.o ev.o |
Oops, something went wrong.