-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathprogram8.json
79 lines (79 loc) · 3.64 KB
/
program8.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"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": ["update_checksum"], "Desc": ["Extern"]},
{"Index": 1, "Props": ["drop"], "Desc": ["Extern"]},
{"Index": 2, "Props": ["ALV_Route_mac_forwarding", "ALV_Route_ipv4_forwarding", "ALV_Route_next_hop_arp_lookup", "drop"], "Desc": ["Table", "Table", "Table", "Extern"]},
{"Index": 3, "Props": ["ALV_Route_mac_forwarding", "drop"], "Desc": ["Table", "Extern"]},
{"Index": 4, "Props": ["ALV_Route_mac_forwarding", "ALV_Route_ipv4_forwarding", "drop"], "Desc": ["Table", "Table", "Extern"]},
{"Index": 5, "Props": ["ALV_Route_mac_forwarding", "ALV_Route_ipv4_forwarding", "ALV_Route_next_hop_arp_lookup"], "Desc": ["Table", "Table", "Table"]},
{"Index": 6, "Props": ["ALV_Route_mac_forwarding", "ALV_Route_ipv4_forwarding", "ALV_Route_next_hop_arp_lookup", "drop"], "Desc": ["Table", "Table", "Table", "Extern"]},
{"Index": 7, "Props": ["ALV_Route_mac_forwarding"], "Desc": ["Table"]},
{"Index": 8, "Props": ["ALV_Route_mac_forwarding", "ALV_Route_ipv4_forwarding"], "Desc": ["Table", "Table"]},
{"Index": 9, "Props": ["ALV_Route_mac_forwarding", "ALV_Route_ipv4_forwarding", "ALV_Route_next_hop_arp_lookup"], "Desc": ["Table", "Table", "Table"]}
]},
{"1.Point_Alpha": [
{"Index": 0, "Props": ["FW_check_ports"], "Desc": ["Table"]},
{"Index": 1, "Props": ["FW_check_ports", "hash", "hash", "drop"], "Desc": ["Table", "Extern", "Extern", "Extern"]},
{"Index": 2, "Props": ["FW_check_ports", "hash", "hash", "drop"], "Desc": ["Table", "Extern", "Extern", "Extern"]},
{"Index": 3, "Props": ["FW_check_ports", "hash", "hash"], "Desc": ["Table", "Extern", "Extern"]},
{"Index": 4, "Props": ["FW_check_ports", "hash", "hash"], "Desc": ["Table", "Extern", "Extern"]},
{"Index": 5, "Props": ["FW_check_ports", "hash", "hash"], "Desc": ["Table", "Extern", "Extern"]},
{"Index": 6, "Props": ["FW_check_ports", "hash", "hash"], "Desc": ["Table", "Extern", "Extern"]},
{"Index": 7, "Props": ["FW_check_ports", "hash", "hash"], "Desc": ["Table", "Extern", "Extern"]},
{"Index": 8, "Props": ["FW_check_ports", "hash", "hash"], "Desc": ["Table", "Extern", "Extern"]},
{"Index": 9, "Props": ["FW_check_ports", "hash", "hash"], "Desc": ["Table", "Extern", "Extern"]},
{"Index": 10, "Props": ["FW_check_ports", "hash", "hash"], "Desc": ["Table", "Extern", "Extern"]}
]},
{"2.FlightStart": [
{"Index": 0, "Props": ["update_checksum"], "Desc": ["Extern"]}
]}
],
"FlightStartAliases" : [
"0.FlightStart",
"2.FlightStart"
],
"Allocations" : {
"0.FlightStart" : {
},
"1.Point_Alpha" : {
},
"2.FlightStart" : {
}
},
"CFG" : [
{"0.FlightStart": "1.Point_Alpha"},
{"1.Point_Alpha": "2.FlightStart"}
],
"Signature" : {
"Prop": ["0.FlightStart", "1.Point_Alpha", "2.FlightStart"],
"V": []
},
"Tables": {
"ALV_Route_ipv4_forwarding": [],
"ALV_Route_mac_forwarding": [],
"ALV_Route_next_hop_arp_lookup": [],
"FW_check_ports": []
},
"Externs": {
"drop": [],
"hash": [],
"update_checksum": []
},
"Hand-over Overheads" : {
"0.FlightStart" : { },
"1.Point_Alpha" : { },
"2.FlightStart" : { }
}
}