Hello,

  Can someone tell me what is the part of the source code of openvswitch
that treats the qos and the queues that define when doing:
   
  #sudo ovs-vsctl -- set port eth1 qos=@newqos -- --id=@newqos create qos
type=linux-htb
  other-config:max-rate=10000000 queues=0=@q0,1=@q1,2=@q2 -- --id=@q0
create queue other-config:min-rate=720000000
  other-config:max-rate=6000000 -- --id=@q1 create queue
other-config:min-rate=0
  other-config:max-rate=5000000 -- --id=@q2 create queue
other-config:min-rate=0 other-config:max-rate=4000000
  #sudo ovs-ofctl add-flow br0 priority=65500,in_port=LOCAL
actions=enqueue:2:0

  Is Token-bucket.c??

  Advises will be very important, for some development that I'm thinking in
do.

  Best Regards,
  Marco
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to