Created
January 8, 2015 08:05
-
-
Save danish-rehman/cb1f5f704694b73bc959 to your computer and use it in GitHub Desktop.
Check the offloading values
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Check the offloading values | |
>> ethtool --show-offload eth0 | |
Offload parameters for eth1: | |
rx-checksumming: on | |
tx-checksumming: on | |
scatter-gather: on | |
tcp-segmentation-offload: on | |
udp-fragmentation-offload: off | |
generic-segmentation-offload: on | |
generic-receive-offload: on | |
large-receive-offload: off | |
rx-vlan-offload: on | |
tx-vlan-offload: on | |
ntuple-filters: off | |
receive-hashing: on | |
Off all the offloading |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment