Re: [dpdk-dev] [PATCH v2 1/1] net/tap: fix blocked rx packets error

2019-10-10 Thread Ferruh Yigit
On 9/23/2019 3:41 PM, Wiles, Keith wrote: > > >> On Sep 23, 2019, at 8:22 AM, Smoczynski, MarcinX >> wrote: >> >> When OS sends more packets than are being read with a single >> 'rte_eth_rx_burst' call, rx packets are getting stucked in the tap pmd >> and are unable to receive, because trigger_

Re: [dpdk-dev] [PATCH v2 1/1] net/tap: fix blocked rx packets error

2019-09-23 Thread Wiles, Keith
> On Sep 23, 2019, at 8:22 AM, Smoczynski, MarcinX > wrote: > > When OS sends more packets than are being read with a single > 'rte_eth_rx_burst' call, rx packets are getting stucked in the tap pmd > and are unable to receive, because trigger_seen is getting updated > and consecutive calls ar