OSDN Git Service

arm64: dts: stratix10: fix multicast filtering
authorAaro Koskinen <aaro.koskinen@nokia.com>
Mon, 12 Nov 2018 20:50:22 +0000 (14:50 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 Nov 2018 08:19:15 +0000 (09:19 +0100)
commit347d88036255b0afd3e616cfad674637e9e1c510
tree25bb778e0b6b0f0b1de2ef34a221e9a938a0ec45
parent8f49fe42dd74bbabf89617b8b204c6e6abdb4723
arm64: dts: stratix10: fix multicast filtering

commit fd5ba6ee3187617287fb9cb187e3d6b3631210a3 upstream

On Stratix 10, the EMAC has 256 hash buckets for multicast filtering. This
needs to be specified in DTS, otherwise the stmmac driver defaults to 64
buckets and initializes the filter incorrectly. As a result, e.g. valid
IPv6 multicast traffic ends up being dropped.

Fixes: 78cd6a9d8e15 ("arm64: dts: Add base stratix 10 dtsi")
Cc: stable@vger.kernel.org
Signed-off-by: Aaro Koskinen <aaro.koskinen@nokia.com>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi