<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:33:55 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>OpenDaylight JIRA</title>
    <link>https://jira.opendaylight.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.20.10</version>
        <build-number>820010</build-number>
        <build-date>22-06-2022</build-date>
    </build-info>


<item>
            <title>[OPNFLWPLUG-995] ODL cannot handle switches with queues</title>
                <link>https://jira.opendaylight.org/browse/OPNFLWPLUG-995</link>
                <project id="10155" key="OPNFLWPLUG">OpenFlowPlugin</project>
                    <description>&lt;p&gt;This was working in old ODL releases but unfortunately we do not have test for queues so not sure when it stopped to work.&lt;/p&gt;

&lt;p&gt;To reproduce:&lt;/p&gt;

&lt;p&gt;1) start mininet 1 switch with no connection:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
sudo mn --topo tree,1
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;2) configure queues:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
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
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;3) connect to controller:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
sudo ovs-vsctl set-controller s1 tcp:192.168.0.102:6633 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Switch does not complete the connection because some failure writing in DS, see attached karaf.log.&lt;/p&gt;
</description>
                <environment></environment>
        <key id="29616">OPNFLWPLUG-995</key>
            <summary>ODL cannot handle switches with queues</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="2" iconUrl="https://jira.opendaylight.org/images/icons/priorities/critical.svg">High</priority>
                        <status id="5" iconUrl="https://jira.opendaylight.org/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="evanz">Evan Zeller</assignee>
                                    <reporter username="ecelgp">Luis Gomez</reporter>
                        <labels>
                    </labels>
                <created>Fri, 6 Apr 2018 00:37:27 +0000</created>
                <updated>Thu, 3 May 2018 22:20:48 +0000</updated>
                            <resolved>Thu, 3 May 2018 22:20:48 +0000</resolved>
                                    <version>Nitrogen</version>
                    <version>Oxygen</version>
                    <version>Carbon</version>
                                    <fixVersion>Oxygen-SR1</fixVersion>
                                    <component>openflowplugin</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="62312" author="ecelgp" created="Mon, 9 Apr 2018 20:31:54 +0000"  >&lt;p&gt;As suggested by Anil, this issue has been introduced by the single layer serialization feature.&lt;/p&gt;

&lt;p&gt;So a temporary workaround is to disable the single layer serialization:&lt;/p&gt;

&lt;p&gt;1) edit etc/org.opendaylight.openflowplugin.cfg&lt;br/&gt;
2) add a line: use-single-layer-serialization=false&lt;br/&gt;
3) restart controller&lt;/p&gt;</comment>
                            <comment id="62739" author="opendaylight.release" created="Thu, 3 May 2018 09:19:25 +0000"  >&lt;p&gt;Evan, from the&#160;git is seems you fixed these issues.&lt;/p&gt;

&lt;p&gt;What is the status of this bug?&lt;/p&gt;</comment>
                            <comment id="62797" author="ecelgp" created="Thu, 3 May 2018 16:15:15 +0000"  >&lt;p&gt;Patches are filed for all branches but they are not merged in all of the, that is why this is still open.&lt;/p&gt;</comment>
                            <comment id="62816" author="evanz" created="Thu, 3 May 2018 20:26:24 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=Avishnoi&quot; class=&quot;user-hover&quot; rel=&quot;Avishnoi&quot;&gt;Avishnoi&lt;/a&gt; Can you take a look at the master branch, I have resolved the verify problem by rebasing.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="14547" name="karaf.txt" size="104317" author="ecelgp" created="Fri, 6 Apr 2018 00:38:31 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_11400" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i03cuf:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>