You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ifconfig (wan_interface) MTU 1499 (or 1501 or anything other than 1500)
This bug is caused by txfifosz being 0 on IPQ806x devices (and possibly more) unless tx-fifo-depth is specified in device tree, potential fix would be to specify tx-fifo-depth in device tree for all affected devices, or, check if txfifosz == 0 and then allow MTU change.
The text was updated successfully, but these errors were encountered:
Ditto on Netgear R7800, this is a new regression since I updated from an early 2019 build. It blocks me from using baby jumbo frames (1508 MTU) over PPPoE.
jacekowski:
ifdown wan
ifconfig (wan_interface) MTU 1499 (or 1501 or anything other than 1500)
This bug is caused by txfifosz being 0 on IPQ806x devices (and possibly more) unless tx-fifo-depth is specified in device tree, potential fix would be to specify tx-fifo-depth in device tree for all affected devices, or, check if txfifosz == 0 and then allow MTU change.
The text was updated successfully, but these errors were encountered: