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.

checksum offload for dm365 EMAC

Hi,

i'd like to disable the ethernet checksum calculation on a dm365, in order to do some performance tests.

I added "ndev->features |= NETIF_F_HW_CSUM" on the EMAC driver  (drivers/net/davinci_emac.c) but it seems the checksum is still here...

do anyone know how can I disable it?

thanks.