Commit 931aaf4b authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

i7-8809g has buggy tcp segmentation hardware offload - disable it

parent 9fbd5e91
...@@ -6,7 +6,10 @@ all: ...@@ -6,7 +6,10 @@ all:
$(MAKE) -C ethtool-5.2 install $(MAKE) -C ethtool-5.2 install
rm -rf ethtool-5.2 rm -rf ethtool-5.2
lenovo-t460s: all tcp-segmentation-fix-service i7-8809g: tcp-segmentation-fix
lenovo-t460s: tcp-segmentation-fix
tcp-segmentation-fix: all tcp-segmentation-fix-service
@echo "$$TCP_SEGMENTATION_FIX_SERVICE" > /lib/systemd/system/tcp-segmentation-fix.service @echo "$$TCP_SEGMENTATION_FIX_SERVICE" > /lib/systemd/system/tcp-segmentation-fix.service
systemctl enable tcp-segmentation-fix.service systemctl enable tcp-segmentation-fix.service
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment