microsoft / lis-test

Contains test infrastructure for testing Linux virtual machines on Windows Azure and Hyper-V.
32 stars 72 forks source link

lsvmbus: fix cpu count issue about network driver and scsi controller #1091

Closed HuijingHei closed 6 years ago

HuijingHei commented 6 years ago
  1. From my test, the cpu count that attached to the network driver is less than 8, and the cpu count that attached to the scsi controller is (N+3)/4.

Not sure about the cpu count is right, the result is only the same as my test. If it is wrong, feel free to correct me. Thanks!

  1. Add fedora support.
chvalean commented 6 years ago

Thank you for the fixes! The changes are looking great, as the netvsc spread caps at 8 cores, we were settings that number of cores in the xml and not pushing beyond, so the fix is on spot in case a higher cpu count is used.