Hello,
Do you have any hints to disable checksum offload in K2H Linux(keystone-linux)?
Best regards, RY
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Raja-san,
Thanks for your response.
I would like to use Ethernet with checksum offload disable.
First, I disabled Packet Accellerator. But, ethernet also could not be used.
Actually I modified Kernel config like following:
# "make menuconfig"
Device Drivers --> Network device support --> Ethernet driver support --> [N] TI Keystone Packet Accelerator Support
Next, I tried to disable by "ethtool" as follows, but it is also not effected:
# ethtool -K eth0 tx off rx off
Best regards, RY
Hi RY,
Looks like you are right. Need to use ethtool do so. Please refer below link which could help you.
ethtool --show-offload eth0 ethtool --offload eth0 rx off tx off ethtool -K eth0 gso off ethtool --show-offload eth0
Reference: