Thread using queue index #0
>
> odp_pktio_send_queue(pktio, 0, packets, num);
>
>
>
> // Thread using queue index #1
>
> odp_pktio_send_queue(pktio, 1, packets, num);
>
>
>
>
>
>
>
>
>
> *From:* EXT Alexandru Badicioiu [mailto:alexandru.badici...@li
avolainen, Petri (Nokia - FI/Espoo)
Subject: Re: [lng-odp] [API-NEXT PATCH 2/5] api: pktio: added multiple pktio
input queues
On 9 November 2015 at 12:26, Bala Manoharan
mailto:bala.manoha...@linaro.org>> wrote:
The existing Classification infra structure supports this behaviour of
hashing
object.
>> >> I thought it was already decided that hashing functionality should be
>> >> integrated into classification API.
>> >>
>> >> Alex
>> >>
>> >>
>> >> On 9 November 2015 at 11:11, Savolainen, Petri (Nokia - FI/Esp
s already decided that hashing functionality should be
> >> integrated into classification API.
> >>
> >> Alex
> >>
> >>
> >> On 9 November 2015 at 11:11, Savolainen, Petri (Nokia - FI/Espoo)
> >> wrote:
> >>>
> >>>
ion API.
>>
>> Alex
>>
>>
>> On 9 November 2015 at 11:11, Savolainen, Petri (Nokia - FI/Espoo)
>> wrote:
>>>
>>>
>>>
>>> > -Original Message-
>>> > From: EXT Bala Manoharan [mailto:bala.manoha...@linaro.org]
>>> > Sen
om> wrote:
>
>>
>>
>> > -Original Message-
>> > From: EXT Bala Manoharan [mailto:bala.manoha...@linaro.org]
>> > Sent: Friday, November 06, 2015 7:54 PM
>> > To: Savolainen, Petri (Nokia - FI/Espoo)
>> > Cc: LNG ODP Mailman List
>> >
aran [mailto:bala.manoha...@linaro.org]
> > Sent: Friday, November 06, 2015 7:54 PM
> > To: Savolainen, Petri (Nokia - FI/Espoo)
> > Cc: LNG ODP Mailman List
> > Subject: Re: [lng-odp] [API-NEXT PATCH 2/5] api: pktio: added multiple
> > pktio input queues
> >
> >
> -Original Message-
> From: EXT Bala Manoharan [mailto:bala.manoha...@linaro.org]
> Sent: Friday, November 06, 2015 7:54 PM
> To: Savolainen, Petri (Nokia - FI/Espoo)
> Cc: LNG ODP Mailman List
> Subject: Re: [lng-odp] [API-NEXT PATCH 2/5] api: pktio: added multiple
&g
I agree. It's not clear from these definitions how or why packets are
spread to input queues or gathered from output queues. What is the use
case behind these APIs? It seems we can either do a direct send or recv to
a single pktio queue, which gives the same behavior as today's direct
send/recv
On Fri, Nov 6, 2015 at 6:33 AM, Petri Savolainen wrote:
> Added input queue configuration parameters and functions
> to setup multiple input queue and hashing. Added also
> odp_pktio_input_queues to query the number of queues
> and queue handles. Direct receive does not use queue
> handles, but i
Hi Petri,
Why don't we add this hash parameter to CoS so that when the packet
arrives to a CoS it can be distributed based on the hash algorithm to
a number of queues. Also if a system does not support Classification
this hashing can be attached to the default CoS and in systems
supporting Classif
Added input queue configuration parameters and functions
to setup multiple input queue and hashing. Added also
odp_pktio_input_queues to query the number of queues
and queue handles. Direct receive does not use queue
handles, but indexes.
Signed-off-by: Petri Savolainen
---
include/odp/api/packe
12 matches
Mail list logo