OSDN Git Service

Merge branch 'gro-out-of-core-files'
authorDavid S. Miller <davem@davemloft.net>
Tue, 16 Nov 2021 13:16:54 +0000 (13:16 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 16 Nov 2021 13:16:54 +0000 (13:16 +0000)
Eric Dumazet says:

====================
gro: get out of core files

Move GRO related content into net/core/gro.c
and include/net/gro.h.

This reduces GRO scope to where it is really needed,
and shrinks too big files (include/linux/netdevice.h
and net/core/dev.c)
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge