As in this question, I'm looking at the output of ethtool -k eth0
, and I see that some things are marked "[fixed]":
rx-checksumming: off [fixed]
tx-checksumming: off
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: off
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: off [fixed]
I understand that this means they can't be changed, but I can't figure out where that comes from --- is it something that was compiled into my kernel?