summaryrefslogtreecommitdiffstats
path: root/include/linux/hyperv.h
diff options
context:
space:
mode:
authorK. Y. Srinivasan2015-02-27 20:26:05 +0100
committerGreg Kroah-Hartman2015-03-02 04:30:08 +0100
commit04653a009a63d6a91c60a5449ea97e3ed5e1dc29 (patch)
tree06bf2350c2f432cf2bf20f4117519bf6066e85ad /include/linux/hyperv.h
parentDrivers: hv: vmbus: Fix a bug in the error path in vmbus_open() (diff)
downloadkernel-qcow2-linux-04653a009a63d6a91c60a5449ea97e3ed5e1dc29.tar.gz
kernel-qcow2-linux-04653a009a63d6a91c60a5449ea97e3ed5e1dc29.tar.xz
kernel-qcow2-linux-04653a009a63d6a91c60a5449ea97e3ed5e1dc29.zip
Drivers: hv: vmbus: Add support for the NetworkDirect GUID
NetworkDirect is a service that supports guest RDMA. Define the GUID for this service. Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/hyperv.h')
-rw-r--r--include/linux/hyperv.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h
index 26a32b771ee5..7d976ac01fac 100644
--- a/include/linux/hyperv.h
+++ b/include/linux/hyperv.h
@@ -1110,6 +1110,16 @@ void vmbus_driver_unregister(struct hv_driver *hv_driver);
}
/*
+ * NetworkDirect. This is the guest RDMA service.
+ * {8c2eaf3d-32a7-4b09-ab99-bd1f1c86b501}
+ */
+#define HV_ND_GUID \
+ .guid = { \
+ 0x3d, 0xaf, 0x2e, 0x8c, 0xa7, 0x32, 0x09, 0x4b, \
+ 0xab, 0x99, 0xbd, 0x1f, 0x1c, 0x86, 0xb5, 0x01 \
+ }
+
+/*
* Common header for Hyper-V ICs
*/