-
Notifications
You must be signed in to change notification settings - Fork 0
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
Resubmit tests #16
base: master
Are you sure you want to change the base?
Resubmit tests #16
Conversation
default_action = inc; | ||
} | ||
|
||
table debug { |
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.
lets remove debug tbl for the actual test.
|
||
apply { | ||
t.apply(); | ||
debug.apply(); |
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 this pls for when we submit
in empty_metadata_t clone_i2e_meta, | ||
in empty_metadata_t clone_e2e_meta) | ||
{ | ||
state start { |
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.
right before transition accept;
, we need to add a buffer.extract(hdr.ethernet);
@@ -0,0 +1,3 @@ | |||
# This packet should be resubmit four times |
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.
can we also add an edge case that should resubmit zero times?
@kevinye2
|
} | ||
table t { | ||
actions = { inc; | ||
} |
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.
They really care about style, can you change this to { inc; }
thanks.
Check this out?