Hi all,
I looked into the ovs-vsctl man page and tried to create the queues. And I find
the following code to add queue.
sudo ovs-vsctl -- set port eth1 qos=@newqos \ -- --id=@newqos create qos
type=linux-htb other-config:max-rate=900000000 queues=0=@q0,1=@q1,2=@q2 \ --
--id=@q0 create queue other-config:min-rate=720000000
other-config:max-rate=900000000 \ -- --id=@q1 create queue
other-config:min-rate=0 other-config:max-rate=90000000 \ -- --id=@q2 create
queue other-config:min-rate=0 other-config:max-rate=90000000
but what I want to do is only adding a queue to a port, I needn't to add qos to
port.
So, I want to know how to add queue to port but qos? And what does this code
mean?
Thanks.
-- Tony Chen
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss