Re: [PATCH net-next 0/7] net: network drivers should not depend on geneve/vxlan

2016-04-21 Thread David Miller
From: Hannes Frederic Sowa Date: Thu, 21 Apr 2016 09:43:11 +0200 > Hi David, > > On Wed, Apr 20, 2016, at 03:11, David Miller wrote: >> From: Hannes Frederic Sowa >> Date: Wed, 20 Apr 2016 03:06:13 +0200 >> >> > On Wed, Apr 20, 2016, at 02:27, David Miller wrote: >> >> From: Hannes Frederic So

Re: [PATCH net-next 0/7] net: network drivers should not depend on geneve/vxlan

2016-04-21 Thread David Miller
From: Hannes Frederic Sowa Date: Thu, 21 Apr 2016 09:43:11 +0200 > could you look at this again? If you have further feedback I am happy to > incooperate those. I will.

Re: [PATCH net-next 0/7] net: network drivers should not depend on geneve/vxlan

2016-04-21 Thread Hannes Frederic Sowa
Hi David, On Wed, Apr 20, 2016, at 03:11, David Miller wrote: > From: Hannes Frederic Sowa > Date: Wed, 20 Apr 2016 03:06:13 +0200 > > > On Wed, Apr 20, 2016, at 02:27, David Miller wrote: > >> From: Hannes Frederic Sowa > >> Date: Mon, 18 Apr 2016 21:19:41 +0200 > >> > >> > This patchset remo

Re: [PATCH net-next 0/7] net: network drivers should not depend on geneve/vxlan

2016-04-19 Thread Hannes Frederic Sowa
On 20.04.2016 03:11, David Miller wrote: > From: Hannes Frederic Sowa > Date: Wed, 20 Apr 2016 03:06:13 +0200 > >> On Wed, Apr 20, 2016, at 02:27, David Miller wrote: >>> From: Hannes Frederic Sowa >>> Date: Mon, 18 Apr 2016 21:19:41 +0200 >>> This patchset removes the dependency of network

Re: [PATCH net-next 0/7] net: network drivers should not depend on geneve/vxlan

2016-04-19 Thread David Miller
From: Hannes Frederic Sowa Date: Wed, 20 Apr 2016 03:06:13 +0200 > On Wed, Apr 20, 2016, at 02:27, David Miller wrote: >> From: Hannes Frederic Sowa >> Date: Mon, 18 Apr 2016 21:19:41 +0200 >> >> > This patchset removes the dependency of network drivers on vxlan or >> > geneve, so those don't g

Re: [PATCH net-next 0/7] net: network drivers should not depend on geneve/vxlan

2016-04-19 Thread Hannes Frederic Sowa
On Wed, Apr 20, 2016, at 02:27, David Miller wrote: > From: Hannes Frederic Sowa > Date: Mon, 18 Apr 2016 21:19:41 +0200 > > > This patchset removes the dependency of network drivers on vxlan or > > geneve, so those don't get autoloaded when the nic driver is loaded. > > > > Also audited the cod

Re: [PATCH net-next 0/7] net: network drivers should not depend on geneve/vxlan

2016-04-19 Thread David Miller
From: Hannes Frederic Sowa Date: Mon, 18 Apr 2016 21:19:41 +0200 > This patchset removes the dependency of network drivers on vxlan or > geneve, so those don't get autoloaded when the nic driver is loaded. > > Also audited the code such that vxlan_get_rx_port and geneve_get_rx_port > are not cal

[PATCH net-next 0/7] net: network drivers should not depend on geneve/vxlan

2016-04-18 Thread Hannes Frederic Sowa
This patchset removes the dependency of network drivers on vxlan or geneve, so those don't get autoloaded when the nic driver is loaded. Also audited the code such that vxlan_get_rx_port and geneve_get_rx_port are not called without rtnl lock. Hannes Frederic Sowa (7): benet: be_resume needs to