From d99951620507d354c4803eb1ee26609d992b70b3 Mon Sep 17 00:00:00 2001 From: Jan Gelety Date: Sat, 12 Sep 2020 01:25:23 +0200 Subject: test: compute max_translations_per_thread based on worker threads number Change-Id: I1c638aef886bf37a9feb4a29e4949c7c8f19b717 Signed-off-by: Jan Gelety --- ...0ge2p1x710-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.robot | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'tests/vpp/perf/ip4/2n1l-10ge2p1x710-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.robot') diff --git a/tests/vpp/perf/ip4/2n1l-10ge2p1x710-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.robot b/tests/vpp/perf/ip4/2n1l-10ge2p1x710-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.robot index bccd6a7c43..98a00a655d 100644 --- a/tests/vpp/perf/ip4/2n1l-10ge2p1x710-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.robot +++ b/tests/vpp/perf/ip4/2n1l-10ge2p1x710-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.robot @@ -76,12 +76,15 @@ | ${dest_mask}= | ${20} # NAT settings | ${nat_mode}= | endpoint-dependent -| ${max_translations_per_thread}= | 163840 | ${in_net}= | 192.168.0.0 | ${in_mask}= | ${20} | ${out_net}= | 68.142.68.0 | ${out_net_end}= | 68.142.68.3 | ${out_mask}= | ${30} +# Scale settings +| ${n_hosts}= | ${4096} +| ${n_ports}= | ${63} +| ${n_sessions}= | ${${n_hosts} * ${n_ports}} # Traffic profile: | ${traffic_profile}= | trex-astf-ethip4udp-4096h | ${cps}= | ${258048} @@ -120,6 +123,8 @@ | | And Add worker threads to all DUTs | ${phy_cores} | ${rxq} | | And Pre-initialize layer driver | ${nic_driver} | | And Add NAT to all DUTs | nat_mode=${nat_mode} +| | ${max_translations_per_thread}= | Compute Max Translations Per Thread +| | ... | ${n_sessions} | ${thr_count_int} | | And Add NAT max translations per thread to all DUTs | | ... | ${max_translations_per_thread} | | And Apply startup configuration on all VPP DUTs -- cgit 1.2.3-korg