Stop dumping match count before update, users can get it if they want main
authorMatt Corallo <git@bluematt.me>
Fri, 10 Dec 2021 01:39:12 +0000 (01:39 +0000)
committerMatt Corallo <git@bluematt.me>
Fri, 10 Dec 2021 01:44:10 +0000 (01:44 +0000)
install.sh

index 2a47a1dd1ffe57cddb1e8473ef633ae6d8771cc9..1371807cd7fdf0fffcde963e5027ee9aba792b1a 100755 (executable)
@@ -26,9 +26,6 @@ else
        cat xdp.bc | llc -O3 -march=bpf -mcpu=probe -filetype=obj -o xdp
 fi
 
-echo "Before unload drop count was:"
-./dropcount.sh || echo "Not loaded"
-
 # Note that sometimes the automated fallback does not work properly so we have to || generic here
 ip -force link set "$1" xdpoffload obj xdp sec $XDP_SECTION || (
        echo "Failed to install in NIC, testing in driver..." && ip -force link set "$1" xdpdrv obj xdp sec $XDP_SECTION || (