<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:33:00 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-641] Milestone: Update translators</title>
                <link>https://jira.opendaylight.org/browse/OPNFLWPLUG-641</link>
                <project id="10155" key="OPNFLWPLUG">OpenFlowPlugin</project>
                    <description></description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="27909">OPNFLWPLUG-641</key>
            <summary>Milestone: Update translators</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                                <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="tomas.slusny@pantheon.tech">Tomas Slusny</assignee>
                                    <reporter username="batky">Jozef Bacigal</reporter>
                        <labels>
                    </labels>
                <created>Wed, 16 Mar 2016 07:01:30 +0000</created>
                <updated>Mon, 27 Sep 2021 09:01:45 +0000</updated>
                            <resolved>Mon, 8 Aug 2016 08:37:45 +0000</resolved>
                                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="57685" author="tomas.slusny@pantheon.tech" created="Thu, 30 Jun 2016 06:26:24 +0000"  >&lt;p&gt;So, after discussion with Michal Reh&#225;k, this is what I am currently trying to achieve:&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Split giant ActionConvertor (1215 lines) and MatchConvertorImpl (2000 lines) classes to smaller pieces to be more managable and get rid of big if-else chains in these two classes&lt;/li&gt;
	&lt;li&gt;Update all convertors in package org.opendaylight.openflowplugin.openflow.md.core.sal.convertor to use one generic method to convert between SAL and OPF model (and vice versa) if possible&lt;/li&gt;
	&lt;li&gt;Update and fix all unit tests for convertors in above package to increase coverage and test all possibilities of different conversion types&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;So, in short, with these changes, convertors (converters) should be more manageable and easier to modify, when needed.&lt;/p&gt;

&lt;p&gt;Here are links to GERRIT:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/40863/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/40863/&lt;/a&gt; - ConvertorManager&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/40865&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/40865&lt;/a&gt; - TableFeaturesConvertor&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/40868&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/40868&lt;/a&gt; - TableFeaturesResponseConvertor&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/40870&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/40870&lt;/a&gt; - MeterConvertor&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/40875&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/40875&lt;/a&gt; - MeterStatsResponseConvertor, MeterConfigStatsResponseConvertor&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/40877&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/40877&lt;/a&gt; - PortConvertor&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/40929&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/40929&lt;/a&gt; - MatchConvertor&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/40937&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/40937&lt;/a&gt; - ActionConvertor, ActionResponseConvertor&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/40944&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/40944&lt;/a&gt; - GroupConvertor, GroupStatsConvertor, GroupDescStatsConvertor&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/40986&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/40986&lt;/a&gt; - PacketOutConvertor&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/40994&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/40994&lt;/a&gt; - FlowConvertor, FlowStatsResponseConvertor, FlowInstructionResponseConvertor&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="57686" author="tomas.slusny@pantheon.tech" created="Mon, 18 Jul 2016 13:39:26 +0000"  >&lt;p&gt;Attaching results of CBench tests on master and with new convertor changes, both using same configuration and on same machine.&lt;/p&gt;

&lt;p&gt;Configuration:&lt;br/&gt;
controller:   localhost&lt;br/&gt;
port:         6633&lt;br/&gt;
loops:        20&lt;br/&gt;
msPerTest:    10000&lt;br/&gt;
macPerSwitch: 1000&lt;br/&gt;
startupDelay: 1000&lt;br/&gt;
warmup: 1&lt;br/&gt;
switches: 16&lt;/p&gt;

&lt;p&gt;To see actual graph, just open out3d.pdf, or run `gnuplot out3d.plot`.&lt;br/&gt;
For each branch (master, convertors) I did 3 tests to gather more data.&lt;/p&gt;</comment>
                            <comment id="57689" author="tomas.slusny@pantheon.tech" created="Mon, 18 Jul 2016 13:39:26 +0000"  >&lt;p&gt;Attachment cbench-results.tar.gz has been added with description: CBench test results&lt;/p&gt;</comment>
                            <comment id="57687" author="plaurin@inocybe.ca" created="Fri, 5 Aug 2016 17:30:19 +0000"  >&lt;p&gt;Hi, this may have introduced a regression in NetIDE.&lt;/p&gt;

&lt;p&gt;See &lt;a href=&quot;https://gist.github.com/mosieurlaurin/059de066ef2849489534da921e4378bf&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://gist.github.com/mosieurlaurin/059de066ef2849489534da921e4378bf&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;NetIDE cannot compile properly.&lt;/p&gt;</comment>
                            <comment id="57688" author="tomas.slusny@pantheon.tech" created="Mon, 8 Aug 2016 08:37:45 +0000"  >&lt;p&gt;I submitted patch that will fix that compile errors to NetIDE project here: &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/43302&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/43302&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="14040" name="cbench-results.tar.gz" size="29147" author="tomas.slusny@pantheon.tech" created="Mon, 18 Jul 2016 13:39:26 +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_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5540</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10201" key="com.atlassian.jira.plugin.system.customfieldtypes:url">
                        <customfieldname>External issue URL</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[https://bugs.opendaylight.org/show_bug.cgi?id=5540]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10206" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Issue Type</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10305"><![CDATA[Improvement]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10204" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>ODL SR Target Milestone</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10332"><![CDATA[Boron-RC0]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i032en:</customfieldvalue>

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