Re: [PATCH net 3/4] net/core: move ipv6 gro function declarations to net/ipv6

2021-02-02 Thread Leon Romanovsky
On Tue, Feb 02, 2021 at 03:57:07PM +0100, Eric Dumazet wrote: > On Tue, Feb 2, 2021 at 2:56 PM Leon Romanovsky wrote: > > > > From: Leon Romanovsky > > > > Fir the following compilation warnings: > > 1031 | INDIRECT_CALLABLE_SCOPE void udp_v6_early_demux(struct sk_buff *skb) > > > >

Re: [PATCH net 3/4] net/core: move ipv6 gro function declarations to net/ipv6

2021-02-02 Thread Eric Dumazet
On Tue, Feb 2, 2021 at 2:56 PM Leon Romanovsky wrote: > > From: Leon Romanovsky > > Fir the following compilation warnings: > 1031 | INDIRECT_CALLABLE_SCOPE void udp_v6_early_demux(struct sk_buff *skb) > > net/ipv6/ip6_offload.c:182:41: warning: no previous prototype for > ‘ipv6_gro_receive’

[PATCH net 3/4] net/core: move ipv6 gro function declarations to net/ipv6

2021-02-02 Thread Leon Romanovsky
From: Leon Romanovsky Fir the following compilation warnings: 1031 | INDIRECT_CALLABLE_SCOPE void udp_v6_early_demux(struct sk_buff *skb) net/ipv6/ip6_offload.c:182:41: warning: no previous prototype for ‘ipv6_gro_receive’ [-Wmissing-prototypes] 182 | INDIRECT_CALLABLE_SCOPE struct sk_buff