Thank you Eitan and Ben. I pushed this to master.
On Fri, Feb 13, 2015 at 9:35 AM, Ben Pfaff <[email protected]> wrote: > On Wed, Feb 11, 2015 at 06:00:23PM -0800, Gurucharan Shetty wrote: >> testsuite uses mkfifo in its job dispatcher that manages >> parallel unit tests. MinGW does not have a mkfifo. This >> results in unit tests running serially on Windows. Right >> now it takes up to approximately 40 minutes to run all the >> unit tests on Windows. >> >> This commit provides a job dispatcher for MinGW that uses >> temporary files instead of mkfifo to manage parallel jobs. >> With this commit, on a Windows machine with 4 cores and with >> 8 parallel unit test sessions, it takes approximately 8 >> minutes to finish a unit test run. >> >> Signed-off-by: Gurucharan Shetty <[email protected]> > > Acked-by: Ben Pfaff <[email protected]> _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
