From: Limeng <meng...@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...@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

-- 
_______________________________________________
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to