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

podnetwork: support jumbo frames #1992

Open
yoheiueda opened this issue Aug 9, 2024 · 0 comments
Open

podnetwork: support jumbo frames #1992

yoheiueda opened this issue Aug 9, 2024 · 0 comments

Comments

@yoheiueda
Copy link
Member

Currently, jumbo frames (MTU size larger than 1,500) are not supported, since the current implementation of peer pods restricts a maximum MTU size to be not greater than 1450. (#68)

EKS supports jumbo frames (MTU 9001) as reported in #1966 (comment), but peer pods can't get benefits from jumbo frames.
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/network_mtu.html

To support jumbo frames in peer pods, MTU of VXLAN devices need to be adjusted.

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

No branches or pull requests

1 participant