summaryrefslogtreecommitdiffstats
path: root/net/Kconfig
diff options
context:
space:
mode:
authorEric Dumazet2017-02-08 00:37:15 +0100
committerDavid S. Miller2017-02-08 20:38:18 +0100
commit97e219b7c1f75b14b29abe28ad53e8709e8d15e5 (patch)
treeffce868c8d15defa68ee441282782f2bacabf80a /net/Kconfig
parentnet: mellanox: switchx2: use new api ethtool_{get|set}_link_ksettings (diff)
downloadkernel-qcow2-linux-97e219b7c1f75b14b29abe28ad53e8709e8d15e5.tar.gz
kernel-qcow2-linux-97e219b7c1f75b14b29abe28ad53e8709e8d15e5.tar.xz
kernel-qcow2-linux-97e219b7c1f75b14b29abe28ad53e8709e8d15e5.zip
gro_cells: move to net/core/gro_cells.c
We have many gro cells users, so lets move the code to avoid duplication. This creates a CONFIG_GRO_CELLS option. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/Kconfig')
-rw-r--r--net/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/Kconfig b/net/Kconfig
index 2f2842d2d3ed..f19c0c3b9589 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -413,6 +413,10 @@ config DST_CACHE
bool
default n
+config GRO_CELLS
+ bool
+ default n
+
config NET_DEVLINK
tristate "Network physical/parent device Netlink interface"
help