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>
此提交包含在:
@@ -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.
|
||||
|
新增問題並參考
封鎖使用者