Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ethtool
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
ethtool
Commits
9fbd5e91
Commit
9fbd5e91
authored
Feb 06, 2022
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial commit
parents
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
32 additions
and
0 deletions
+32
-0
Makefile
Makefile
+26
-0
ethtool-5.2.tar.xz
ethtool-5.2.tar.xz
+0
-0
ethtool.groups
ethtool.groups
+6
-0
No files found.
Makefile
0 → 100644
View file @
9fbd5e91
all
:
tar
xf ethtool-5.2.tar.xz
cd
ethtool-5.2
&&
./configure
--prefix
=
/usr
$(MAKE)
-C
ethtool-5.2
$(MAKE)
-C
ethtool-5.2 check
$(MAKE)
-C
ethtool-5.2
install
rm
-rf
ethtool-5.2
lenovo-t460s
:
all tcp-segmentation-fix-service
@
echo
"
$$
TCP_SEGMENTATION_FIX_SERVICE"
>
/lib/systemd/system/tcp-segmentation-fix.service
systemctl
enable
tcp-segmentation-fix.service
tcp-segmentation-fix-service
:
define
TCP_SEGMENTATION_FIX_SERVICE
[Unit]
Description
=
Disable buggy hardware TCP segmentation offloading
[Service]
RemainAfterExit
=
yes
ExecStart
=
/usr/sbin/ethtool
-K
eth0 tx off sg off tso off
Type
=
oneshot
[Install]
WantedBy
=
multi-user.target
endef
export
TCP_SEGMENTATION_FIX_SERVICE
ethtool-5.2.tar.xz
0 → 100644
View file @
9fbd5e91
File added
ethtool.groups
0 → 100644
View file @
9fbd5e91
bin
/usr/sbin/.*
bash-completion
/usr/share/bash-completion/.*
man
/usr/share/man/.*
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment