diff options
author | Ben Hutchings <ben@decadent.org.uk> | 2016-02-15 21:25:44 +0000 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2016-02-29 17:11:57 -0500 |
commit | bfec53c6c88aa2b18a5015ca3e0137d4e0dec95a (patch) | |
tree | 3cb588a0ac824607f34db0b822ada0538cfbddef /drivers/infiniband/hw/nes/Kconfig | |
parent | fc77dbd34c5c99bce46d40a2491937c3bcbd10af (diff) | |
download | linux-next-bfec53c6c88aa2b18a5015ca3e0137d4e0dec95a.tar.gz |
RDMA/nes: Replace LRO with GRO
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>
Diffstat (limited to 'drivers/infiniband/hw/nes/Kconfig')
-rw-r--r-- | drivers/infiniband/hw/nes/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/nes/Kconfig b/drivers/infiniband/hw/nes/Kconfig index 846dc97cf260..7964eba8e7ed 100644 --- a/drivers/infiniband/hw/nes/Kconfig +++ b/drivers/infiniband/hw/nes/Kconfig @@ -2,7 +2,6 @@ config INFINIBAND_NES tristate "NetEffect RNIC Driver" depends on PCI && INET && INFINIBAND select LIBCRC32C - select INET_LRO ---help--- This is the RDMA Network Interface Card (RNIC) driver for NetEffect Ethernet Cluster Server Adapters. |