Skip to content
Snippets Groups Projects

ICSHWI-18048: Hybrids information

Merged ICSHWI-18048: Hybrids information
All threads resolved!
Merged Douglas Araujo requested to merge hybrid_info into main
All threads resolved!
5 files
+ 70
69
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -15,32 +15,24 @@
"output_queues" : {
"default" : {
"enabled" : false,
"eth_src_mac" : "0e:05:05:00:00:04",
"eth_dst_mac" : "50:6b:4b:c0:b2:50",
"ip_src_addr" : "192.168.10.10",
"ip_dst_addr" : "192.168.10.100",
"udp_src_port" : 8997,
"udp_dst_port" : 9000,
"destination_lut_index" : 0,
"readout_type" : "0x48",
"pkt_gen_enable" : false,
"pkt_gen_idles" : "0x00000f",
"pkt_gen_length" : "0x000000ff"
},
"0": {
"enabled" : true,
"udp_dst_port" : 9000
},
"1": {
"enabled" : false,
"udp_dst_port" : 9001
},
"2": {
"enabled" : false,
"udp_dst_port" : 9002
},
"3": {
"enabled" : false,
"udp_dst_port" : 9003
"enabled" : true
}
},
"udp_core" : {
"src_mac" : "0e:05:05:00:00:04",
"src_ip" : "192.168.10.1",
"src_port" : 9000,
"arp_refresh_timeout" : 1228.7,
"arp_reply_timeout" : 25.5,
"lut" : {
"0": { "dst_ip" : "192.168.10.100", "dst_port" : 51001}
}
}
}
\ No newline at end of file
Loading