Re: [PATCH 1/1] MVNETA_SKB_HEADROOM set last 3 bits to zero

2020-05-25 Thread David Miller
From: Sven Auhagen Date: Sat, 23 May 2020 12:14:08 +0200 > 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 futur

[PATCH 1/1] MVNETA_SKB_HEADROOM set last 3 bits to zero

2020-05-23 Thread Sven Auhagen
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 --- drivers/net/ethernet/mar