Skip to content

Commit

Permalink
net: Add support for NTB virtual ethernet device
Browse files Browse the repository at this point in the history
A virtual ethernet device that uses the NTB transport API to
send/receive data.

Signed-off-by: Jon Mason <jon.mason@intel.com>
Reviewed-by: Nicholas Bellinger <nab@linux-iscsi.org>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Jon Mason authored and gregkh committed Jan 18, 2013
1 parent fce8a7b commit 548c237
Show file tree
Hide file tree
Showing 4 changed files with 425 additions and 0 deletions.
1 change: 1 addition & 0 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -5398,6 +5398,7 @@ NTB DRIVER
M: Jon Mason <jon.mason@intel.com>
S: Supported
F: drivers/ntb/
F: drivers/net/ntb_netdev.c
F: include/linux/ntb.h

NTFS FILESYSTEM
Expand Down
4 changes: 4 additions & 0 deletions drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,10 @@ config NETPOLL_TRAP
config NET_POLL_CONTROLLER
def_bool NETPOLL

config NTB_NETDEV
tristate "Virtual Ethernet over NTB"
depends on NTB

config RIONET
tristate "RapidIO Ethernet over messaging driver support"
depends on RAPIDIO
Expand Down
1 change: 1 addition & 0 deletions drivers/net/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,4 @@ obj-$(CONFIG_USB_IPHETH) += usb/
obj-$(CONFIG_USB_CDC_PHONET) += usb/

obj-$(CONFIG_HYPERV_NET) += hyperv/
obj-$(CONFIG_NTB_NETDEV) += ntb_netdev.o
Loading

0 comments on commit 548c237

Please sign in to comment.