Linux/linux da42bb2drivers/net/ethernet/marvell mvpp2.c

net: mvpp2: Fix DMA address mask size

PPv2 TX/RX descriptors uses 40bits DMA addresses, but 41 bits masks were
used (GENMASK_ULL(40, 0)).

This commit fixes that by using the correct mask.

Fixes: e7c5359f2eed ("net: mvpp2: introduce PPv2.2 HW descriptors and adapt accessors")
Signed-off-by: Maxime Chevallier <maxime.chevallier at bootlin.com>
Signed-off-by: David S. Miller <davem at davemloft.net>
DeltaFile
+7-5drivers/net/ethernet/marvell/mvpp2.c
+7-51 files

UnifiedSplitRaw