[dts] [PATCH v3] Adding Eventdev_pipeline feature performance Testscript

thaq at marvell.com thaq at marvell.com
Mon Jun 10 14:25:29 CEST 2019


From: Thanseerulhaq <thaq at marvell.com>

TestSuite_eventdev_pipeline_perf.py: Adding performance testscripts for 1/2/4 NIC ports for eventdev_pipeline features atomic, parallel, order stages.

Signed-off-by: Thanseerulhaq <thaq at marvell.com>
---
 tests/TestSuite_eventdev_pipeline_perf.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/TestSuite_eventdev_pipeline_perf.py b/tests/TestSuite_eventdev_pipeline_perf.py
index 1c23859..54c8381 100644
--- a/tests/TestSuite_eventdev_pipeline_perf.py
+++ b/tests/TestSuite_eventdev_pipeline_perf.py
@@ -293,6 +293,7 @@ class TestEventdevPipelinePerf(TestCase,IxiaPacketGenerator):
                 payload_size = frame_size - self.headers_size
                 self.tester.scapy_append(
                     'wrpcap("event_test.pcap", [Ether(src="52:00:00:00:00:00")/IP(src="1.2.3.4",dst="1.1.1.1")/TCP()/("X"*%d)])' % (payload_size))
+                self.tester.scapy_execute()
 
                 # run traffic generator
                 _, pps = self.tester.traffic_generator_throughput(tgen_input, rate_percent=100, delay=60)
-- 
1.8.3.1



More information about the dts mailing list