- # diff -u config-etf.sh.orig config-etf.sh
- --- config-etf.sh.orig 2021-10-25 11:25:06.923388834 +0200
- +++ config-etf.sh 2021-10-25 14:26:05.706111879 +0200
- @@ -25,7 +25,11 @@
- offload delta 300000 clockid CLOCK_TAI
- qdisc replace dev $IFACE parent 100:2 etf clockid CLOCK_TAI \\
- - delta 300000 offload deadline_mode
- + delta 300000 offload
- EOF
- +# Use ethtool to force allocate four queues, this prevents "RTNETLINK
- +# answers: Invalid argument" when setting up the mqprio qdisc with tc
- +ethtool --set-channels $IFACE combined 4
- +
- tc -batch $BATCH_FILE
SO_TXTIME: Fix for tc failure with "RTNETLINK answers: Invalid argument"
Posted by Anonymous on Mon 25th Oct 2021 13:31
raw | new post
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.