Support FD.io Multiple Loss Ratio search (MLRsearch) 55/65255/11
authortreyad <treyad@viosoft.com>
Tue, 20 Nov 2018 09:54:08 +0000 (01:54 -0800)
committertreyad <treyad@viosoft.com>
Wed, 27 Mar 2019 12:17:13 +0000 (05:17 -0700)
commitf3fc3571f491c0e1c583a1856c2e246c30e69748
treee0282836f9afdd38e1e1919afd6725a489150728
parentb3d3d4e0454be6175f161fba7d22113e5dd8a150
Support FD.io Multiple Loss Ratio search (MLRsearch)

Optimized binary search algorithm for finding NDR and PDR bounds

JIRA: YARDSTICK-1486

Change-Id: Iba0e6c7065b61f7b7f3f65cceca509d1aaff8366
Signed-off-by: treyad <treyad@viosoft.com>
14 files changed:
samples/vnf_samples/traffic_profiles/ipv4_throughput_latency_vpp.yaml
yardstick/network_services/helpers/vpp_helpers/__init__.py [new file with mode: 0644]
yardstick/network_services/helpers/vpp_helpers/abstract_search_algorithm.py [new file with mode: 0644]
yardstick/network_services/helpers/vpp_helpers/multiple_loss_ratio_search.py [new file with mode: 0644]
yardstick/network_services/helpers/vpp_helpers/ndr_pdr_result.py [new file with mode: 0644]
yardstick/network_services/helpers/vpp_helpers/receive_rate_interval.py [new file with mode: 0644]
yardstick/network_services/helpers/vpp_helpers/receive_rate_measurement.py [new file with mode: 0644]
yardstick/network_services/traffic_profile/vpp_rfc2544.py
yardstick/tests/unit/network_services/helpers/vpp_helpers/__init__.py [new file with mode: 0644]
yardstick/tests/unit/network_services/helpers/vpp_helpers/test_multiple_loss_ratio_search.py [new file with mode: 0644]
yardstick/tests/unit/network_services/helpers/vpp_helpers/test_ndr_pdr_result.py [new file with mode: 0644]
yardstick/tests/unit/network_services/helpers/vpp_helpers/test_receive_rate_interval.py [new file with mode: 0644]
yardstick/tests/unit/network_services/helpers/vpp_helpers/test_receive_rate_measurement.py [new file with mode: 0644]
yardstick/tests/unit/network_services/traffic_profile/test_vpp_rfc2544.py