[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20170531193136.GD11230@lunn.ch>
Date: Wed, 31 May 2017 21:31:36 +0200
From: Andrew Lunn <andrew@...n.ch>
To: Rafa Corvillo <rafael.corvillo@...fes.com>
Cc: Stephen Hemminger <stephen@...workplumber.org>,
netdev@...r.kernel.org
Subject: Re: [ISSUE: sky2 - rx error] Link stops working under heavy traffic
load connected to a mv88e6176
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
Powered by blists - more mailing lists