[dts] [PATCH V1] framework/packet: fix netmap_compat and rxtx_callbacksfailed on i350 and sagepond

lu,peipei peipeix.lu at intel.com
Tue Jan 30 08:14:23 CET 2018


i350 and sagepond need additional timeout about netmap_compat and 
rxtx_callbacksfailed cases

Signed-off-by: lu,peipei <peipeix.lu at intel.com>
---
 framework/packet.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/framework/packet.py b/framework/packet.py
index 908e855..976b82b 100755
--- a/framework/packet.py
+++ b/framework/packet.py
@@ -855,7 +855,7 @@ def sniff_packets(intf, count=0, timeout=5, filters=[]):
     pipe = subprocess.Popen(args)
     index = str(time.time())
     SNIFF_PIDS[index] = (pipe, intf, timeout)
-    time.sleep(0.5)
+    time.sleep(1)
     return index
 
 
-- 
1.9.3



More information about the dts mailing list