You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
505 B
17 lines
505 B
config INFINIBAND_NES
|
|
tristate "NetEffect RNIC Driver"
|
|
depends on PCI && INET && INFINIBAND
|
|
select LIBCRC32C
|
|
select INET_LRO
|
|
---help---
|
|
This is a low-level driver for NetEffect RDMA enabled
|
|
Network Interface Cards (RNIC).
|
|
|
|
config INFINIBAND_NES_DEBUG
|
|
bool "Verbose debugging output"
|
|
depends on INFINIBAND_NES
|
|
default n
|
|
---help---
|
|
This option causes the NetEffect RNIC driver to produce debug
|
|
messages. Select this if you are developing the driver
|
|
or trying to diagnose a problem.
|
|
|