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#3990 - lantiq: gswip: packets larger than 1496 bytes dropped when VLAN is used #9076

Closed
openwrt-bot opened this issue Aug 23, 2021 · 0 comments
Labels

Comments

@openwrt-bot
Copy link

janhoffmann:

This issue occurs with current master on a Fritzbox 7412 and 7362 SL.

When a switch port is using tagged VLAN, any packets sent from the device which are larger than 1496 bytes are dropped. Incoming packets are received correctly.

Comparison of the old swconfig driver with the new DSA driver shows that a lower value is now written to the GSWIP_MAC_FLEN register. Now it is 1526 (VLAN_ETH_FRAME_LEN + 8), while it was 1534 before (1518 + 8 + 4 * 2, which corresponds to "MAC frame + 8-byte special tag + 4-byte VLAN tag * 2" according to comments in the vendor driver). Increasing this to the old value seems to fix the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant