From: Greg KH <gregkh@linuxfoundation.org>
To: Jon Mason <jon.mason@intel.com>
Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org,
linux-pci@vger.kernel.org, Dave Jiang <dave.jiang@intel.com>
Subject: Re: [RFC v2 2/2] net: Add support for NTB virtual ethernet device
Date: Tue, 31 Jul 2012 15:28:32 -0700 [thread overview]
Message-ID: <20120731222832.GC19134@kroah.com> (raw)
In-Reply-To: <1343607994-32415-3-git-send-email-jon.mason@intel.com>
On Sun, Jul 29, 2012 at 05:26:34PM -0700, Jon Mason wrote:
> A virtual ethernet device that uses the NTB transport API to send/receive data.
>
> Signed-off-by: Jon Mason <jon.mason@intel.com>
> ---
> 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
prev parent reply other threads:[~2012-07-31 22:28 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-30 0:26 [RFC v2 0/2] PCI-Express Non-Transparent Bridge Support Jon Mason
2012-07-30 0:26 ` [RFC v2 1/2] " Jon Mason
2012-07-30 16:50 ` Bjorn Helgaas
2012-07-30 18:15 ` Jon Mason
2012-07-31 3:35 ` Jianbin Kang
2012-07-31 16:33 ` Jon Mason
2012-08-01 2:10 ` Jianbin Kang
2012-08-01 2:18 ` Jiang, Dave
2012-07-31 13:45 ` Bjorn Helgaas
2012-07-31 16:02 ` chetan loke
2012-07-31 17:03 ` Bjorn Helgaas
2012-07-31 17:27 ` Jon Mason
2012-07-31 18:02 ` chetan loke
2012-08-02 1:43 ` Jon Mason
2012-07-31 17:10 ` Jon Mason
2012-07-31 16:14 ` chetan loke
2012-07-31 22:23 ` Greg KH
2012-07-31 22:51 ` Jon Mason
2012-07-31 23:14 ` Greg KH
2012-07-31 22:25 ` Greg KH
2012-08-02 1:49 ` Jon Mason
2012-07-30 0:26 ` [RFC v2 2/2] net: Add support for NTB virtual ethernet device Jon Mason
2012-07-30 14:02 ` Jiri Pirko
2012-07-30 18:19 ` Jon Mason
2012-07-30 20:09 ` Jiri Pirko
2012-07-31 22:28 ` Greg KH [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120731222832.GC19134@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=dave.jiang@intel.com \
--cc=jon.mason@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.