Re: [ISSUE: sky2 - rx error] Link stops working under heavy traffic load connected to a mv88e6176
From: Andrew Lunn <andrew@lunn.ch>
Date: 2017-05-16 15:58:48
From: Andrew Lunn <andrew@lunn.ch>
Date: 2017-05-16 15:58:48
quoted
Also, check that in sky2_rx_add(), le->length is set to 4K.The value of le->length is set to 1520.
Rafa
Ah.
You probably need to change sky2_get_rx_data_size() as well, to add in
the extra 8 bytes.
Andrew