<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: HP VAN Controller and barrier request/reply messages in Software Defined Networking</title>
    <link>https://community.hpe.com/t5/software-defined-networking/hp-van-controller-and-barrier-request-reply-messages/m-p/6403326#M1328</link>
    <description>&lt;P&gt;Hello JoonKim,&lt;BR /&gt;&lt;BR /&gt;We are glad that your problem is solved.&lt;BR /&gt;Please do let us know if you need further assistance.&lt;BR /&gt;&lt;BR /&gt;Please feel free to reply incase you have more questions around the same topic or open a new thread if new topic.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;HP SDN Team&lt;/P&gt;</description>
    <pubDate>Fri, 07 Mar 2014 10:44:44 GMT</pubDate>
    <dc:creator>sdnindia</dc:creator>
    <dc:date>2014-03-07T10:44:44Z</dc:date>
    <item>
      <title>HP VAN Controller and barrier request/reply messages</title>
      <link>https://community.hpe.com/t5/software-defined-networking/hp-van-controller-and-barrier-request-reply-messages/m-p/6392859#M1325</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a question about HP VAN controller's FlowMod sending function.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Barrier message is used to ensure OpenFlow message ordering sent from the controller. From the OF v1.3 spec:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;==&lt;/P&gt;&lt;P&gt;When the controller wants to ensure message dependencies have been met or wants to receive noti&amp;#12;fications&lt;BR /&gt;for completed operations, it may use an OFPT_BARRIER_REQUEST message. This message has no body. Upon&lt;BR /&gt;receipt, the switch must &amp;#12;finish processing all previously-received messages, including sending corresponding&lt;BR /&gt;reply or error messages, before executing any messages beyond the Barrier Request. When such processing&lt;BR /&gt;is complete, the switch must send an OFPT_BARRIER_REPLY message with the xid of the original request.&lt;/P&gt;&lt;P&gt;==&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When using the ControllerService interface's sendFlowMod() method, the controller seems to send a barrier request automatically, right after the flow-mod message goes out. Is there a way to disable that?&amp;nbsp;&lt;SPAN&gt;It would be nicer to manually send barrier requests only at the necessary points. However, I cannot find an API-supported way to do that. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Do you have any suggestions that might help?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Joon&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2014 01:45:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/hp-van-controller-and-barrier-request-reply-messages/m-p/6392859#M1325</guid>
      <dc:creator>JoonKim</dc:creator>
      <dc:date>2014-02-27T01:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: HP VAN Controller and barrier request/reply messages</title>
      <link>https://community.hpe.com/t5/software-defined-networking/hp-van-controller-and-barrier-request-reply-messages/m-p/6399987#M1326</link>
      <description>&lt;P&gt;Solved.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1.&lt;SPAN&gt;Go to https://&amp;lt;controller_ip&amp;gt;:8443/sdn/ui &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2. From the left menu, click "Configurations".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;3. From the component list, click "com.hp.sdn.ctl.of.impl.ControllerManager", then click "Modify" on the top.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;4. Make "confirm.flowmod" value to "false".&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Then sendFlowMod() method will not automatically send out a barrier request after its original flow-mod message. You can create your own barrier request message if you want.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-Joon&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2014 04:12:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/hp-van-controller-and-barrier-request-reply-messages/m-p/6399987#M1326</guid>
      <dc:creator>JoonKim</dc:creator>
      <dc:date>2014-03-05T04:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: HP VAN Controller and barrier request/reply messages</title>
      <link>https://community.hpe.com/t5/software-defined-networking/hp-van-controller-and-barrier-request-reply-messages/m-p/6401345#M1327</link>
      <description>&lt;P&gt;Hi JoonKim,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for posting this solution for the current release. We are planning to add the ability to confirm flow-mods into our next release of the SDN controller, so you'll have the ability to control this behavior for each specific flow-mod, rather than globally as it is now.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2014 20:52:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/hp-van-controller-and-barrier-request-reply-messages/m-p/6401345#M1327</guid>
      <dc:creator>ShaunWackerly</dc:creator>
      <dc:date>2014-03-05T20:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: HP VAN Controller and barrier request/reply messages</title>
      <link>https://community.hpe.com/t5/software-defined-networking/hp-van-controller-and-barrier-request-reply-messages/m-p/6403326#M1328</link>
      <description>&lt;P&gt;Hello JoonKim,&lt;BR /&gt;&lt;BR /&gt;We are glad that your problem is solved.&lt;BR /&gt;Please do let us know if you need further assistance.&lt;BR /&gt;&lt;BR /&gt;Please feel free to reply incase you have more questions around the same topic or open a new thread if new topic.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;HP SDN Team&lt;/P&gt;</description>
      <pubDate>Fri, 07 Mar 2014 10:44:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/hp-van-controller-and-barrier-request-reply-messages/m-p/6403326#M1328</guid>
      <dc:creator>sdnindia</dc:creator>
      <dc:date>2014-03-07T10:44:44Z</dc:date>
    </item>
  </channel>
</rss>

