test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] framework/packet: fix netmap_compat and rxtx_callbacksfailed on i350 and sagepond
@ 2018-01-30  7:14 lu,peipei
  2018-01-30 15:33 ` Liu, Yong
  0 siblings, 1 reply; 2+ messages in thread
From: lu,peipei @ 2018-01-30  7:14 UTC (permalink / raw)
  To: dts; +Cc: lu,peipei

i350 and sagepond need additional timeout about netmap_compat and 
rxtx_callbacksfailed cases

Signed-off-by: lu,peipei <peipeix.lu@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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dts] [PATCH V1] framework/packet: fix netmap_compat and rxtx_callbacksfailed on i350 and sagepond
  2018-01-30  7:14 [dts] [PATCH V1] framework/packet: fix netmap_compat and rxtx_callbacksfailed on i350 and sagepond lu,peipei
@ 2018-01-30 15:33 ` Liu, Yong
  0 siblings, 0 replies; 2+ messages in thread
From: Liu, Yong @ 2018-01-30 15:33 UTC (permalink / raw)
  To: lu,peipei, dts

Thanks Peipei, applied with commit log modified.

On 01/30/2018 03:14 PM, lu,peipei wrote:
> i350 and sagepond need additional timeout about netmap_compat and
> rxtx_callbacksfailed cases
>
> Signed-off-by: lu,peipei<peipeix.lu@intel.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-01-30  7:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-30  7:14 [dts] [PATCH V1] framework/packet: fix netmap_compat and rxtx_callbacksfailed on i350 and sagepond lu,peipei
2018-01-30 15:33 ` Liu, Yong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).