Advertisement
Guest User

Untitled

a guest
Jul 16th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. ethtool -K eth0 rx off (disable RX checksumming offload)
  2. # ethtool -K eth0 tso off (disable TCP segmentation offload)
  3. # ethtool -K eth0 gso off (disable generic segmentation
  4. offload)
  5. # ethtool -K etho gro off (disable generic RX offload)
  6. # ethtool -K eth0 lro off (disable large RX offload)
  7. # ethtool -K eth0 rxvlan off (if you are using VLANs)
  8. # ethtool -k eth0 (display status of NIC)
  9. # ethtool -S eth0 (display statistics)
  10. # ethtool -K em1 rx off (newer style of NIC naming)
  11. # ethtool -K enp0s25 rx off (newer style of NIC naming)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement