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_rx_queues(), the timer limit now resets > > to stop it from getting to this high number. > > > > The timer has been made local for this function. > > > > Fixes: f487715f36f5 ("app/testpmd: add timeout in Rx queue flushing") > > > > Signed-off-by: James Poole <james.g.poole at intel.com> > > Acked-by: <ferruh.yigit at intel.com>
Applied, thanks