[dpdk-dev] [PATCH] app/testpmd: fix timeout in Rx queue flushing

2016-09-23 Thread Thomas Monjalon
2016-09-13 17:04, Ferruh Yigit: > On 9/8/2016 10:49 AM, James Poole wrote: > > When testpmd is run, the application would hang on the second time > > that "start" is executed. This is because the timer limit would get > > multiplied to an unreachably high number. > > > > At the start of flush_fwd_

[dpdk-dev] [PATCH] app/testpmd: fix timeout in Rx queue flushing

2016-09-13 Thread Ferruh Yigit
On 9/8/2016 10:49 AM, James Poole wrote: > When testpmd is run, the application would hang on the second time > that "start" is executed. This is because the timer limit would get > multiplied to an unreachably high number. > > At the start of flush_fwd_rx_queues(), the timer limit now resets > to

[dpdk-dev] [PATCH] app/testpmd: fix timeout in Rx queue flushing

2016-09-08 Thread James Poole
When testpmd is run, the application would hang on the second time that "start" is executed. This is because the timer limit would get multiplied to an unreachably high number. At the start of flush_fwd_rx_queues(), the timer limit now resets to stop it from getting to this high number. The timer