Re: [PATCH v2] ramips: fix at803x patch again

2021-06-06 Thread René van Dorst via openwrt-devel
get/linux/ramips/patches-5.10/710-at803x.patch @@ -9,8 +9,8 @@ Content-Transfer-Encoding: 8bit Signed-off-by: René van Dorst --- - drivers/net/phy/at803x.c | 91 - 1 file changed, 91 insertions(+) + drivers/net/phy/at803x.c | 86

Re: [OpenWrt-Devel] [PATCH] ramips: gsw_mt7621: disable PORT 5 MAC RX/TX flow control by default

2020-02-13 Thread René van Dorst via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Quoting René

Re: [OpenWrt-Devel] [PATCH] ramips: gsw_mt7621: disable PORT 5 MAC RX/TX flow control by default

2020-02-11 Thread René van Dorst via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Quoting René

Re: [OpenWrt-Devel] [PATCH] ramips: gsw_mt7621: disable PORT 5 MAC RX/TX flow control by default

2020-02-11 Thread René van Dorst via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Quoting Petr Štetiar :

Re: [OpenWrt-Devel] [PATCH] ramips: gsw_mt7621: disable PORT 5 MAC RX/TX flow control by default

2020-02-11 Thread René van Dorst via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Hi Petr, Quoting Petr Štetiar :

Re: [OpenWrt-Devel] [PATCH 2/4] kernel: add backported phy/phylink/sfp patches

2019-11-25 Thread René van Dorst via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Hi Russell, Quoting Russell

Re: [OpenWrt-Devel] Understanding Ethernet Architecture (I/O --> MDIO --> MII vs I/O --> MAC) for mt7620 (OpenWRT)

2019-06-16 Thread René van Dorst via openwrt-devel
l register and something else is wrong?  Why is there no struct mii_bus?  Can I talk to the MII hardware in some other way? Thanks, Daniel https://download.villagetelco.org/hardware/MT7620/MT7620_ProgrammingGuide.pdf -- Met vriendelijke groet, René van Dorst --- End Message ---

Re: [OpenWrt-Devel] IPv6 and comcast fails

2018-10-23 Thread René van Dorst
Quoting Bjørn Mork : Dave Taht writes: We have confirmed fails for mips and x86 for even seeing any ipv6 traffic on a comcast uplink, thus dhcpv6pd fails. See: https://bugs.openwrt.org/index.php?do=details_id=1763 And

Re: [OpenWrt-Devel] [RFC 0/9] Using the mainline mtk-eth-soc driver for MT7621

2018-10-19 Thread René van Dorst
Quoting Bjørn Mork : Yes. The Quantenna module boots over this interface using tftp. I use dnsmasq to serve it the u-boot.bin and topaz-linux.lzma.img images (built using the Quantenna SDK - no OpenWrt here. Yet :-). Hmm I should try your work too! Check if 2nd GMAC is working on my

Re: [OpenWrt-Devel] [RFC 0/9] Using the mainline mtk-eth-soc driver for MT7621

2018-10-18 Thread René van Dorst
Quoting Bjørn Mork : I'm afraid this is way over my head. My understanding of the MT7621 SoC and the different hardware configurations is limited. IIUC there are basically two ways to connect the 2nd CPU GMAC: 1) by RGMII to something outside the SoC 2) to a port on the SoC internal switch,

Re: [OpenWrt-Devel] [RFC 0/9] Using the mainline mtk-eth-soc driver for MT7621

2018-10-18 Thread René van Dorst
Hi Bjørn, I was also working on this. 2 months ago. I also could not get 2nd GMAC to work with the external phy. See also my last commit https://github.com/vDorst/openwrt/commit/bf599736920cffa93ca29c455f933acdd12010ed But using port 5 of the switch is a good start. This makes port usable. I