Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#3285 - Can't change MTU on IPQ806x devices #8155

Open
openwrt-bot opened this issue Aug 15, 2020 · 2 comments
Open

FS#3285 - Can't change MTU on IPQ806x devices #8155

openwrt-bot opened this issue Aug 15, 2020 · 2 comments
Labels
flyspray kernel pull request/issue with Linux kernel related changes

Comments

@openwrt-bot
Copy link

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.

@openwrt-bot
Copy link
Author

kebe:

Same here. Archer C2600 (ipq8064)

@openwrt-bot
Copy link
Author

Olipro:

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.

@aparcar aparcar added the kernel pull request/issue with Linux kernel related changes label Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flyspray kernel pull request/issue with Linux kernel related changes
Projects
None yet
Development

No branches or pull requests

2 participants