summaryrefslogtreecommitdiffstats
path: root/drivers/hv/connection.c
diff options
context:
space:
mode:
authorStephen Hemminger2016-12-03 21:34:40 +0100
committerGreg Kroah-Hartman2016-12-06 11:52:49 +0100
commit95096f2fbd10186d3e78a328b327afc71428f65f (patch)
tree5f6478dea3a9ca8d99652736c99691b3de219c4f /drivers/hv/connection.c
parentvmbus: add support for dynamic device id's (diff)
downloadkernel-qcow2-linux-95096f2fbd10186d3e78a328b327afc71428f65f.tar.gz
kernel-qcow2-linux-95096f2fbd10186d3e78a328b327afc71428f65f.tar.xz
kernel-qcow2-linux-95096f2fbd10186d3e78a328b327afc71428f65f.zip
uio-hv-generic: new userspace i/o driver for VMBus
This is a new driver to enable userspace networking on VMBus. It is based largely on the similar driver that already exists for PCI, and earlier work done by Brocade to support DPDK. Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com> Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/hv/connection.c')
-rw-r--r--drivers/hv/connection.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hv/connection.c b/drivers/hv/connection.c
index 78e6368a4423..6ce8b874e833 100644
--- a/drivers/hv/connection.c
+++ b/drivers/hv/connection.c
@@ -39,6 +39,7 @@ struct vmbus_connection vmbus_connection = {
.conn_state = DISCONNECTED,
.next_gpadl_handle = ATOMIC_INIT(0xE1E10),
};
+EXPORT_SYMBOL_GPL(vmbus_connection);
/*
* Negotiated protocol version with the host.