[dts] [PATCH] link_flowctrl: Send packet in multiples of 4 to support vector mode

pvukkisala at marvell.com pvukkisala at marvell.com
Wed Jun 12 14:33:59 CEST 2019


From: Phanendra Vukkisala <pvukkisala at marvell.com>

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

diff --git a/tests/TestSuite_link_flowctrl.py b/tests/TestSuite_link_flowctrl.py
index 8961512..d2a0929 100644
--- a/tests/TestSuite_link_flowctrl.py
+++ b/tests/TestSuite_link_flowctrl.py
@@ -52,7 +52,7 @@ class TestLinkFlowctrl(TestCase):
 
     pause_frame = '[Ether(src="%s",dst="%s",type=%s)/("%s%s%s")]'
 
-    frames_to_sent = 10
+    frames_to_sent = 12
 
     packet_size = 66    # 66 allows frame loss
     payload_size = packet_size - HEADER_SIZE['eth'] - HEADER_SIZE['ip'] - HEADER_SIZE['udp']
-- 
1.7.9.5



More information about the dts mailing list