Re: [PATCH] net: i40e: avoid unused function warnings

2016-01-20 Thread Jeff Kirsher
On Wed, 2016-01-20 at 23:54 +0100, Arnd Bergmann wrote: > On Wednesday 20 January 2016 14:44:45 Jeff Kirsher wrote: > > Yeah, I have a fix for that as well. > >  > > You can confirm by pulling my next-queue tree (dev-queue branch). > > git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next- >

Re: [PATCH] net: i40e: avoid unused function warnings

2016-01-20 Thread Arnd Bergmann
On Wednesday 20 January 2016 14:44:45 Jeff Kirsher wrote: > Yeah, I have a fix for that as well. > > You can confirm by pulling my next-queue tree (dev-queue branch). > git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git d > ev-queue > I checked out that branch, but still see b

Re: [PATCH] net: i40e: avoid unused function warnings

2016-01-20 Thread Jeff Kirsher
On Wed, 2016-01-20 at 23:28 +0100, Arnd Bergmann wrote: > On Wednesday 20 January 2016 14:17:25 Jeff Kirsher wrote: > > On Wed, 2016-01-20 at 11:42 +0100, Arnd Bergmann wrote: > > > The addition of the geneve tunnel offload code left a couple > > > of functions unconditionally defined but empty whe

Re: [PATCH] net: i40e: avoid unused function warnings

2016-01-20 Thread Arnd Bergmann
On Wednesday 20 January 2016 14:17:25 Jeff Kirsher wrote: > On Wed, 2016-01-20 at 11:42 +0100, Arnd Bergmann wrote: > > The addition of the geneve tunnel offload code left a couple > > of functions unconditionally defined but empty whenever CONFIG_VXLAN > > and CONFIG_GENEVE are disabled. gcc warns

Re: [PATCH] net: i40e: avoid unused function warnings

2016-01-20 Thread Jeff Kirsher
On Wed, 2016-01-20 at 11:42 +0100, Arnd Bergmann wrote: > The addition of the geneve tunnel offload code left a couple > of functions unconditionally defined but empty whenever CONFIG_VXLAN > and CONFIG_GENEVE are disabled. gcc warns about this: > > i40e_main.c:7049:13: warning: 'i40e_sync_udp_fil