On Tue, Feb 02, 2021 at 07:41:45AM -0800, Eric Dumazet wrote: > From: Eric Dumazet <[email protected]> > > inet_gro_receive() and inet_gro_complete() are part > of GRO engine which can not be modular. > > Similarly, inet_gso_segment() does not need to be exported, > being part of GSO stack. > > In other words, net/ipv6/ip6_offload.o is part of vmlinux, > regardless of CONFIG_IPV6. > > Signed-off-by: Eric Dumazet <[email protected]> > Cc: Leon Romanovsky <[email protected]> > --- > net/ipv4/af_inet.c | 3 --- > 1 file changed, 3 deletions(-) >
Thanks, Reviewed-by: Leon Romanovsky <[email protected]>
