From d960f7af8561a420a68d61fab52f09ff0c5e1dd4 Mon Sep 17 00:00:00 2001 From: Demi Marie Obenour Date: Mon, 7 Dec 2020 14:12:01 -0500 Subject: [PATCH] Stop disabling checksum offload We now have a newer qemu in the stubdomain, so checksum offloading should work. --- network/vif-route-qubes | 2 -- 1 file changed, 2 deletions(-) diff --git a/network/vif-route-qubes b/network/vif-route-qubes index 91404c9..5624ca6 100755 --- a/network/vif-route-qubes +++ b/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