aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/common/windows/disable-netadapterlso.ps1
Commit message (Collapse)AuthorAgeFilesLines
* Update Windows 10 x86_64 version to 20H2Heikki Halmet2020-12-221-1/+1
| | | | | | | | | | | | | | | | | | Windows 10 Enterprise 20H2, OS build 19042.508 Additional SW: MSVC 2019 version 16.8.1 MSVC 2019 Build Tools version 16.8.1 MSVC 2015 14.0.25420.1 Virtio driver Virtio Balloon driver NetKVM driver Vioserial driver Guest-agent qemu-ga-x86_64 Task-number: QTQAINFRA-3961 Change-Id: I8abc7ac011c58ad13db433fc86a1327afceafc68 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> (cherry picked from commit 420d7f809c2b133456b24d047e54e29936d0180b)
* Provisioning: Add delay after network setting changeToni Saario2020-07-221-0/+1
| | | | | | | | | | In many cases without waiting, next script would be missing network and fails. Change-Id: Iab50945716860618b495029ce179183d844dc98a Reviewed-by: Simo Fält <simo.falt@qt.io> (cherry picked from commit 3271bb2fe219d68fc83a7cf8de702b0468e530bb) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Disable LSO from the network adapters on WindowsTony Sarajärvi2020-06-291-0/+1
Disabling LSO from the adapter gives us huge performance boosts on Windows. In our tests 2 VMs within the same hosts had transfer speeds of 30 Mbit/s with this enabled, and 2Gbit/s with this disabled. Change-Id: Id794e7559c9e9005043361289a3db246a8528dd4 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> (cherry picked from commit 97aa7a0031cc681915aa2f56545a175f8b4d112d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>