GSO: TAP/VHOST use case 81/30581/1
authorpmikus <pmikus@cisco.com>
Fri, 2 Oct 2020 05:48:34 +0000 (05:48 +0000)
committerPeter Mikus <pmikus@cisco.com>
Mon, 4 Jan 2021 10:31:09 +0000 (10:31 +0000)
commit29ba4d375b1dd9a9357e7c0d6fa52107f0cab372
treeceb4afd2b358f0968b4d49ba22132f3b7fc9e701
parent3260a13762d1acf44af48581caacc5da611deae1
GSO: TAP/VHOST use case

Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: Ibafaaca4438587284d1e255c764f0701002941e8
(cherry picked from commit 44dcb3113c8ade2e44543746abca861a89362c9b)
21 files changed:
resources/libraries/python/CpuUtils.py
resources/libraries/python/Iperf3.py [new file with mode: 0644]
resources/libraries/python/QemuManager.py
resources/libraries/python/QemuUtils.py
resources/libraries/python/Tap.py
resources/libraries/python/VhostUser.py
resources/libraries/python/autogen/Regenerator.py
resources/libraries/python/autogen/Testcase.py
resources/libraries/robot/performance/performance_actions.robot
resources/libraries/robot/performance/performance_utils.robot
resources/libraries/robot/shared/default.robot
resources/libraries/robot/shared/interfaces.robot
resources/libraries/robot/shared/test_teardown.robot
resources/libraries/robot/shared/vm.robot
resources/templates/vm/init_iperf3.sh [new file with mode: 0644]
resources/tools/iperf/iperf_client.py [new file with mode: 0644]
tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2tap-gso-iperf3.robot [new file with mode: 0644]
tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2tap-iperf3.robot [new file with mode: 0644]
tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2vhost-gso-iperf3.robot [new file with mode: 0644]
tests/vpp/perf/gso/2n1l-10ge2p1x710-ethip4-ip4base-2vhost-iperf3.robot [new file with mode: 0644]
tests/vpp/perf/gso/regenerate_testcases.py [new file with mode: 0755]