Index: /branches/rel_apv_10_7/usr/click/lib/libuinet-atcp/lib/libuinet/uinet_if_dpdk_host.c
===================================================================
--- /branches/rel_apv_10_7/usr/click/lib/libuinet-atcp/lib/libuinet/uinet_if_dpdk_host.c	(revision 39140)
+++ /branches/rel_apv_10_7/usr/click/lib/libuinet-atcp/lib/libuinet/uinet_if_dpdk_host.c	(working copy)
@@ -2299,7 +2299,7 @@
 	struct if_dpdk_pcap_ring *ring = NULL, *delete_ring = NULL;
 	int j, n_pkts;
 	struct rte_mbuf *m[4096];	
-#define UINET_IF_DPDK_DELAY_CNT 60 
+#define UINET_IF_DPDK_DELAY_CNT 60000 /* change 60 to 60000, see bug134855 */ 
 
 	if (ctx->if_dpdk_pcap_refcnt == 0) {
 		return ;
@@ -2322,7 +2322,7 @@
 			/* 1. When the ring is just created, do these logic before set filter on ring. 
 			 *    But NOT delete it in above case. So control it by the variable "delay". 
 			 * 2. When the ring has been finished or the other abnormal cases, still delete
-			 *    it after delay > 60.
+			 *    it after delay > 6s(60000*100us).
 			 */
 			delete_ring = ring;
 			ring = ring->next;
