[ovs-dev] datapath-windows: define a version number in DP extensions

Nithin Raju nithin at vmware.com
Fri Aug 22 08:16:43 UTC 2014


We need a version number for the datapath interface extensions that
we can leverage at some point.

Signed-off-by: Nithin Raju <nithin at vmware.com>
---
 datapath-windows/include/OvsDpInterfaceExt.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/datapath-windows/include/OvsDpInterfaceExt.h b/datapath-windows/include/OvsDpInterfaceExt.h
index e791952..dd34512 100644
--- a/datapath-windows/include/OvsDpInterfaceExt.h
+++ b/datapath-windows/include/OvsDpInterfaceExt.h
@@ -19,6 +19,9 @@
 
 /* Windows kernel datapath extensions to the standard datapath interface. */
 
+/* Version number of the datapath interface extensions. */
+#define OVS_DATAPATH_EXT_VERSION 1
+
 /* Name of the device. */
 #define OVS_DEVICE_NAME_NT     L"\\Device\\OpenvSwitchDevice"
 #define OVS_DEVICE_NAME_DOS    L"\\DosDevices\\OpenvSwitchDevice"
-- 
1.7.4.1




More information about the dev mailing list