From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Hershberger Date: Mon, 11 Dec 2017 10:48:34 -0600 Subject: [U-Boot] [PATCH v4 2/4] net: designware: Pad small packets In-Reply-To: <20171209225957.23458-3-f.fainelli@gmail.com> References: <20171209225957.23458-1-f.fainelli@gmail.com> <20171209225957.23458-3-f.fainelli@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, Dec 9, 2017 at 4:59 PM, Florian Fainelli wrote: > Make sure that we pad small packets to a minimum length of 60 bytes > (without FCS). This is necessary to interface with Ethernet switches > that will reject RUNT frames unless padded correctly. > > Signed-off-by: Florian Fainelli Acked-by: Joe Hershberger