Hello;
When executing the command: # ovs-ofctl queue-get-config swicth switch-port, i 
only get the queue id!! 
OFPT_QUEUE_GET_CONFIG_REPLY (OF1.3) (xid=0x4): port=2queue 0:
I want to get the queue properties also!
my queue configuration is: # ovs-vsctl set port switch-port qos=@newqos -- 
--id=@newqos create qos type=linux-htb other-config:max-rate=20000000 
queues:0=@newqueue -- --id=@newqueue create queue other-config:min-rate=1000000 
other-config:max-rate=1000000
Does anyone know what's the problem here? I also checked wireshark for 
OFPT_QUEUE_GET_CONFIG_REPLY packets and it doesn't give any properties too 
(only the queue id, the port, length and pad) although it should give them 
based on OpenFlow specifications.
I'm I doing something wrong?
Thanks.                                           
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to