Hi all,

My name is Genís Riera Pérez and I use the ODP framework to develop some
apps, and I would want to ask you some questions about the output queues
and the priority level of ODP queues. I'm based on v1.1.0 API documentation.

So, basically my doubt is if there's an approach (by using the v1.1.0 API)
to set priority levels on output queues. I know that, when a pktio is
created, an output queue is created by default, but you cannot create an
output queue from scratch and attach it to a specific pktio (lacks a
function such as odp_pktio_outq_setdef (pktio)). So I wanted to know if
it's possible to define some kind of priorization in the output queues, so
inside the application would be able to send out packets before than
others, depending on which output queue resides and its priority level.

So far, I'm able to perform this mechanism but only for the input queues
(by using the queue parameters when creating them). My other question is if
ODP have plans for implement some kind of priorization at output packet
(i.e., on output queues) level? And are there plans for allowing output
queues creation, initialization, set them up, etc., as input queues have? I
mean, besides the default ouput queue created and attached when a pktio is
created, will be possible to created and initialize from scratch ouput
queues and attached them to pktios in a flexible manner (functions like
odp_pktio_outq_setdef (pktio), odp_pktio_outq_remdef (pktio), ...)?

Thanks in advance for your help, and sorry if the email is too long for
some fo you.

Regards,

Genís Riera Pérez.

Genís Riera Pérez

E-mail: genis.riera.pe...@gmail.com
_______________________________________________
lng-odp mailing list
lng-odp@lists.linaro.org
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to