-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathprogram12.json
45 lines (45 loc) · 1.27 KB
/
program12.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"Parameters" : {
"flightplan_runtime" : "HL",
"flightplan_switch_md" : "switch_metadata_t",
"flightplan_standard_md" : "standard_metadata",
"flightplan_egress_var" : "egress_spec",
"flightplan_ingress_var" : "ingress_port",
"flightplan_max_handover_bytes" : -1,
"flightplan_routing_segment" : "FlightStart",
"flightplan_offload_cflow" : 1,
"mem_cells" : [8, 8, 8, 8, 8, 32, 32]
},
"Abstract program" : [
{"0.FlightStart": [
{"Index": 0, "Props": ["ipv4_lpm", "mark_to_drop", "myTunnel_exact", "update_checksum"], "Desc": ["Table", "Extern", "Table", "Extern"]},
{"Index": 1, "Props": ["myTunnel_exact", "update_checksum"], "Desc": ["Table", "Extern"]},
{"Index": 2, "Props": ["ipv4_lpm", "mark_to_drop", "update_checksum"], "Desc": ["Table", "Extern", "Extern"]},
{"Index": 3, "Props": ["update_checksum"], "Desc": ["Extern"]}
]}
],
"FlightStartAliases" : [
"0.FlightStart"
],
"Allocations" : {
"0.FlightStart" : {
}
},
"CFG" : [
],
"Signature" : {
"Prop": ["0.FlightStart"],
"V": []
},
"Tables": {
"ipv4_lpm": [],
"myTunnel_exact": []
},
"Externs": {
"mark_to_drop": [],
"update_checksum": []
},
"Hand-over Overheads" : {
"0.FlightStart" : { }
}
}