Mt7621 / mt7530 programming: Disabling Flow Control on all ports

I don't think the driver in its current form allows you to force a specific speed at runtime. You'd have to compile it in as a hardcoded value, or add the functionality to the driver to be able to set this at runtime.

Thanks, that's what I feared would be the case.

A Archer C50v1 causes network issues of a r8169 here, both are connected to the same 5 port TP-Link switch:

[3278753.848768] r8169 0000:03:00.0 enp3s0: rtl_txcfg_empty_cond == 0 (loop: 666, delay: 100).
[3278763.848268] r8169 0000:03:00.0 enp3s0: rtl_txcfg_empty_cond == 0 (loop: 666, delay: 100).

An other Archer C50v1 which is only connected to a Pi2 does not create these issues. So, I'm wondering if this issue is also related.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.