DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] Qos scheduler question.
@ 2014-05-20 18:58 Ariel Rodriguez
  2014-05-21 22:55 ` Ariel Rodriguez
  0 siblings, 1 reply; 2+ messages in thread
From: Ariel Rodriguez @ 2014-05-20 18:58 UTC (permalink / raw)
  To: dev

Hi , we re implementing bandwith controller per user with the dpdk qos
scheduler framework.

I want to know if the framework support dynamic  changes in the
rte_sched_port structure.
For example, we want to give the possibility to change  the configuration
of the different bucket rates int the port. We have a managment tool thats
allow to change the configuration of the subport , ports, and pipe. We
group a set of subscribers in a pipe. When the subscriber login in the
system, the data of the login specify  the subport and pipe where the
subscriber will be bounded. What we want is give the customer the ability
to change that login information based on their bussiness logic.
So , Can we change the rte_sched_port configuration when a user apllies new
configuration to the system? . I found a solution where we just create a
parallel structure from scratch , and then notifies to the logical core
assigned to the bandwith managment  via rte_ring, when the notification is
process , that core just change the reference of the rte_sched_port  and
frees the old one. i imagine if the old structure has packets on his queues
, this packets are lost, and probably leaked. if there a way to achieve
this, or the framework just support a static configuration

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-05-21 22:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-20 18:58 [dpdk-dev] Qos scheduler question Ariel Rodriguez
2014-05-21 22:55 ` Ariel Rodriguez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).