We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Comparing PNA: https://p4.org/p4-spec/docs/pna-working-draft-html-version.html#sec-programmable-blocks vs PSA: https://p4.org/p4-spec/docs/PSA.html#sec-programmable-blocks ..
The deparser on PSA indicates headers are read/write whereas on PNA it is read-only.
We have a program that need to update ipv4 checksum on the deparser. While computing the checksum is allowed on the deparser (per https://p4.org/p4-spec/docs/pna-working-draft-html-version.html#sec-extern-restrictions), updating the computed value on a header is not. Is this the intended behavior?
The text was updated successfully, but these errors were encountered:
This PR is instended to address this issue. Please read it and see if it is missing anything you were hoping for: #127
Sorry, something went wrong.
Closing based on #127
No branches or pull requests
Comparing PNA: https://p4.org/p4-spec/docs/pna-working-draft-html-version.html#sec-programmable-blocks
vs PSA: https://p4.org/p4-spec/docs/PSA.html#sec-programmable-blocks ..
The deparser on PSA indicates headers are read/write whereas on PNA it is read-only.
We have a program that need to update ipv4 checksum on the deparser. While computing the checksum is allowed on the deparser (per https://p4.org/p4-spec/docs/pna-working-draft-html-version.html#sec-extern-restrictions), updating the computed value on a header is not. Is this the intended behavior?
The text was updated successfully, but these errors were encountered: