Skip to content
Snippets Groups Projects
  1. Mar 04, 2014
  2. Mar 03, 2014
  3. Feb 25, 2014
    • Eduardo Piva's avatar
      core/elf: explicit return type on lambda function · ec69a047
      Eduardo Piva authored
      
      This isn't mandatory but increase code readability.  Nadav writes:
      
        I can verify that this indeed clears the last false error message that
        eclipse sees in all OSv files. Amazing.  I think we should commit this
        patch.
      
      Signed-off-by: default avatarEduardo Piva <efpiva@gmail.com>
      Signed-off-by: default avatarPekka Enberg <penberg@cloudius-systems.com>
      ec69a047
    • Nadav Har'El's avatar
      tests: more load-balancer tests · 5b805e63
      Nadav Har'El authored
      
      This patch adds two more load-balancing tests to tests/misc-loadbalance.cc:
      
      1. Three threads on two cpus. If load-balancing is working correctly, this
         should slow down all threads x1.5 equally, and not get two x2 threads
         and one x1.
      
         Our performance on this test are fairly close to the expected.
      
      2. Three threads on two cpus, but one thread has priority 0.5, meaning it
         should get twice the CPU time of the two other threads, so fair load
         balancing is to keep the priority-0.5 thread on its own CPU, and the
         two normal-priority threads together on the second CPU - so at the end
         the priority-0.5 thread will get twice the CPU time of the other threads.
      
         Unfortunately, this test now gets bad results (x0.93,x0.94,x1.14
         instead of x1,x1,x1), because our load balancer currently doesn't take
         into account thread priorities: It thinks the CPU running the
         priority-0.5 thread has load 1, while it should be considered to have
         the load 2.
      
      Signed-off-by: default avatarNadav Har'El <nyh@cloudius-systems.com>
      Signed-off-by: default avatarPekka Enberg <penberg@cloudius-systems.com>
      5b805e63
  4. Feb 24, 2014
  5. Feb 23, 2014
  6. Feb 22, 2014
  7. Feb 20, 2014
  8. Feb 19, 2014
  9. Feb 18, 2014
  10. Feb 17, 2014
  11. Feb 14, 2014
  12. Feb 13, 2014
Loading