Skip to content
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

DPDK Backend: Update reference outputs for tests failing after dynamic header stack index merge #3388

Merged
merged 1 commit into from
Jun 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ header vlan_tag_1 instanceof vlan_tag_h


struct main_metadata_t {
bit<16> pna_pre_input_metadata_parser_error
bit<32> pna_main_input_metadata_input_port
bit<32> local_metadata_depth
bit<32> pna_main_output_metadata_output_port
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ header vlan_tag_1 instanceof vlan_tag_h


struct main_metadata_t {
bit<16> pna_pre_input_metadata_parser_error
bit<32> pna_main_input_metadata_input_port
bit<32> local_metadata_depth
bit<32> pna_main_output_metadata_output_port
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ header vlan_tag_1 instanceof vlan_tag_h


struct main_metadata_t {
bit<16> pna_pre_input_metadata_parser_error
bit<32> pna_main_input_metadata_input_port
bit<32> local_metadata_depth
bit<16> local_metadata_ethType
Expand Down
1 change: 1 addition & 0 deletions testdata/p4_16_samples_outputs/psa-variable-index.p4.spec
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ struct psa_egress_deparser_input_metadata_t {

struct EMPTY_M {
bit<32> psa_ingress_input_metadata_ingress_port
bit<16> psa_ingress_input_metadata_parser_error
bit<8> psa_ingress_output_metadata_drop
bit<32> psa_ingress_output_metadata_egress_port
bit<32> local_metadata_depth
Expand Down