Przeglądaj źródła

Stop disabling checksum offload

We now have a newer qemu in the stubdomain, so checksum offloading
should work.
Demi Marie Obenour 3 lat temu
rodzic
commit
d960f7af85
1 zmienionych plików z 0 dodań i 2 usunięć
  1. 0 2
      network/vif-route-qubes

+ 0 - 2
network/vif-route-qubes

@@ -198,7 +198,5 @@ fi
 
 log debug "Successful vif-route-qubes $command for $vif."
 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
 fi