commit | f1dacd7aea34333620bd5177a8808a3296a63184 | [log] [tgz] |
---|---|---|
author | Vladimir Oltean <vladimir.oltean@nxp.com> | Tue Aug 10 16:13:53 2021 +0300 |
committer | David S. Miller <davem@davemloft.net> | Wed Aug 11 14:44:58 2021 +0100 |
tree | 273cc438c8f33fc92fc42757b8b10eff1c82bd74 | |
parent | 1a8e628c8a3e38af1392197adf086de7ce51d24f [diff] |
net: dsa: create a helper that strips EtherType DSA headers on RX All header taggers open-code a memmove that is fairly not all that obvious, and we can hide the details behind a helper function, since the only thing specific to the driver is the length of the header tag. Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>