Thread (26 messages) 26 messages, 7 authors, 2012-08-02

Re: [RFC v2 2/2] net: Add support for NTB virtual ethernet device

From: Greg KH <gregkh@linuxfoundation.org>
Date: 2012-07-31 22:28:39
Also in: linux-pci, lkml

On Sun, Jul 29, 2012 at 05:26:34PM -0700, Jon Mason wrote:
quoted hunk ↗ jump to hunk
A virtual ethernet device that uses the NTB transport API to send/receive data.

Signed-off-by: Jon Mason <redacted>
---
 drivers/net/Kconfig      |    4 +
 drivers/net/Makefile     |    1 +
 drivers/net/ntb_netdev.c |  417 ++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 422 insertions(+), 0 deletions(-)
 create mode 100644 drivers/net/ntb_netdev.c
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 0c2bd80..9bf8a71 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -178,6 +178,10 @@ config NETPOLL_TRAP
 config NET_POLL_CONTROLLER
 	def_bool NETPOLL
 
+config NTB_NETDEV
+	tristate "Virtual Ethernet over NTB"
+	depends on NTB
How will this module be auto-loaded by a distro?  You need some way to
detect this device on the "bus" right?  What is that method?  And why
isn't it hooked up to the "traditional" method the kernel uses to
determine this?

Don't expect distros to just always load this module, that's not going
to work, sorry.

greg k-h
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help