netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] net: break dependency of drivers on geneve and vxlan
@ 2016-01-06 15:41 Hannes Frederic Sowa
  2016-01-06 15:41 ` [PATCH net-next 1/2] vxlan: break dependency to network drivers Hannes Frederic Sowa
  2016-01-06 15:41 ` [PATCH net-next 2/2] geneve: " Hannes Frederic Sowa
  0 siblings, 2 replies; 9+ messages in thread
From: Hannes Frederic Sowa @ 2016-01-06 15:41 UTC (permalink / raw)
  To: netdev

Device drivers which support geneve or vxlan offloading have a dependency
on the correlating kernel modules. Thus those drivers automatically loaded
the geneve or vxlan modules. Break this dependency with this small series.

Hannes Frederic Sowa (2):
  vxlan: break dependency to network drivers
  geneve: break dependency to network drivers

 drivers/net/geneve.c      | 30 +++++++++++++++++++++++++++---
 drivers/net/vxlan.c       | 17 +++++++++++------
 include/linux/netdevice.h |  2 ++
 include/net/geneve.h      |  7 +++----
 include/net/vxlan.h       |  5 +----
 5 files changed, 44 insertions(+), 17 deletions(-)

-- 
2.5.0

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-01-06 21:18 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-06 15:41 [PATCH net-next 0/2] net: break dependency of drivers on geneve and vxlan Hannes Frederic Sowa
2016-01-06 15:41 ` [PATCH net-next 1/2] vxlan: break dependency to network drivers Hannes Frederic Sowa
2016-01-06 15:41 ` [PATCH net-next 2/2] geneve: " Hannes Frederic Sowa
2016-01-06 18:00   ` Jesse Gross
2016-01-06 18:48     ` Hannes Frederic Sowa
2016-01-06 19:52       ` Jesse Gross
2016-01-06 20:25         ` Hannes Frederic Sowa
2016-01-06 21:01           ` Jesse Gross
2016-01-06 21:18             ` Hannes Frederic Sowa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).