Hi, By default, you can't poll same queue on same port from different lcores. If you need poll same queue on several lcores use locks to avoid race conditions.
2013/10/17 Sambath Kumar Balasubramanian <sambath.balasubramanian at gmail.com> > Hi, > > I have a test dpdk application with 2 lcores receiving packets > using rte_eth_rx_burst API. Is this a supported packet processing model. > The reason I am asking is I am running into some trouble with this model. > > Thanks, > Sambath >

