Stop disabling checksum offload
We now have a newer qemu in the stubdomain, so checksum offloading should work.
This commit is contained in:
parent
70253edeab
commit
d960f7af85
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user