Re: [lng-odp] [API-NEXT PATCH 1/2] api: pktio: add recv from multiple queues with tmo

2016-03-07 Thread Tilli, Juha-Matti (Nokia - FI/Espoo)
Hello, I suggest adding another function: void odp_pktin_mq_ensure_fairness(odp_pktin_queue_t queues[], unsigned num_q); Then instead of this: for (;;) { ret = odp_pktin_recv_mq_tmo(queues, sizeof(queues)/sizeof(*queues), NULL, packets, sizeof(packets)/sizeof(*packets), ODP_PKTIN_WAIT); /*

Re: [lng-odp] ODP-OVS

2016-03-07 Thread Ciprian Barbu
Hello, For the past 6 months or so I haven’t been involved with Linaro anymore, I’m back working for my company. If you are interested in ODP you will get a lot more help from their mailing list (lng-odp@lists.linaro.org). The http://www.opendataplane.org/ webs

Re: [lng-odp] [PATCH] linux-generic: netmap: increase maximum descriptor count

2016-03-07 Thread Elo, Matias (Nokia - FI/Espoo)
Hi, I see your point but there is another issue which currently makes increasing the NM_MAX_DESC define size rather futile. In netmap it is not possible to map a set of RX/TX rings to a nm descriptor (e.g. rings 0-3 -> nm_desc0, rings 4-7 -> nm_desc1). You can only map a single ring or all of

Re: [lng-odp] [API-NEXT PATCH v3 9/9] linux-generic: validation: add netmap test

2016-03-07 Thread Elo, Matias (Nokia - FI/Espoo)
> -Original Message- > From: EXT Maxim Uvarov [mailto:maxim.uva...@linaro.org] > Sent: Wednesday, March 02, 2016 2:38 PM > To: Elo, Matias (Nokia - FI/Espoo) ; lng- > o...@lists.linaro.org > Subject: Re: [lng-odp] [API-NEXT PATCH v3 9/9] linux-generic: validation: add > netmap test > > On

Re: [lng-odp] ODP-OVS

2016-03-07 Thread Maxim Uvarov
CC Zoltan ovs-odp and odp-dpdk expert. Maxim. On 7 March 2016 at 17:09, Ciprian Barbu wrote: > Hello, > > > > For the past 6 months or so I haven’t been involved with Linaro anymore, > I’m back working for my company. > > > > If you are interested in ODP you will get a lot more help from their

Re: [lng-odp] [API-NEXT PATCHv3 3/3] doc: userguide: add PktIO chapter to ODP User Guide

2016-03-07 Thread Christophe Milard
On 2016-03-03 15:27, Bill Fischofer wrote: > Signed-off-by: Bill Fischofer > --- > doc/users-guide/users-guide-pktio.adoc | 645 > + > doc/users-guide/users-guide.adoc | 2 + > 2 files changed, 647 insertions(+) > create mode 100644 doc/users-guide/users-