Realtek switches have a very simple network adapter for the SOC.
They can ship packets via DMA without further offloading features.
Even on the RTL931x devices they can barely reach 50MB/s. In the
dts there is a mix of 1G/10G definitions. To be consistent and
better reflect the performance set the link speed to 1000.
This is only cosmetic.
Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
Link: https://github.com/openwrt/openwrt/pull/22639
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
13 files changed:
ethernet = <ðernet0>;
phy-mode = "internal";
fixed-link {
- speed = <10000>;
+ speed = <1000>;
full-duplex;
};
};
ethernet = <ðernet0>;
phy-mode = "internal";
fixed-link {
- speed = <10000>;
+ speed = <1000>;
full-duplex;
};
};
reg = <28>;
phy-mode = "internal";
fixed-link {
- speed = <10000>;
+ speed = <1000>;
full-duplex;
};
};
reg = <28>;
phy-mode = "internal";
fixed-link {
- speed = <10000>;
+ speed = <1000>;
full-duplex;
};
};
phy-mode = "internal";
fixed-link {
- speed = <10000>;
+ speed = <1000>;
full-duplex;
};
};
phy-mode = "internal";
fixed-link {
- speed = <10000>;
+ speed = <1000>;
full-duplex;
};
};
phy-mode = "internal";
fixed-link {
- speed = <10000>;
+ speed = <1000>;
full-duplex;
};
};
phy-mode = "internal";
fixed-link {
- speed = <10000>;
+ speed = <1000>;
full-duplex;
};
};
reg = <28>;
phy-mode = "internal";
fixed-link {
- speed = <10000>;
+ speed = <1000>;
full-duplex;
};
};
phy-mode = "internal";
fixed-link {
- speed = <10000>;
+ speed = <1000>;
full-duplex;
};
};
phy-mode = "internal";
fixed-link {
- speed = <10000>;
+ speed = <1000>;
full-duplex;
};
};
reg = <56>;
phy-mode = "internal";
fixed-link {
- speed = <10000>;
+ speed = <1000>;
full-duplex;
};
};
reg = <56>;
phy-mode = "internal";
fixed-link {
- speed = <10000>;
+ speed = <1000>;
full-duplex;
};
};