net: gro: populate net/core/gro.c
authorEric Dumazet <edumazet@google.com>
Mon, 15 Nov 2021 17:05:54 +0000 (09:05 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 16 Nov 2021 13:16:54 +0000 (13:16 +0000)
commit587652bbdd06ab38a4c1b85e40f933d2cf4a1147
treea5ce4facf54cc2ecedad1c80888191cede81087f
parente456a18a390b96f22b0de2acd4d0f49c72ed2280
net: gro: populate net/core/gro.c

Move gro code and data from net/core/dev.c to net/core/gro.c
to ease maintenance.

gro_normal_list() and gro_normal_one() are inlined
because they are called from both files.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h
include/net/gro.h
net/core/dev.c
net/core/gro.c