Uploaded image for project: 'OpenFlowPlugin'
  1. OpenFlowPlugin
  2. OPNFLWPLUG-995

ODL cannot handle switches with queues

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: High High
    • Oxygen-SR1
    • Nitrogen, Oxygen, Carbon
    • openflowplugin
    • None

      This was working in old ODL releases but unfortunately we do not have test for queues so not sure when it stopped to work.

      To reproduce:

      1) start mininet 1 switch with no connection:

      sudo mn --topo tree,1
      

      2) configure queues:

      sudo ovs-vsctl set port s1-eth1 qos=@newqos -- --id=@newqos create qos type=linux-htb other-config:max-rate=1000000000 queues:123=@vif10queue queues:234=@vif20queue -- --id=@vif10queue create queue other-config:max-rate=10000000 -- --id=@vif20queue create queue other-config:max-rate=20000000
      

      3) connect to controller:

      sudo ovs-vsctl set-controller s1 tcp:192.168.0.102:6633 
      

      Switch does not complete the connection because some failure writing in DS, see attached karaf.log.

            evanz Evan Zeller
            ecelgp Luis Gomez
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: