aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/common/windows/disable-netadapterlso.ps1
Commit message (Collapse)AuthorAgeFilesLines
* 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>