Re: [ISSUE: sky2 - rx error] Link stops working under heavy traffic load connected to a mv88e6176
From: Rafa Corvillo <hidden>
Date: 2017-05-16 16:19:12
From: Rafa Corvillo <hidden>
Date: 2017-05-16 16:19:12
quoted
quoted
Also, check that in sky2_rx_add(), le->length is set to 4K.The value of le->length is set to 1520.quoted
RafaAh. You probably need to change sky2_get_rx_data_size() as well, to add in the extra 8 bytes. Andrew
If I add the extra 8 byte in the function sky2_get_rx_data_size(), the value of le->length is set to 1528. But the rx error still appears. Because of that, I think it is possible the maximum length could be set outside the sky2 code. Rafa