[dpdk-dev] Multiple LCore receiving from same port/queue

Sambath Kumar Balasubramanian sambath.balasubramanian at gmail.com
Wed Oct 16 23:37:45 CEST 2013


Thanks Stephen and Vladimir. Appreciate the quick response.

Thanks,
Sambath


On Wed, Oct 16, 2013 at 2:12 PM, Vladimir Medvedkin <medvedkinv at gmail.com>wrote:

> 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
>>
>
>


More information about the dev mailing list