mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-19 17:14:40 +08:00
bfec53c6c8
GRO is simpler to use than the old inet_lro library, and is compatible with forwarding and bridging configurations. Compile-tested only. Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: Doug Ledford <dledford@redhat.com>
16 lines
463 B
Plaintext
16 lines
463 B
Plaintext
config INFINIBAND_NES
|
|
tristate "NetEffect RNIC Driver"
|
|
depends on PCI && INET && INFINIBAND
|
|
select LIBCRC32C
|
|
---help---
|
|
This is the RDMA Network Interface Card (RNIC) driver for
|
|
NetEffect Ethernet Cluster Server Adapters.
|
|
|
|
config INFINIBAND_NES_DEBUG
|
|
bool "Verbose debugging output"
|
|
depends on INFINIBAND_NES
|
|
default n
|
|
---help---
|
|
This option enables debug messages from the NetEffect RNIC
|
|
driver. Select this if you are diagnosing a problem.
|