Re: [PATCH net-next v2] net: mscc: allow extracting the FCS into the skb

From: David Miller
Date: Thu Oct 11 2018 - 13:05:34 EST


From: Antoine Tenart <antoine.tenart@xxxxxxxxxxx>
Date: Thu, 11 Oct 2018 09:12:24 +0200

> This patch adds support for the NETIF_F_RXFCS feature in the Mscc
> Ethernet driver. This feature is disabled by default and allow a user
> to request the driver not to drop the FCS and to extract it into the skb
> for debugging purposes.
>
> Signed-off-by: Antoine Tenart <antoine.tenart@xxxxxxxxxxx>
> Reviewed-by: Alexandre Belloni <alexandre.belloni@xxxxxxxxxxx>
> ---
>
> Since v1:
> - Rebased on top of the latest net-next.

Applied.