[dpdk-dev] [PATCH] app/testpmd: add timer based fwd Rx queue flushing

2016-07-11 Thread Thomas Monjalon
> > 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 > >

[dpdk-dev] [PATCH] app/testpmd: add timer based fwd Rx queue flushing

2016-07-01 Thread De Lara Guarch, Pablo
> -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 > &g

[dpdk-dev] [PATCH] app/testpmd: add timer based fwd Rx queue flushing

2016-07-01 Thread Reshma Pattan
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