INSTALL.Windows: Add a TODO for QOS.
authorGurucharan Shetty <gshetty@nicira.com>
Wed, 12 Nov 2014 14:56:10 +0000 (06:56 -0800)
committerGurucharan Shetty <gshetty@nicira.com>
Wed, 12 Nov 2014 16:58:45 +0000 (08:58 -0800)
Also, remove the entry that talks about the need for atomic support
on Windows as that has already been added.

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
Acked-by: Nithin Raju <nithin@vmware.com>
INSTALL.Windows.md

index fd333bc..5a499c1 100644 (file)
@@ -252,12 +252,9 @@ disabling TX/RX offloads for both the VM's as well as the HyperV.
 TODO
 ----
 
-* OVS currently has no native support for atomics on Windows.  Pthreads
-are used as a fallback, but some features, such as OVS-RCU are really
-slow without native atomics support. Atomics support for Windows has to
-be brought in.
-
 * Investigate the working of sFlow on Windows and re-enable the unit tests.
 
+* Investigate and add the feature to provide QOS.
+
 * Sign the driver & create an MSI for installing the different OpenvSwitch
 components on windows.