diff options
author | Ben Hutchings <ben@decadent.org.uk> | 2016-02-15 22:25:44 +0100 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2016-02-29 23:11:57 +0100 |
commit | bfec53c6c88aa2b18a5015ca3e0137d4e0dec95a (patch) | |
tree | 3cb588a0ac824607f34db0b822ada0538cfbddef /drivers/infiniband/hw/nes/Kconfig | |
parent | Linux 4.5-rc6 (diff) | |
download | linux-bfec53c6c88aa2b18a5015ca3e0137d4e0dec95a.tar.xz linux-bfec53c6c88aa2b18a5015ca3e0137d4e0dec95a.zip |
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. |