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

Thomas Monjalon thomas.monjalon at 6wind.com
Fri Sep 23 20:20:45 CEST 2016


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


More information about the dev mailing list