From: Hanoh Haim Date: Sat, 24 Dec 2016 21:16:44 +0000 (+0200) Subject: add a http short avg pkt size profile X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F04%2F5204%2F1;p=trex.git add a http short avg pkt size profile Signed-off-by: Hanoh Haim --- diff --git a/scripts/cap2/190_packet.pcap b/scripts/cap2/190_packet.pcap new file mode 100644 index 00000000..81649b2a Binary files /dev/null and b/scripts/cap2/190_packet.pcap differ diff --git a/scripts/cap2/http_short.yaml b/scripts/cap2/http_short.yaml new file mode 100644 index 00000000..82dbf229 --- /dev/null +++ b/scripts/cap2/http_short.yaml @@ -0,0 +1,26 @@ +- duration : 0.1 + generator : + distribution : "seq" + clients_start : "16.0.0.1" + clients_end : "16.0.0.255" + servers_start : "48.0.0.1" + servers_end : "48.0.255.255" + clients_per_gb : 201 + min_clients : 101 + dual_port_mask : "1.0.0.0" + tcp_aging : 0 + udp_aging : 0 + mac : [0x0,0x0,0x0,0x1,0x0,0x00] + #cap_ipg : true + cap_info : + - name: cap2/190_packet.pcap + cps : 90 + ipg : 100 + rtt : 100 + w : 1 + - name: cap2/190_packet.pcap + cps : 10 + ipg : 5000000 + rtt : 5000000 + w : 1 + diff --git a/scripts/cfg/trex_07_cfg.yaml b/scripts/cfg/trex_07_cfg.yaml new file mode 100644 index 00000000..9962fdae --- /dev/null +++ b/scripts/cfg/trex_07_cfg.yaml @@ -0,0 +1,21 @@ +### Config file generated by dpdk_setup_ports.py ### + +- port_limit: 2 + version: 2 + interfaces: ['87:00.0', '87:00.1'] + port_info: + - ip: 1.1.1.1 + default_gw: 2.2.2.2 + - ip: 2.2.2.2 + default_gw: 1.1.1.1 + + platform: + master_thread_id: 0 + latency_thread_id: 1 + dual_if: + - socket: 1 + threads: [8,9,10,11,12,13,14,15,24,25,26,27,28,29,30,31] + + memory : + dp_flows : 1048576 +