]> git.karo-electronics.de Git - karo-tx-linux.git/commit
gro_cells: move to net/core/gro_cells.c
authorEric Dumazet <edumazet@google.com>
Tue, 7 Feb 2017 23:37:15 +0000 (15:37 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 8 Feb 2017 19:38:18 +0000 (14:38 -0500)
commit97e219b7c1f75b14b29abe28ad53e8709e8d15e5
treeffce868c8d15defa68ee441282782f2bacabf80a
parent40710cf9ad234778eb8b10ef07d922f435005cf7
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>
drivers/net/Kconfig
include/net/gro_cells.h
net/Kconfig
net/core/Makefile
net/core/gro_cells.c [new file with mode: 0644]
net/ipv4/Kconfig
net/ipv6/Kconfig
net/xfrm/Kconfig