Stop disabling checksum offload

We now have a newer qemu in the stubdomain, so checksum offloading
should work.
This commit is contained in:
Demi Marie Obenour 2020-12-07 14:12:01 -05:00
parent 70253edeab
commit d960f7af85
No known key found for this signature in database
GPG Key ID: 28A45C93B0B5B6E0

View File

@ -198,7 +198,5 @@ fi
log debug "Successful vif-route-qubes $command for $vif." log debug "Successful vif-route-qubes $command for $vif."
if [ "$command" = "online" ]; then if [ "$command" = "online" ]; then
# disable tx checksumming offload, apparently it doesn't work with our ancient qemu in stubdom
do_without_error ethtool -K "$vif" tx off
success success
fi fi