Re: [lng-odp] how to receive and send on multiple threads with multiple NIC queues?

2015-04-29 Thread Savolainen, Petri (Nokia - FI/Espoo)
-Original Message- From: lng-odp [mailto:lng-odp-boun...@lists.linaro.org] On Behalf Of ext Zoltan Kiss Sent: Tuesday, April 28, 2015 8:59 PM To: lng-odp Subject: [lng-odp] how to receive and send on multiple threads with multiple NIC queues? Hi, During fixing a bug in

[lng-odp] how to receive and send on multiple threads with multiple NIC queues?

2015-04-28 Thread Zoltan Kiss
Hi, During fixing a bug in odp-dpdk I've raised the above question and I realized I'm not sure about the answer. odp_pktio_open let's you open one handle per device, and the code doesn't seem to allow you to send/receive with different queues. You can only set the default queue. You can do