> -----Original Message----- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Reshma Pattan > Sent: Friday, July 01, 2016 11:28 AM > To: dev at dpdk.org > Cc: Pattan, Reshma > Subject: [dpdk-dev] [PATCH] app/testpmd: add timer based fwd Rx queue > flushing > > Testpmd can stuck inside do while loop of the flush_fwd_rx_queues() > function. As non-zero packets are returned always by rte_eth_rx_burst() > function when compiled with no optimizations and if input line rate is > high. "do while" loop must exit at one stage to proceed further to > enable packet forwarding and forward the packets. So timer is set to > exit the do while loop after 1 second. > > Fixes: af75078f ("first public release") > > Signed-off-by: Reshma Pattan <reshma.pattan at intel.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch at intel.com>