On Fri, May 26, 2017 at 12:13:03PM +0200, Rafa Corvillo wrote: > As modifying sky2 code I have not could get any solution, then I > have modified some parameters on the ethernet interface and using a > MTU = 1503 and disabling TSO (TCP Segmentation Offload) mechanism > all communication errors disappear, both the rx errors due to too > long packets and tx timeout errors.
Hi Rafa That at least makes some sense. It would be interesting to sniff the frames going from, the sky2 to the switch. I suspect you will find that the first frame TSO sends for a big segment has the DSA header and the following frames don't. You might want to look at how TSO is setup on transmit, if you can tell it which parts of the header needs to be placed on each segment, so that it includes the DSA header. Andrew