-
Notifications
You must be signed in to change notification settings - Fork 0
Create DASH-P4-Target-Architecture.md #3
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
base: main
Are you sure you want to change the base?
Conversation
| ```p4 | ||
| control DASHMainControl<HEADERS, USER_META, PKT_OUT_META>( | ||
| inout HEADERS headers, | ||
| in nv_standard_metadata_t std_meta, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the nv_ prefix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
| Signature: | ||
|
|
||
| ```p4 | ||
| extern void nv_send_to_port(in sai_object_id_t port); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dash_send_to_port
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
| Signature: | ||
|
|
||
| ```p4 | ||
| extern void nv_send_to_controller<PACKET_META>(in PACKET_META pkt_in_meta); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dash_send_to_controller
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
No description provided.