Thank you.
But why I add queue to port is to collect status of port like length of queue,
the number of packets which received and sent so on. Then openvswitch would
send this information to NOX. So if I add queue by this code, Can NOX collect
the information of this queue?
On Tue, Mar 27, 2012 at 11:16:15AM +0800, 星言 墨虚 wrote:
> 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=9 q
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=9 queues=0=@q0,1=@q1,2=@q2 \ --
--id=@q0 create queue ot
On Mon, Mar 26, 2012 at 10:00:34AM +0200, Maxime JÉGO wrote:
> Hello everybody, i have a problem with the interaction between my OVS and my
> switch.
> When i want to ping my gateway on my cisco, from my Virtual Machine (VM1), I
> see on eth1 (interface linked to the switch and to the bridge br0
Hello everybody, i have a problem with the interaction between my OVS and my
switch.
When i want to ping my gateway on my cisco, from my Virtual Machine (VM1), I
see on eth1 (interface linked to the switch and to the bridge br0), that i have
only the arp request tagged 35, and not the reply...