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.