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

ebpf/PSA: Add support for wide fields in parser value_set #3912

Merged
merged 2 commits into from
Mar 6, 2023

Conversation

tatry
Copy link
Contributor

@tatry tatry commented Mar 3, 2023

This PR adds ability to match fields wider than 64 bits in parser value set.

CC: @osinstom

Comment on lines 466 to 467
// FIXME: When select expression from parser supports more than one field then only the first
// component will taken into account.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What exactly do you want to fix here in the future? Please be explicit, like "remove below if" or sth.

Suggested change
// FIXME: When select expression from parser supports more than one field then only the first
// component will taken into account.
// FIXME: When a select expression from the parser supports more than one field, only the first
// component will be taken into account.

@osinstom osinstom merged commit 74abbb7 into p4lang:main Mar 6, 2023
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

Successfully merging this pull request may close these issues.

2 participants