Home
last modified time | relevance | path

Searched hist:"4 d215ae730786f51b108873227c67dc7815dbdef" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dbgmac.cdiff 4d215ae730786f51b108873227c67dc7815dbdef Fri Nov 10 13:33:25 CST 2017 Florian Fainelli <f.fainelli@gmail.com> net: bgmac: Pad packets to a minimum size

In preparation for enabling Broadcom tags with b53, pad packets to a
minimum size of 64 bytes (sans FCS) in order for the Broadcom switch to
accept ingressing frames. Without this, we would typically be able to
DHCP, but not resolve with ARP because packets are too small and get
rejected by the switch.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>