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 <[email protected]> --- INSTALL.Windows.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/INSTALL.Windows.md b/INSTALL.Windows.md index fd333bc..5a499c1 100644 --- a/INSTALL.Windows.md +++ b/INSTALL.Windows.md @@ -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. -- 1.7.9.5 _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
