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 discuss about the design direction.
While a packet is processed in openflow pipeline, there are some metadata with that packet.
At this point of 7c6c713 , we use struct packet_fields for cache information.
struct packet_fields
How do we implement pipeline fields and pipeline data?
The text was updated successfully, but these errors were encountered:
Merge pull request #35 from pzanna/Dev_81_Stacking
0692a64
Dev 81 stacking
No branches or pull requests
I want to discuss about the design direction.
While a packet is processed in openflow pipeline, there are some metadata with that packet.
At this point of 7c6c713 , we use
struct packet_fields
for cache information.How do we implement pipeline fields and pipeline data?
The text was updated successfully, but these errors were encountered: