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
I want to know the cloned packet with a non empty third parameter.Is the parameter are combined into the cloned packet's payload or somewhere else?
The text was updated successfully, but these errors were encountered:
You can get some documentation about clone3 here https://github.com/p4lang/p4c/blob/master/p4include/v1model.p4#L633
clone3
The third parameter is a list of the metadata fields you want to preserve.
For example:
p4-learning/examples/l2_learning/p4src/l2_learning_copy_to_cpu.p4
Line 79 in fa91647
In this case we copy all fields from the metadata struct.
Sorry, something went wrong.
Oh,i may got it,is it means that the third parameter can be preserved and computed only at this switch unless it be added to some head of packet .
No branches or pull requests
I want to know the cloned packet with a non empty third parameter.Is the parameter are combined into the cloned packet's payload or somewhere else?
The text was updated successfully, but these errors were encountered: