Re: [PATCH net-next 1/3] net: bgmac: Pad packets to a minimum size

2017-11-09 Thread Florian Fainelli
On 11/09/2017 05:06 PM, Andrew Lunn wrote: > On Thu, Nov 09, 2017 at 03:03:16PM -0800, Florian Fainelli wrote: >> On 11/09/2017 02:37 PM, Andrew Lunn wrote: >>> On Thu, Nov 09, 2017 at 02:26:04PM -0800, Florian Fainelli wrote: In preparation for enabling Broadcom tags with b53, pad packets to

Re: [PATCH net-next 1/3] net: bgmac: Pad packets to a minimum size

2017-11-09 Thread Andrew Lunn
On Thu, Nov 09, 2017 at 03:03:16PM -0800, Florian Fainelli wrote: > On 11/09/2017 02:37 PM, Andrew Lunn wrote: > > On Thu, Nov 09, 2017 at 02:26:04PM -0800, Florian Fainelli wrote: > >> In preparation for enabling Broadcom tags with b53, pad packets to a > >> minimum size of 64 bytes (sans FCS) in

Re: [PATCH net-next 1/3] net: bgmac: Pad packets to a minimum size

2017-11-09 Thread Florian Fainelli
On 11/09/2017 02:37 PM, Andrew Lunn wrote: > On Thu, Nov 09, 2017 at 02:26:04PM -0800, Florian Fainelli wrote: >> 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

Re: [PATCH net-next 1/3] net: bgmac: Pad packets to a minimum size

2017-11-09 Thread Andrew Lunn
On Thu, Nov 09, 2017 at 02:26:04PM -0800, Florian Fainelli wrote: > 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

[PATCH net-next 1/3] net: bgmac: Pad packets to a minimum size

2017-11-09 Thread Florian Fainelli
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 swi