Commit 548c237c authored by Jon Mason's avatar Jon Mason Committed by Greg Kroah-Hartman

net: Add support for NTB virtual ethernet device

A virtual ethernet device that uses the NTB transport API to
send/receive data.
Signed-off-by: default avatarJon Mason <jon.mason@intel.com>
Reviewed-by: default avatarNicholas Bellinger <nab@linux-iscsi.org>
Acked-by: default avatarDavid S. Miller <davem@davemloft.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent fce8a7bb
...@@ -5398,6 +5398,7 @@ NTB DRIVER ...@@ -5398,6 +5398,7 @@ NTB DRIVER
M: Jon Mason <jon.mason@intel.com> M: Jon Mason <jon.mason@intel.com>
S: Supported S: Supported
F: drivers/ntb/ F: drivers/ntb/
F: drivers/net/ntb_netdev.c
F: include/linux/ntb.h F: include/linux/ntb.h
NTFS FILESYSTEM NTFS FILESYSTEM
......
...@@ -189,6 +189,10 @@ config NETPOLL_TRAP ...@@ -189,6 +189,10 @@ config NETPOLL_TRAP
config NET_POLL_CONTROLLER config NET_POLL_CONTROLLER
def_bool NETPOLL def_bool NETPOLL
config NTB_NETDEV
tristate "Virtual Ethernet over NTB"
depends on NTB
config RIONET config RIONET
tristate "RapidIO Ethernet over messaging driver support" tristate "RapidIO Ethernet over messaging driver support"
depends on RAPIDIO depends on RAPIDIO
......
...@@ -71,3 +71,4 @@ obj-$(CONFIG_USB_IPHETH) += usb/ ...@@ -71,3 +71,4 @@ obj-$(CONFIG_USB_IPHETH) += usb/
obj-$(CONFIG_USB_CDC_PHONET) += usb/ obj-$(CONFIG_USB_CDC_PHONET) += usb/
obj-$(CONFIG_HYPERV_NET) += hyperv/ obj-$(CONFIG_HYPERV_NET) += hyperv/
obj-$(CONFIG_NTB_NETDEV) += ntb_netdev.o
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment