5.1. ip4

5.1.1. 1n1l-10ge2p1x710-ethip4-ip4base-tg-ndrpdr suite

RFC2544: Pkt throughput for cross connected NICs with IPv4 traffic profile.

  • [Top] Network Topologies: TG-TG 1-node circular topology with single links between nodes.

  • [Enc] Packet Encapsulations: Eth-IPv4 for L1 cross connect patch.

  • [Ver] TG verification: TG finds and reports throughput NDR (Non Drop Rate) with zero packet loss tolerance and throughput PDR (Partial Drop Rate) with non-zero packet loss tolerance (LT) expressed in percentage of packets transmitted. NDR and PDR are discovered for different Ethernet L2 frame sizes using MLRsearch library.

Test packets are generated by TG on links to TG. TG traffic profile contains two L3 flow-groups (flow-group per direction, 254 flows per flow-group) with all packets containing Ethernet header, IPv4 header with static payload. MAC addresses are matching MAC addresses of the TG node interfaces.

  • [Ref] Applicable standard specifications: RFC2544.

*** Settings ***
| Resource | resources/libraries/robot/shared/default.robot
|
| Force Tags | 1_NODE_SINGLE_LINK_TOPO | 2_NODE_SINGLE_LINK_TOPO
| ... | 3_NODE_SINGLE_LINK_TOPO
| ... | PERFTEST | HW_ENV | NDRPDR | NIC_Intel-X710 | TREX | ETH | N2N | BASE
| ... | TG_DRV_IGB_UIO
| ... | ethip4-ip4base-tg
|
| Suite Setup | Setup suite topology interfaces with no DUT | performance_tg_nic
| Suite Teardown | Tear down suite | performance
| Test Setup | Start Test Export
| Test Teardown | Tear down test raw | performance
|
| Test Template | Local Template
|
| 
*** Variables ***
| ${nic_name}= | Intel-X710
| ${nic_pfs}= | 2
| ${osi_layer}= | L2
| ${overhead}= | ${0}
# Traffic profile:
| ${traffic_profile}= | trex-stl-2n-ethip4-ip4src254

5.1.1.1. Local Template

  • [Cfg] TG runs L1 cross connect config.

  • [Ver] Measure NDR and PDR values using MLRsearch algorithm.

Arguments: - frame_size - Framesize in Bytes in integer or string (IMIX_v4_1). Type: integer, string


Set Test Variable  \${frame_size}
Given Set Max Rate And Jumbo
 Then Find NDR and PDR intervals using optimized search

5.1.1.2. 64B–ethip4-ip4base-tg-ndrpdr


frame_size=${64}

5.1.1.3. 1518B–ethip4-ip4base-tg-ndrpdr


frame_size=${1518}

5.1.1.4. 9000B–ethip4-ip4base-tg-ndrpdr


frame_size=${9000}

5.1.1.5. IMIX–ethip4-ip4base-tg-ndrpdr


frame_size=IMIX_v4_1

5.1.2. 1n1l-10ge2p1x710-ethip4-ip4scale2m-tg-ndrpdr suite

RFC2544: Pkt throughput for cross connected NICs with IPv4 traffic profile.

  • [Top] Network Topologies: TG-TG 1-node circular topology with single links between.

  • [Enc] Packet Encapsulations: Eth-IPv4 for L1 cross connect patch.

  • [Ver] TG verification: TG finds and reports throughput NDR (Non Drop Rate) with zero packet loss tolerance and throughput PDR (Partial Drop Rate) with non-zero packet loss tolerance (LT) expressed in percentage of packets transmitted. NDR and PDR are discovered for different Ethernet L2 frame sizes using MLRsearch library.

Test packets are generated by TG on links to TG. TG traffic profile contains two L3 flow-groups (flow-group per direction, 1M flows per flow-group) with all packets containing Ethernet header, IPv4 header with IP protocol=61 and static payload. MAC addresses are matching MAC addresses of the TG node interfaces.

  • [Ref] Applicable standard specifications: RFC2544.

*** Settings ***
| Resource | resources/libraries/robot/shared/default.robot
|
| Force Tags | 1_NODE_SINGLE_LINK_TOPO | 2_NODE_SINGLE_LINK_TOPO
| ... | 3_NODE_SINGLE_LINK_TOPO
| ... | PERFTEST | HW_ENV | NDRPDR | NIC_Intel-X710 | TREX | ETH | IP4SCALE2M
| ... | N2N | SCALE | TG_DRV_IGB_UIO
| ... | ethip4-ip4scale2m-tg
|
| Suite Setup | Setup suite topology interfaces with no DUT | performance_tg_nic
| Suite Teardown | Tear down suite | performance
| Test Setup | Start Test Export
| Test Teardown | Tear down test raw | performance
|
| Test Template | Local Template
|
| 
*** Variables ***
| ${nic_name}= | Intel-X710
| ${nic_pfs}= | 2
| ${osi_layer}= | L2
| ${overhead}= | ${0}
| ${rts_per_flow}= | ${1000000}
# Traffic profile
| ${traffic_profile}= | trex-stl-2n-ethip4-ip4dst${rts_per_flow}

5.1.2.1. Local Template

  • [Cfg] TG runs L1 cross connect config.

  • [Ver] Measure NDR and PDR values using MLRsearch algorithm.

Arguments: - frame_size - Framesize in Bytes in integer or string (IMIX_v4_1). Type: integer, string


Set Test Variable  \${frame_size}
Given Set Max Rate And Jumbo
 Then Find NDR and PDR intervals using optimized search

5.1.2.2. 64B–ethip4-ip4scale2m-tg-ndrpdr


frame_size=${64}

5.1.2.3. 1518B–ethip4-ip4scale2m-tg-ndrpdr


frame_size=${1518}

5.1.2.4. 9000B–ethip4-ip4scale2m-tg-ndrpdr


frame_size=${9000}

5.1.2.5. IMIX–ethip4-ip4scale2m-tg-ndrpdr


frame_size=IMIX_v4_1

5.1.3. 1n1l-10ge2p1x710-ethip4tcp-ip4base-h1024-p63-s64512-cps-tg-ndrpdr suite

CPS on empty TCP transactions with L1 cross connect

  • [Top] Network Topologies: TG-TG 1-node circular topology with single links between nodes.

  • [Enc] Packet Encapsulations: Eth-IPv4 for L1 cross connect patch.

  • [Ver] TG verification: TG finds and reports throughput NDR (Non Drop Rate) with zero packet loss tolerance and throughput PDR (Partial Drop Rate) with non-zero packet loss tolerance (LT) expressed in percentage of packets transmitted. NDR and PDR are discovered for different Ethernet L2 frame sizes using MLRsearch library.

Test packets are generated by TG on links to TG. TG traffic profile contain L7 flows (${cps} bi-directional TCP flows) with all packets containing Ethernet header, IPv4 header with TCP header and static payload. MAC addresses are matching MAC addresses of the TG node interfaces.

  • [Ref] Applicable standard specifications: RFC2544.

*** Settings ***
| Resource | resources/libraries/robot/shared/default.robot
|
| Force Tags | 1_NODE_SINGLE_LINK_TOPO | 2_NODE_SINGLE_LINK_TOPO
| ... | 3_NODE_SINGLE_LINK_TOPO
| ... | PERFTEST | HW_ENV | NDRPDR | NIC_Intel-X710 | TREX | ETH
| ... | IP4FWD | IP4BASE | N2N | TCP | TCP_CPS | TG_DRV_IGB_UIO | SCALE
| ... | HOSTS_1024
| ... | ethip4tcp-ip4base-h1024-p63-s64512-cps-tg
|
| Suite Setup | Setup suite topology interfaces with no DUT | performance_tg_nic
| Suite Teardown | Tear down suite | performance
| Test Setup | Start Test Export
| Test Teardown | Tear down test raw | performance
|
| Test Template | Local Template
|
| 
*** Variables ***
| ${nic_name}= | Intel-X710
| ${nic_pfs}= | 2
| ${osi_layer}= | L7
| ${overhead}= | ${0}
# Scale settings
| ${n_hosts}= | ${1024}
| ${n_ports}= | ${63}
| ${transaction_scale}= | ${${n_hosts} * ${n_ports}}
| ${packets_per_transaction_and_direction}= | ${4}
| ${packets_per_transaction_aggregated}= | ${7}
# Traffic profile
| ${traffic_profile}= | trex-astf-ethip4tcp-${n_hosts}h
| ${transaction_type}= | tcp_cps
| ${disable_latency}= | ${True}

5.1.3.1. Local Template

  • [Cfg] TG runs L1 cross connect config.

  • [Ver] Measure NDR and PDR values using MLRsearch algorithm.

Arguments: - frame_size - Framesize in Bytes in integer or string (IMIX_v4_1). Type: integer, string


Set Test Variable  \${frame_size}
Given Set Max Rate And Jumbo
 Then Find NDR and PDR intervals using optimized search

5.1.3.2. 64B–ethip4tcp-ip4base-h1024-p63-s64512-cps-tg-ndrpdr


frame_size=${64}

5.1.4. 1n1l-10ge2p1x710-ethip4tcp-ip4base-h1024-p63-s64512-tput-tg-ndrpdr suite

TPUT on lightweight TCP transactions with L1 cross connect

  • [Top] Network Topologies: TG-TG 1-node circular topology with single links between nodes.

  • [Enc] Packet Encapsulations: Eth-IPv4 for L1 cross connect patch.

  • [Ver] TG verification: TG finds and reports throughput NDR (Non Drop Rate) with zero packet loss tolerance and throughput PDR (Partial Drop Rate) with non-zero packet loss tolerance (LT) expressed in percentage of packets transmitted. NDR and PDR are discovered for different Ethernet L2 frame sizes using MLRsearch library.

Test packets are generated by TG on links to TG. TG traffic profile contains client and server ASTF programs, generating packets containing Ethernet header, IPv4 header, TCP header and static payload. MAC addresses are matching MAC addresses of the TG node interfaces.

  • [Ref] Applicable standard specifications: RFC2544.

*** Settings ***
| Resource | resources/libraries/robot/shared/default.robot
|
| Force Tags | 1_NODE_SINGLE_LINK_TOPO | 2_NODE_SINGLE_LINK_TOPO
| ... | 3_NODE_SINGLE_LINK_TOPO
| ... | PERFTEST | HW_ENV | NDRPDR | NIC_Intel-X710 | TREX | ETH | IP4FWD
| ... | IP4BASE | N2N | TCP | TCP_TPUT | TG_DRV_IGB_UIO | SCALE | HOSTS_1024
| ... | ethip4tcp-ip4base-h1024-p63-s64512-tput-tg
|
| Suite Setup | Setup suite topology interfaces with no DUT | performance_tg_nic
| Suite Teardown | Tear down suite | performance
| Test Setup | Start Test Export
| Test Teardown | Tear down test raw | performance
|
| Test Template | Local Template
|
| # TODO CSIT-1765: Unify suite Documentation.
| 
*** Variables ***
| ${nic_name}= | Intel-X710
| ${nic_pfs}= | 2
| ${osi_layer}= | L7
| ${overhead}= | ${0}
# Scale settings
| ${n_hosts}= | ${1024}
| ${n_ports}= | ${63}
| ${packets_per_transaction_and_direction}= | ${4 + ${ASTF_N_DATA_FRAMES}}
| ${packets_per_transaction_aggregated}= | ${6 + 2 * ${ASTF_N_DATA_FRAMES}}
| ${transaction_scale}= | ${${n_hosts} * ${n_ports}}
# Traffic profile:
| ${traffic_profile}= | trex-astf-ethip4tcp-${n_hosts}h-pps
| ${transaction_type}= | tcp_pps
| ${disable_latency}= | ${True}

5.1.4.1. Local Template

  • [Cfg] TG runs L1 cross connect config.

  • [Ver] Measure NDR and PDR values using MLRsearch algorithm.

Arguments: - frame_size - Framesize in Bytes in integer or string (IMIX_v4_1). Type: integer, string


Set Test Variable  \${frame_size}
Given Set Max Rate And Jumbo
 Then Find NDR and PDR intervals using optimized search

5.1.4.2. 100B–ethip4tcp-ip4base-h1024-p63-s64512-tput-tg-ndrpdr


frame_size=${100}

5.1.4.3. 1518B–ethip4tcp-ip4base-h1024-p63-s64512-tput-tg-ndrpdr


frame_size=${1518}

5.1.4.4. 9000B–ethip4tcp-ip4base-h1024-p63-s64512-tput-tg-ndrpdr


frame_size=${9000}

5.1.5. 1n1l-10ge2p1x710-ethip4tcp-ip4base-h262144-p63-s16515072-cps-tg-ndrpdr suite

CPS on empty TCP transactions with L1 cross connect

  • [Top] Network Topologies: TG-TG 1-node circular topology with single links between nodes.

  • [Enc] Packet Encapsulations: Eth-IPv4 for L1 cross connect patch.

  • [Ver] TG verification: TG finds and reports throughput NDR (Non Drop Rate) with zero packet loss tolerance and throughput PDR (Partial Drop Rate) with non-zero packet loss tolerance (LT) expressed in percentage of packets transmitted. NDR and PDR are discovered for different Ethernet L2 frame sizes using MLRsearch library.

Test packets are generated by TG on links to TG. TG traffic profile contain L7 flows (${cps} bi-directional TCP flows) with all packets containing Ethernet header, IPv4 header with TCP header and static payload. MAC addresses are matching MAC addresses of the TG node interfaces.

  • [Ref] Applicable standard specifications: RFC2544.

*** Settings ***
| Resource | resources/libraries/robot/shared/default.robot
|
| Force Tags | 1_NODE_SINGLE_LINK_TOPO | 2_NODE_SINGLE_LINK_TOPO
| ... | 3_NODE_SINGLE_LINK_TOPO
| ... | PERFTEST | HW_ENV | NDRPDR | NIC_Intel-X710 | TREX | ETH | IP4FWD
| ... | IP4BASE | N2N | TCP | TCP_CPS | TG_DRV_IGB_UIO | SCALE | HOSTS_262144
| ... | ethip4tcp-ip4base-h262144-p63-s16515072-cps-tg
|
| Suite Setup | Setup suite topology interfaces with no DUT | performance_tg_nic
| Suite Teardown | Tear down suite | performance
| Test Setup | Start Test Export
| Test Teardown | Tear down test raw | performance
|
| Test Template | Local Template
|
| 
*** Variables ***
| ${nic_name}= | Intel-X710
| ${nic_pfs}= | 2
| ${osi_layer}= | L7
| ${overhead}= | ${0}
# Scale settings
| ${n_hosts}= | ${262144}
| ${n_ports}= | ${63}
| ${transaction_scale}= | ${${n_hosts} * ${n_ports}}
| ${packets_per_transaction_and_direction}= | ${4}
| ${packets_per_transaction_aggregated}= | ${7}
# Traffic profile
| ${traffic_profile}= | trex-astf-ethip4tcp-${n_hosts}h
| ${transaction_type}= | tcp_cps
| ${disable_latency}= | ${True}

5.1.5.1. Local Template

  • [Cfg] TG runs L1 cross connect config.

  • [Ver] Measure NDR and PDR values using MLRsearch algorithm.

Arguments: - frame_size - Framesize in Bytes in integer or string (IMIX_v4_1). Type: integer, string


Set Test Variable  \${frame_size}
Given Set Max Rate And Jumbo
 Then Find NDR and PDR intervals using optimized search

5.1.5.2. 64B–ethip4tcp-ip4base-h262144-p63-s16515072-cps-tg-ndrpdr


frame_size=${64}

5.1.6. 1n1l-10ge2p1x710-ethip4tcp-ip4base-h262144-p63-s16515072-tput-tg-ndrpdr suite

TPUT on lightweight TCP transactions with L1 cross connect

  • [Top] Network Topologies: TG-TG 1-node circular topology with single links between nodes.

  • [Enc] Packet Encapsulations: Eth-IPv4 for L1 cross connect patch.

  • [Ver] TG verification: TG finds and reports throughput NDR (Non Drop Rate) with zero packet loss tolerance and throughput PDR (Partial Drop Rate) with non-zero packet loss tolerance (LT) expressed in percentage of packets transmitted. NDR and PDR are discovered for different Ethernet L2 frame sizes using MLRsearch library.

Test packets are generated by TG on links to TG. TG traffic profile contains client and server ASTF programs, generating packets containing Ethernet header, IPv4 header, TCP header and static payload. MAC addresses are matching MAC addresses of the TG node interfaces.

  • [Ref] Applicable standard specifications: RFC2544.

*** Settings ***
| Resource | resources/libraries/robot/shared/default.robot
|
| Force Tags | 1_NODE_SINGLE_LINK_TOPO | 2_NODE_SINGLE_LINK_TOPO
| ... | 3_NODE_SINGLE_LINK_TOPO
| ... | PERFTEST | HW_ENV | NDRPDR | NIC_Intel-X710 | TREX | ETH | IP4FWD
| ... | IP4BASE | N2N | TCP | TCP_TPUT | TG_DRV_IGB_UIO | SCALE | HOSTS_262144
| ... | ethip4tcp-ip4base-h262144-p63-s16515072-tput-tg
|
| Suite Setup | Setup suite topology interfaces with no DUT | performance_tg_nic
| Suite Teardown | Tear down suite | performance
| Test Setup | Start Test Export
| Test Teardown | Tear down test raw | performance
|
| Test Template | Local Template
|
| # TODO CSIT-1765: Unify suite Documentation.
| 
*** Variables ***
| ${nic_name}= | Intel-X710
| ${nic_pfs}= | 2
| ${osi_layer}= | L7
| ${overhead}= | ${0}
# Scale settings
| ${n_hosts}= | ${262144}
| ${n_ports}= | ${63}
| ${packets_per_transaction_and_direction}= | ${4 + ${ASTF_N_DATA_FRAMES}}
| ${packets_per_transaction_aggregated}= | ${6 + 2 * ${ASTF_N_DATA_FRAMES}}
| ${transaction_scale}= | ${${n_hosts} * ${n_ports}}
# Traffic profile:
| ${traffic_profile}= | trex-astf-ethip4tcp-${n_hosts}h-pps
| ${transaction_type}= | tcp_pps
| ${disable_latency}= | ${True}

5.1.6.1. Local Template

  • [Cfg] TG runs L1 cross connect config.

  • [Ver] Measure NDR and PDR values using MLRsearch algorithm.

Arguments: - frame_size - Framesize in Bytes in integer or string (IMIX_v4_1). Type: integer, string


Set Test Variable  \${frame_size}
Given Set Max Rate And Jumbo
 Then Find NDR and PDR intervals using optimized search

5.1.6.2. 100B–ethip4tcp-ip4base-h262144-p63-s16515072-tput-tg-ndrpdr


frame_size=${100}

5.1.6.3. 1518B–ethip4tcp-ip4base-h262144-p63-s16515072-tput-tg-ndrpdr


frame_size=${1518}

5.1.6.4. 9000B–ethip4tcp-ip4base-h262144-p63-s16515072-tput-tg-ndrpdr


frame_size=${9000}

5.1.7. 1n1l-10ge2p1x710-ethip4udp-ip4base-h1024-p63-s64512-cps-tg-ndrpdr suite

CPS on empty UDP transactions with L1 cross connect

  • [Top] Network Topologies: TG-TG 1-node circular topology with single links between nodes.

  • [Enc] Packet Encapsulations: Eth-IPv4 for L1 cross connect patch.

  • [Ver] TG verification: TG finds and reports throughput NDR (Non Drop Rate) with zero packet loss tolerance and throughput PDR (Partial Drop Rate) with non-zero packet loss tolerance (LT) expressed in percentage of packets transmitted. NDR and PDR are discovered for different Ethernet L2 frame sizes using MLRsearch library.

Test packets are generated by TG on links to TG. TG traffic profile contain L7 flows (${cps} bi-directional UDP flows) with all packets containing Ethernet header, IPv4 header with UDP header and static payload. MAC addresses are matching MAC addresses of the TG node interfaces.

  • [Ref] Applicable standard specifications: RFC2544.

*** Settings ***
| Resource | resources/libraries/robot/shared/default.robot
|
| Force Tags | 1_NODE_SINGLE_LINK_TOPO | 2_NODE_SINGLE_LINK_TOPO
| ... | 3_NODE_SINGLE_LINK_TOPO
| ... | PERFTEST | HW_ENV | NDRPDR | NIC_Intel-X710 | TREX | ETH | IP4FWD
| ... | N2N | SCALE | IP4BASE | TG_DRV_IGB_UIO | UDP | UDP_CPS | HOSTS_1024
| ... | ethip4udp-ip4base-h1024-p63-s64512-cps-tg
|
| Suite Setup | Setup suite topology interfaces with no DUT | performance_tg_nic
| Suite Teardown | Tear down suite | performance
| Test Setup | Start Test Export
| Test Teardown | Tear down test raw | performance
|
| Test Template | Local Template
|
| 
*** Variables ***
| ${nic_name}= | Intel-X710
| ${nic_pfs}= | 2
| ${osi_layer}= | L7
| ${overhead}= | ${0}
# Scale settings
| ${n_hosts}= | ${1024}
| ${n_ports}= | ${63}
| ${transaction_scale}= | ${${n_hosts} * ${n_ports}}
# Traffic profile
| ${traffic_profile}= | trex-astf-ethip4udp-${n_hosts}h
| ${transaction_type}= | udp_cps
| ${disable_latency}= | ${True}

5.1.7.1. Local Template

  • [Cfg] TG runs L1 cross connect config.

  • [Ver] Measure NDR and PDR values using MLRsearch algorithm.

Arguments: - frame_size - Framesize in Bytes in integer or string (IMIX_v4_1). Type: integer, string


Set Test Variable  \${frame_size}
Given Set Max Rate And Jumbo
 Then Find NDR and PDR intervals using optimized search

5.1.7.2. 64B–ethip4udp-ip4base-h1024-p63-s64512-cps-tg-ndrpdr


frame_size=${64}

5.1.8. 1n1l-10ge2p1x710-ethip4udp-ip4base-h1024-p63-s64512-tput-tg-ndrpdr suite

TPUT on lightweight UDP transactions with L1 cross connect

  • [Top] Network Topologies: TG-TG 1-node circular topology with single links between nodes.

  • [Enc] Packet Encapsulations: Eth-IPv4 for L1 cross connect patch.

  • [Ver] TG verification: TG finds and reports throughput NDR (Non Drop Rate) with zero packet loss tolerance and throughput PDR (Partial Drop Rate) with non-zero packet loss tolerance (LT) expressed in percentage of packets transmitted. NDR and PDR are discovered for different Ethernet L2 frame sizes using MLRsearch library.

Test packets are generated by TG on links to TG. TG traffic profile contains client and server ASTF programs, generating packets containing Ethernet header, IPv4 header, UDP header and static payload. MAC addresses are matching MAC addresses of the TG node interfaces.

  • [Ref] Applicable standard specifications: RFC2544.

*** Settings ***
| Resource | resources/libraries/robot/shared/default.robot
|
| Force Tags | 1_NODE_SINGLE_LINK_TOPO | 2_NODE_SINGLE_LINK_TOPO
| ... | 3_NODE_SINGLE_LINK_TOPO
| ... | PERFTEST | HW_ENV | NDRPDR | NIC_Intel-X710 | TREX | ETH | IP4FWD
| ... | N2N | IP4BASE | UDP | UDP_TPUT | TG_DRV_IGB_UIO | SCALE | HOSTS_1024
| ... | ethip4udp-ip4base-h1024-p63-s64512-tput-tg
|
| Suite Setup | Setup suite topology interfaces with no DUT | performance_tg_nic
| Suite Teardown | Tear down suite | performance
| Test Setup | Start Test Export
| Test Teardown | Tear down test raw | performance
|
| Test Template | Local Template
|
| # TODO CSIT-1765: Unify suite Documentation.
| 
*** Variables ***
| ${nic_name}= | Intel-X710
| ${nic_pfs}= | 2
| ${osi_layer}= | L7
| ${overhead}= | ${0}
# Scale settings
| ${n_hosts}= | ${1024}
| ${n_ports}= | ${63}
| ${transaction_scale}= | ${${n_hosts} * ${n_ports}}
| ${packets_per_transaction_and_direction}= | ${ASTF_N_DATA_FRAMES}
# Traffic profile:
| ${traffic_profile}= | trex-astf-ethip4udp-${n_hosts}h-pps
| ${transaction_type}= | udp_pps
| ${disable_latency}= | ${True}

5.1.8.1. Local Template

  • [Cfg] TG runs L1 cross connect config.

  • [Ver] Measure NDR and PDR values using MLRsearch algorithm.

Arguments: - frame_size - Framesize in Bytes in integer or string (IMIX_v4_1). Type: integer, string


Set Test Variable  \${frame_size}
Given Set Max Rate And Jumbo
 Then Find NDR and PDR intervals using optimized search

5.1.8.2. 100B–ethip4udp-ip4base-h1024-p63-s64512-tput-tg-ndrpdr


frame_size=${100}

5.1.8.3. 1518B–ethip4udp-ip4base-h1024-p63-s64512-tput-tg-ndrpdr


frame_size=${1518}

5.1.8.4. 9000B–ethip4udp-ip4base-h1024-p63-s64512-tput-tg-ndrpdr


frame_size=${9000}

5.1.9. 1n1l-10ge2p1x710-ethip4udp-ip4base-h262144-p63-s16515072-cps-tg-ndrpdr suite

CPS on empty UDP transactions with L1 cross connect

  • [Top] Network Topologies: TG-TG 1-node circular topology with single links between nodes.

  • [Enc] Packet Encapsulations: Eth-IPv4 for L1 cross connect patch.

  • [Ver] TG verification: TG finds and reports throughput NDR (Non Drop Rate) with zero packet loss tolerance and throughput PDR (Partial Drop Rate) with non-zero packet loss tolerance (LT) expressed in percentage of packets transmitted. NDR and PDR are discovered for different Ethernet L2 frame sizes using MLRsearch library.

Test packets are generated by TG on links to TG. TG traffic profile contain L7 flows (${cps} bi-directional UDP flows) with all packets containing Ethernet header, IPv4 header with UDP header and static payload. MAC addresses are matching MAC addresses of the TG node interfaces.

  • [Ref] Applicable standard specifications: RFC2544.

*** Settings ***
| Resource | resources/libraries/robot/shared/default.robot
|
| Force Tags | 1_NODE_SINGLE_LINK_TOPO | 2_NODE_SINGLE_LINK_TOPO
| ... | 3_NODE_SINGLE_LINK_TOPO
| ... | PERFTEST | HW_ENV | NDRPDR | NIC_Intel-X710 | TREX | ETH | IP4FWD
| ... | N2N | SCALE | IP4BASE | TG_DRV_IGB_UIO | UDP | UDP_CPS | HOSTS_262144
| ... | ethip4udp-ip4base-h262144-p63-s16515072-cps-tg
|
| Suite Setup | Setup suite topology interfaces with no DUT | performance_tg_nic
| Suite Teardown | Tear down suite | performance
| Test Setup | Start Test Export
| Test Teardown | Tear down test raw | performance
|
| Test Template | Local Template
|
| 
*** Variables ***
| ${nic_name}= | Intel-X710
| ${nic_pfs}= | 2
| ${osi_layer}= | L7
| ${overhead}= | ${0}
# Scale settings
| ${n_hosts}= | ${262144}
| ${n_ports}= | ${63}
| ${transaction_scale}= | ${${n_hosts} * ${n_ports}}
# Traffic profile
| ${traffic_profile}= | trex-astf-ethip4udp-${n_hosts}h
| ${transaction_type}= | udp_cps
| ${disable_latency}= | ${True}

5.1.9.1. Local Template

  • [Cfg] TG runs L1 cross connect config.

  • [Ver] Measure NDR and PDR values using MLRsearch algorithm.

Arguments: - frame_size - Framesize in Bytes in integer or string (IMIX_v4_1). Type: integer, string


Set Test Variable  \${frame_size}
Given Set Max Rate And Jumbo
 Then Find NDR and PDR intervals using optimized search

5.1.9.2. 64B–ethip4udp-ip4base-h262144-p63-s16515072-cps-tg-ndrpdr


frame_size=${64}

5.1.10. 1n1l-10ge2p1x710-ethip4udp-ip4base-h262144-p63-s16515072-tput-tg-ndrpdr suite

TPUT on lightweight UDP transactions with L1 cross connect

  • [Top] Network Topologies: TG-TG 1-node circular topology with single links between nodes.

  • [Enc] Packet Encapsulations: Eth-IPv4 for L1 cross connect patch.

  • [Ver] TG verification: TG finds and reports throughput NDR (Non Drop Rate) with zero packet loss tolerance and throughput PDR (Partial Drop Rate) with non-zero packet loss tolerance (LT) expressed in percentage of packets transmitted. NDR and PDR are discovered for different Ethernet L2 frame sizes using MLRsearch library.

Test packets are generated by TG on links to TG. TG traffic profile contains client and server ASTF programs, generating packets containing Ethernet header, IPv4 header, TCP header and static payload. MAC addresses are matching MAC addresses of the TG node interfaces.

  • [Ref] Applicable standard specifications: RFC2544.

*** Settings ***
| Resource | resources/libraries/robot/shared/default.robot
|
| Force Tags | 1_NODE_SINGLE_LINK_TOPO | 2_NODE_SINGLE_LINK_TOPO
| ... | 3_NODE_SINGLE_LINK_TOPO
| ... | PERFTEST | HW_ENV | NDRPDR | NIC_Intel-X710 | TREX | ETH | IP4FWD
| ... | IP4BASE | N2N | UDP | UDP_TPUT | TG_DRV_IGB_UIO | SCALE | HOSTS_262144
| ... | ethip4udp-ip4base-h262144-p63-s16515072-tput-tg
|
| Suite Setup | Setup suite topology interfaces with no DUT | performance_tg_nic
| Suite Teardown | Tear down suite | performance
| Test Setup | Start Test Export
| Test Teardown | Tear down test raw | performance
|
| Test Template | Local Template
|
| 
*** Variables ***
| ${nic_name}= | Intel-X710
| ${nic_pfs}= | 2
| ${osi_layer}= | L7
| ${overhead}= | ${0}
# Scale settings
| ${n_hosts}= | ${262144}
| ${n_ports}= | ${63}
| ${transaction_scale}= | ${${n_hosts} * ${n_ports}}
| ${packets_per_transaction_and_direction}= | ${ASTF_N_DATA_FRAMES}
# Traffic profile:
| ${traffic_profile}= | trex-astf-ethip4udp-${n_hosts}h-pps
| ${transaction_type}= | udp_pps
| ${disable_latency}= | ${True}

5.1.10.1. Local Template

  • [Cfg] TG runs L1 cross connect config.

  • [Ver] Measure NDR and PDR values using MLRsearch algorithm.

Arguments: - frame_size - Framesize in Bytes in integer or string (IMIX_v4_1). Type: integer, string


Set Test Variable  \${frame_size}
Given Set Max Rate And Jumbo
 Then Find NDR and PDR intervals using optimized search

5.1.10.2. 100B–ethip4udp-ip4base-h262144-p63-s16515072-tput-tg-ndrpdr


frame_size=${100}

5.1.10.3. 1518B–ethip4udp-ip4base-h262144-p63-s16515072-tput-tg-ndrpdr


frame_size=${1518}

5.1.10.4. 9000B–ethip4udp-ip4base-h262144-p63-s16515072-tput-tg-ndrpdr


frame_size=${9000}