Re: [PATCH net-next] net: fec: Allow reception of frames bigger than 1522 bytes

2017-07-30 Thread Andrew Lunn
On Sun, Jul 30, 2017 at 07:26:29PM -0700, David Miller wrote: > From: Andrew Lunn > Date: Sun, 30 Jul 2017 19:36:05 +0200 > > > The FEC Receive Control Register has a 14 bit field indicating the > > longest frame that my be received. It is being set to 1522. Frames > > longer than this are discar

Re: [PATCH net-next] net: fec: Allow reception of frames bigger than 1522 bytes

2017-07-30 Thread David Miller
From: Andrew Lunn Date: Sun, 30 Jul 2017 19:36:05 +0200 > The FEC Receive Control Register has a 14 bit field indicating the > longest frame that my be received. It is being set to 1522. Frames > longer than this are discarded, but counted as being in error. > > When using DSA, frames from the s

RE: [PATCH net-next] net: fec: Allow reception of frames bigger than 1522 bytes

2017-07-30 Thread Andy Duan
From: Andrew Lunn Sent: Monday, July 31, 2017 1:36 AM >The FEC Receive Control Register has a 14 bit field indicating the longest >frame >that my be received. It is being set to 1522. Frames longer than this are My -> may >discarded, but counted as being in error. > >When using DSA, frames from