[dts] [PATCH] rxtx_callbacks: Support test in vector mode

pvukkisala at marvell.com pvukkisala at marvell.com
Wed Jun 12 10:00:32 CEST 2019


From: Phanendra Vukkisala <pvukkisala at marvell.com>

Sending 4 packets to support running test in vector mode, as vector mode needs minimum of 4 packets to forward

Signed-off-by: Phanendra Vukkisala <pvukkisala at marvell.com>
---
 tests/TestSuite_rxtx_callbacks.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_rxtx_callbacks.py b/tests/TestSuite_rxtx_callbacks.py
index c48e542..76ad70f 100644
--- a/tests/TestSuite_rxtx_callbacks.py
+++ b/tests/TestSuite_rxtx_callbacks.py
@@ -84,7 +84,7 @@ class TestRxtxCallbacks(TestCase):
         """
         Send a packet to port
         """
-        self.tester.scapy_append('sendp([Ether(dst="%s")/IP()/UDP()/Raw(\'X\'*18)], iface="%s")' % (self.mac, iface))
+        self.tester.scapy_append('sendp([Ether(dst="%s")/IP()/UDP()/Raw(\'X\'*18)], iface="%s", count=4)' % (self.mac, iface))
         self.tester.scapy_execute()
 
     def get_tcpdump_package(self,inst):
-- 
1.7.9.5



More information about the dts mailing list