diff options
author | Stephen Hemminger <sthemmin@microsoft.com> | 2016-12-03 12:34:40 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-12-06 11:52:49 +0100 |
commit | 95096f2fbd10186d3e78a328b327afc71428f65f (patch) | |
tree | 5f6478dea3a9ca8d99652736c99691b3de219c4f /drivers/hv | |
parent | fc76936d3ea5720a6e0948a08381b803a68deb28 (diff) | |
download | linux-stable-95096f2fbd10186d3e78a328b327afc71428f65f.tar.gz linux-stable-95096f2fbd10186d3e78a328b327afc71428f65f.tar.bz2 linux-stable-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')
-rw-r--r-- | drivers/hv/connection.c | 1 |
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. |