[linux-yocto] [PATCH] arch: arm64: dts: add property snps, multicast-filter-bins for stratix10 platform

Meng.Li at windriver.com Meng.Li at windriver.com
Fri Oct 26 00:54:44 PDT 2018


From: Limeng <Meng.Li at windriver.com>

The property value of snps,multicast-filter-bins is used to calculate
hash table size of stratix10 platform via log2 algorithm.
Because there are 8 hash table registers, the property value is 256

Signed-off-by: Meng Li <Meng.Li at windriver.com>
---
 arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts b/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts
index 236667a..86dc7529 100644
--- a/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts
+++ b/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts
@@ -93,6 +93,7 @@
 	phy-handle = <&phy0>;
 
 	max-frame-size = <3800>;
+	snps,multicast-filter-bins = <256>;
 
 	mdio0 {
 		#address-cells = <1>;
-- 
2.7.4



More information about the linux-yocto mailing list