-
-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Open
Labels
flyspraykernelpull request/issue with Linux kernel related changespull request/issue with Linux kernel related changes
Description
jacekowski:
- I've personally tested it on ZyXEL NBG6817
- Any version with https://patchwork.kernel.org/patch/11283121/ patch applied
- To reproduce:
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.
Metadata
Metadata
Assignees
Labels
flyspraykernelpull request/issue with Linux kernel related changespull request/issue with Linux kernel related changes