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

P4Tools: Unify packet sizing options. #3695

Merged
merged 3 commits into from
Nov 22, 2022
Merged

P4Tools: Unify packet sizing options. #3695

merged 3 commits into from
Nov 22, 2022

Conversation

fruffy
Copy link
Collaborator

@fruffy fruffy commented Nov 14, 2022

Consolidate several packet sizing options into one. Packet sizes are now defined as range ([min]:[max]). The maximum packet size is now jumbo frame size (9000 byte). Extensions which do not support this size will have to override or implement their own checks (see the eBPF back end).

Fixes #3559.

@fruffy fruffy force-pushed the fruffy/min_max_pkts branch 3 times, most recently from 2df7168 to 03ca932 Compare November 14, 2022 15:08
@fruffy fruffy marked this pull request as ready for review November 14, 2022 22:40
@fruffy fruffy added the p4tools Topics related to the P4Tools back end label Nov 16, 2022
@fruffy fruffy force-pushed the fruffy/min_max_pkts branch from 2772480 to 9862070 Compare November 22, 2022 16:49
@fruffy fruffy merged commit aa0a24c into main Nov 22, 2022
@fruffy fruffy deleted the fruffy/min_max_pkts branch November 22, 2022 21:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p4tools Topics related to the P4Tools back end
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix packet size options
2 participants