Re: [PATCH] drivers: net: gianfar: Shortest frame drops at Ethernet port

From: David Miller
Date: Thu Nov 07 2019 - 18:15:24 EST


From: Daniel Walker <danielwa@xxxxxxxxx>
Date: Wed, 6 Nov 2019 09:03:20 -0800

> NXP has provided the patch for packet drops at ethernet port
> Frames shorter than 60bytes are getting dropped at ethernetport
> need to add padding for the shorter range frames to be transmit
> the function "eth_skb_pad(skb" provides padding (and CRC) for
> packets under 60 bytes
>
> Signed-off-by: Sathish Jarugumalli <sjarugum@xxxxxxxxx>
> Cc: xe-linux-external@xxxxxxxxx
> Signed-off-by: Daniel Walker <dwalker@xxxxxxxxxx>

Please repost with an appropriate Fixes: tag.

Thank you.