commit | ca23cb0bc50faae0d48786b2f9f702dbb528b925 | [log] [tgz] |
---|---|---|
author | Sven Auhagen <sven.auhagen@voleatech.de> | Sat May 23 12:14:08 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon May 25 17:50:01 2020 -0700 |
tree | 09e551b1bee227ef9525122ceafedd9d3d060085 | |
parent | 06ec313eea4f7dcda209b7136618b802c5b30ef8 [diff] |
mvneta: MVNETA_SKB_HEADROOM set last 3 bits to zero For XDP the MVNETA_SKB_HEADROOM is used as an offset for the received data. The MVNETA manual states that the last 3 bits assumed to be 0. This is currently the case but lets make it explicit in the definition to prevent future problems. Signed-off-by: Sven Auhagen <sven.auhagen@voleatech.de> Signed-off-by: David S. Miller <davem@davemloft.net>