Skip to content

Commit

Permalink
Reference files.
Browse files Browse the repository at this point in the history
Signed-off-by: fruffy <[email protected]>
  • Loading branch information
fruffy committed Jul 15, 2024
1 parent 7c3e3ec commit df87da3
Show file tree
Hide file tree
Showing 18 changed files with 12,847 additions and 6,631 deletions.
1,632 changes: 1,238 additions & 394 deletions testdata/p4_16_samples_outputs/pins/pins_fabric-first.p4

Large diffs are not rendered by default.

1,432 changes: 1,018 additions & 414 deletions testdata/p4_16_samples_outputs/pins/pins_fabric-frontend.p4

Large diffs are not rendered by default.

1,988 changes: 1,401 additions & 587 deletions testdata/p4_16_samples_outputs/pins/pins_fabric-midend.p4

Large diffs are not rendered by default.

1,417 changes: 1,111 additions & 306 deletions testdata/p4_16_samples_outputs/pins/pins_fabric.p4

Large diffs are not rendered by default.

118 changes: 92 additions & 26 deletions testdata/p4_16_samples_outputs/pins/pins_fabric.p4-stderr

Large diffs are not rendered by default.

1,708 changes: 1,261 additions & 447 deletions testdata/p4_16_samples_outputs/pins/pins_fabric.p4.p4info.txtpb

Large diffs are not rendered by default.

1,610 changes: 1,251 additions & 359 deletions testdata/p4_16_samples_outputs/pins/pins_middleblock-first.p4

Large diffs are not rendered by default.

1,422 changes: 1,041 additions & 381 deletions testdata/p4_16_samples_outputs/pins/pins_middleblock-frontend.p4

Large diffs are not rendered by default.

1,958 changes: 1,446 additions & 512 deletions testdata/p4_16_samples_outputs/pins/pins_middleblock-midend.p4

Large diffs are not rendered by default.

1,431 changes: 1,142 additions & 289 deletions testdata/p4_16_samples_outputs/pins/pins_middleblock.p4

Large diffs are not rendered by default.

127 changes: 101 additions & 26 deletions testdata/p4_16_samples_outputs/pins/pins_middleblock.p4-stderr

Large diffs are not rendered by default.

1,549 changes: 1,170 additions & 379 deletions testdata/p4_16_samples_outputs/pins/pins_middleblock.p4.p4info.txtpb

Large diffs are not rendered by default.

566 changes: 143 additions & 423 deletions testdata/p4_16_samples_outputs/pins/pins_wbb-first.p4

Large diffs are not rendered by default.

586 changes: 141 additions & 445 deletions testdata/p4_16_samples_outputs/pins/pins_wbb-frontend.p4

Large diffs are not rendered by default.

676 changes: 145 additions & 531 deletions testdata/p4_16_samples_outputs/pins/pins_wbb-midend.p4

Large diffs are not rendered by default.

561 changes: 143 additions & 418 deletions testdata/p4_16_samples_outputs/pins/pins_wbb.p4

Large diffs are not rendered by default.

33 changes: 0 additions & 33 deletions testdata/p4_16_samples_outputs/pins/pins_wbb.p4-stderr
Original file line number Diff line number Diff line change
@@ -1,33 +0,0 @@
pins_wbb.p4(545): [--Wwarn=shadow] warning: 'ttl' shadows 'control ttl'
bit<8> ttl = 0;
^^^^^^^^^^^^^^
pins_wbb.p4(514)
control ttl(inout headers_t headers, inout local_metadata_t local_metadata, inout standard_metadata_t standard_metadata) {
^^^
pins_wbb.p4(314): [--Wwarn=deprecated] warning: set_nexthop: Using deprecated feature set_nexthop. Use set_ip_nexthop instead.
@proto_id(1) set_nexthop;
^^^^^^^^^^^
pins_wbb.p4(306)
@id(0x01000003) @deprecated("Use set_ip_nexthop instead.") action set_nexthop(@id(1) @refers_to(router_interface_table , router_interface_id) @refers_to(neighbor_table , router_interface_id) router_interface_id_t router_interface_id, @id(2) @format(IPV6_ADDRESS) @refers_to(neighbor_table , neighbor_id) ipv6_addr_t neighbor_id) {
^^^^^^^^^^^
pins_wbb.p4(333): [--Wwarn=uninitialized_use] warning: wcmp_group_id_value may not be completely initialized
wcmp_group_id_value : exact @id(1) @name("wcmp_group_id");
^^^^^^^^^^^^^^^^^^^
pins_wbb.p4(311): [--Wwarn=uninitialized_use] warning: nexthop_id_value may not be completely initialized
nexthop_id_value: exact @id(1) @name("nexthop_id");
^^^^^^^^^^^^^^^^
pins_wbb.p4(291): [--Wwarn=uninitialized_use] warning: router_interface_id_value may not be completely initialized
router_interface_id_value: exact @id(1) @name("router_interface_id");
^^^^^^^^^^^^^^^^^^^^^^^^^
pins_wbb.p4(275): [--Wwarn=uninitialized_use] warning: router_interface_id_value may not be completely initialized
router_interface_id_value: exact @id(1) @name("router_interface_id") @refers_to(router_interface_table , router_interface_id);
^^^^^^^^^^^^^^^^^^^^^^^^^
pins_wbb.p4(276): [--Wwarn=uninitialized_use] warning: neighbor_id_value may be uninitialized
neighbor_id_value : exact @id(2) @format(IPV6_ADDRESS) @name("neighbor_id");
^^^^^^^^^^^^^^^^^
pins_wbb.p4(474): [--Wwarn=uninitialized_use] warning: mirror_port may not be completely initialized
mirror_port: exact @id(1);
^^^^^^^^^^^
pins_wbb.p4(486): [--Wwarn=uninitialized_use] warning: pre_session may be uninitialized
clone_preserving_field_list(CloneType.I2E, pre_session, (bit<8>)PreservedFieldList.CLONE_I2E);
^^^^^^^^^^^
Loading

0 comments on commit df87da3

Please sign in to comment.