On Sun, Nov 29, 2020 at 08:34:27PM +0100, Jean Pihet wrote: > Hi Andrew, > > On Sun, Nov 29, 2020 at 5:56 PM Andrew Lunn <and...@lunn.ch> wrote: > > > > On Sun, Nov 29, 2020 at 11:23:59AM +0100, Jean Pihet wrote: > > > Some ethernet controllers (e.g. TI CPSW) pad the frames to a minimum > > > of 64 bytes before the FCS is appended. This causes an issue with the > > > KSZ tail tag which could not be the last byte before the FCS. > > > Solve this by padding the frame to 64 bytes minus the tail tag size, > > > before the tail tag is added and the frame is passed for transmission. > > > > Hi Jean > > > > what tree is this based on? Have you seen > The patches are based on the latest mainline v5.10-rc5. Is this the > recommended version to submit new patches?
No, that is old. Please take a read of: https://www.kernel.org/doc/html/latest/networking/netdev-FAQ.html Andrew