Re: [PATCH net-next] net: mscc: allow extracting the FCS into the skb
From: Andrew Lunn
Date: Tue Oct 02 2018 - 08:43:31 EST
> The question could be "do we need len += ETH_FCS_LEN" to account for the
> FCS when NETIF_F_RXFCS is used", but I looked at other drivers and it
> seemed to me the FCS is not accounted in the stats. Should it be?
Hi Antoine
There does not appear to be a good answer to that. I submitted a patch
to a driver i'm using to not count it, so that the stats counters we
consistent with another driver. The patch was rejected.
I think the best you can do is flip a coin, and then document it using
a comment about if it is/is not included.
Andrew