[OPNFLWPLUG-995] ODL cannot handle switches with queues Created: 06/Apr/18  Updated: 03/May/18  Resolved: 03/May/18

Status: Resolved
Project: OpenFlowPlugin
Component/s: openflowplugin
Affects Version/s: Nitrogen, Oxygen, Carbon
Fix Version/s: Oxygen-SR1

Type: Bug Priority: High
Reporter: Luis Gomez Assignee: Evan Zeller
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: Text File karaf.txt    

 Description   

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.



 Comments   
Comment by Luis Gomez [ 09/Apr/18 ]

As suggested by Anil, this issue has been introduced by the single layer serialization feature.

So a temporary workaround is to disable the single layer serialization:

1) edit etc/org.opendaylight.openflowplugin.cfg
2) add a line: use-single-layer-serialization=false
3) restart controller

Comment by OpenDaylight Release [ 03/May/18 ]

Evan, from theĀ git is seems you fixed these issues.

What is the status of this bug?

Comment by Luis Gomez [ 03/May/18 ]

Patches are filed for all branches but they are not merged in all of the, that is why this is still open.

Comment by Evan Zeller [ 03/May/18 ]

Avishnoi Can you take a look at the master branch, I have resolved the verify problem by rebasing.

Generated at Wed Feb 07 20:33:55 UTC 2024 using Jira 8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d.