<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.network.ryu.devel">
    <title>gmane.network.ryu.devel</title>
    <link>http://permalink.gmane.org/gmane.network.ryu.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.ryu.devel/2895"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.ryu.devel/2894"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.ryu.devel/2893"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.ryu.devel/2892"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.ryu.devel/2891"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.ryu.devel/2890"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.ryu.devel/2889"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.ryu.devel/2888"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.ryu.devel/2887"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.ryu.devel/2886"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.ryu.devel/2885"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.ryu.devel/2884"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.ryu.devel/2883"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.ryu.devel/2882"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.ryu.devel/2881"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.ryu.devel/2880"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.ryu.devel/2879"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.ryu.devel/2878"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.ryu.devel/2877"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.ryu.devel/2876"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.network.ryu.devel/2895">
    <title>Re: [PATCH 4/7] import msgpack into ryu/contrib</title>
    <link>http://permalink.gmane.org/gmane.network.ryu.devel/2895</link>
    <description>&lt;pre&gt;
No objection from me.
&lt;/pre&gt;</description>
    <dc:creator>Isaku Yamahata</dc:creator>
    <dc:date>2013-05-24T01:28:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.ryu.devel/2894">
    <title>[PATCH] Ethernet padding handling and minor OF1.3 fixes</title>
    <link>http://permalink.gmane.org/gmane.network.ryu.devel/2894</link>
    <description>&lt;pre&gt;* Fix handling of ethernet padding (add on serialize, remove on
deserialize).
* Update UTs to expect ethernet padding.
* Support for packet suffixes as well as headers.
* Make Packet a sequence type.
* Various typo fixes in OF1.3 parser.
* Add missing imports to OF1.3 parser.
---
 ryu/lib/packet/__init__.py             |    2 ++
 ryu/lib/packet/ethernet.py             |    9 ++++++--
 ryu/lib/packet/icmp.py                 |    1 -
 ryu/lib/packet/packet.py               |   37
++++++++++++++++++++++++++++----
 ryu/ofproto/ofproto_v1_3.py            |    3 ++-
 ryu/ofproto/ofproto_v1_3_parser.py     |   12 +++++------
 ryu/tests/unit/packet/test_ethernet.py |    6 ++++--
 ryu/tests/unit/packet/test_lldp.py     |    3 ++-
 ryu/tests/unit/packet/test_packet.py   |   37
+++++++++++++++++++-------------
 9 files changed, 78 insertions(+), 32 deletions(-)

diff --git a/ryu/lib/packet/__init__.py b/ryu/lib/packet/__init__.py
index e69de29..cfd0f3d 100644
--- a/ryu/lib/packet/__init__.py
+++ b/ryu/lib/packet/__init&lt;/pre&gt;</description>
    <dc:creator>Shaun Crampton</dc:creator>
    <dc:date>2013-05-23T18:32:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.ryu.devel/2893">
    <title>Re: [PATCH 4/7] import msgpack into ryu/contrib</title>
    <link>http://permalink.gmane.org/gmane.network.ryu.devel/2893</link>
    <description>&lt;pre&gt;On Thu, 23 May 2013 15:30:39 +0900
Isaku Yamahata &amp;lt;yamahata-jCdQPDEk3idL9jVzuh4AOg&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:


Then I'm inclined not to put this into contrib. Objections?

------------------------------------------------------------------------------
Try New Relic Now &amp;amp; We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, &amp;amp; servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
&lt;/pre&gt;</description>
    <dc:creator>FUJITA Tomonori</dc:creator>
    <dc:date>2013-05-23T11:07:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.ryu.devel/2892">
    <title>Re: Ryu on OpenFlow</title>
    <link>http://permalink.gmane.org/gmane.network.ryu.devel/2892</link>
    <description>&lt;pre&gt;On Thu, 23 May 2013 14:58:12 +0700
Agung Ridwan SN &amp;lt;agung.ridwan-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:


OF1.0 + nicira extensions gives multi-table support.

------------------------------------------------------------------------------
Try New Relic Now &amp;amp; We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, &amp;amp; servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
&lt;/pre&gt;</description>
    <dc:creator>FUJITA Tomonori</dc:creator>
    <dc:date>2013-05-23T11:02:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.ryu.devel/2891">
    <title>Ryu on OpenFlow</title>
    <link>http://permalink.gmane.org/gmane.network.ryu.devel/2891</link>
    <description>&lt;pre&gt;Hi,

I want to ask about output dump-flow from OpenStack+Ryu. I saw multi-table
exist in dump-flow. But OpenFlow header (from capturing packet) said :
OFP_VERSION 1.0. AFAIK, multi-tables are specified in OF spec v1.1? I
searched from ryu directory, nothing of "ofproto_v1_1" but v1_0, v1_2, and
v1_3 are exist. How come this happen? Thanks

&lt;/pre&gt;</description>
    <dc:creator>Agung Ridwan SN</dc:creator>
    <dc:date>2013-05-23T07:58:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.ryu.devel/2890">
    <title>Re: [PATCH 4/7] import msgpack into ryu/contrib</title>
    <link>http://permalink.gmane.org/gmane.network.ryu.devel/2890</link>
    <description>&lt;pre&gt;
If the next grizzly/stable is released, no, we don't.
It's about two weeks.

https://wiki.openstack.org/wiki/StableBranchRelease


&lt;/pre&gt;</description>
    <dc:creator>Isaku Yamahata</dc:creator>
    <dc:date>2013-05-23T06:30:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.ryu.devel/2889">
    <title>Re: [PATCH 4/7] import msgpack into ryu/contrib</title>
    <link>http://permalink.gmane.org/gmane.network.ryu.devel/2889</link>
    <description>&lt;pre&gt;On Fri, 17 May 2013 11:52:07 +0900
YAMAMOTO Takashi &amp;lt;yamamoto-jCdQPDEk3idL9jVzuh4AOg&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:


Can you describe why we need this in a commit message? However, a fix
for this issue was merged into grizzly/stable and master. If so, if we
ignore folsom, we don't need to have this in contrib directory, right?

------------------------------------------------------------------------------
Try New Relic Now &amp;amp; We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, &amp;amp; servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
&lt;/pre&gt;</description>
    <dc:creator>FUJITA Tomonori</dc:creator>
    <dc:date>2013-05-22T23:53:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.ryu.devel/2888">
    <title>Re: [PATCH 0/2] RFC: of-wire json representation</title>
    <link>http://permalink.gmane.org/gmane.network.ryu.devel/2888</link>
    <description>&lt;pre&gt;On Fri, 17 May 2013 13:55:01 +0900
YAMAMOTO Takashi &amp;lt;yamamoto-jCdQPDEk3idL9jVzuh4AOg&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:


I think that we can handle binary data as blob. However, can we
separating 'printing binary with base64' feature? The main reason why
we need this is RPC API. Our current choice of RPC encoding can handle
binary data without base64.


Having a special rule for converting "hoge_" to 'hoge' is enough?

 "port_no": 4}}}, "n_buffers": 256}}

------------------------------------------------------------------------------
Try New Relic Now &amp;amp; We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, &amp;amp; servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
&lt;/pre&gt;</description>
    <dc:creator>FUJITA Tomonori</dc:creator>
    <dc:date>2013-05-22T23:47:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.ryu.devel/2887">
    <title>Re: [PATCH] test_parser_v10: remove tests for __str__</title>
    <link>http://permalink.gmane.org/gmane.network.ryu.devel/2887</link>
    <description>&lt;pre&gt;On Tue, 21 May 2013 13:13:58 +0900
YAMADA Hideki &amp;lt;yamada.hideki-lJ4LtgMnyE9L9jVzuh4AOg&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:


Oops, how I missed this regression...



I've applied this. If you think it's worth having this tests, please
send a patch with a clever parser.

------------------------------------------------------------------------------
Try New Relic Now &amp;amp; We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, &amp;amp; servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
&lt;/pre&gt;</description>
    <dc:creator>FUJITA Tomonori</dc:creator>
    <dc:date>2013-05-22T22:54:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.ryu.devel/2886">
    <title>Re: [PATCH] docs: fix ryu module import</title>
    <link>http://permalink.gmane.org/gmane.network.ryu.devel/2886</link>
    <description>&lt;pre&gt;On Sat, 18 May 2013 06:00:50 +0900 (JST)
FUJITA Tomonori &amp;lt;fujita.tomonori-Zyj7fXuS5i5L9jVzuh4AOg&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:


Applied.

------------------------------------------------------------------------------
Try New Relic Now &amp;amp; We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, &amp;amp; servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
&lt;/pre&gt;</description>
    <dc:creator>FUJITA Tomonori</dc:creator>
    <dc:date>2013-05-22T22:54:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.ryu.devel/2885">
    <title>Re: [PATCH 1/2] lib/packet/vrrp: fix is_valid()</title>
    <link>http://permalink.gmane.org/gmane.network.ryu.devel/2885</link>
    <description>&lt;pre&gt;On Tue, 21 May 2013 13:44:09 +0900
YAMADA Hideki &amp;lt;yamada.hideki-lJ4LtgMnyE9L9jVzuh4AOg&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:


Applied both, thanks.

------------------------------------------------------------------------------
Try New Relic Now &amp;amp; We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, &amp;amp; servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
&lt;/pre&gt;</description>
    <dc:creator>FUJITA Tomonori</dc:creator>
    <dc:date>2013-05-22T22:54:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.ryu.devel/2884">
    <title>Re: Sending OFPT13_SET_ASYNC message..</title>
    <link>http://permalink.gmane.org/gmane.network.ryu.devel/2884</link>
    <description>&lt;pre&gt;It's fixed by 97c1aad368215fbd8825048fe9db1cd71bbeebd0
Please try master repo.


On Wed, May 22, 2013 at 07:39:57PM +0530, nitish nagesh wrote:



&lt;/pre&gt;</description>
    <dc:creator>Isaku Yamahata</dc:creator>
    <dc:date>2013-05-22T16:11:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.ryu.devel/2883">
    <title>Sending OFPT13_SET_ASYNC message..</title>
    <link>http://permalink.gmane.org/gmane.network.ryu.devel/2883</link>
    <description>&lt;pre&gt;Hello,

   I am trying to write an Ryu app to send the OFPT13_SET_ASYNC message but
i am unable to figure out how to fill the various masks given in the
ofp13_async_config structure into the OFPSetAsync class (as the class
initializer doesnt take any argument other than the datapath id). Can you
please give me some hints or point to any existing examples which do this?

Thank you,
Nitish
------------------------------------------------------------------------------
Try New Relic Now &amp;amp; We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, &amp;amp; servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may_______________________________________________
Ryu-devel mailing list
Ryu-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/ryu-devel
&lt;/pre&gt;</description>
    <dc:creator>nitish nagesh</dc:creator>
    <dc:date>2013-05-22T14:09:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.ryu.devel/2882">
    <title>How to profile an app?</title>
    <link>http://permalink.gmane.org/gmane.network.ryu.devel/2882</link>
    <description>&lt;pre&gt;Hello,

Now I want to profile my ryu app and plan to use cProfile. So I'd like to know where should I put cProfile.run() calls?
And how do you do that in ryu?


Best regards,
Can Zhang





------------------------------------------------------------------------------
Try New Relic Now &amp;amp; We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, &amp;amp; servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
&lt;/pre&gt;</description>
    <dc:creator>Can Zhang</dc:creator>
    <dc:date>2013-05-22T03:57:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.ryu.devel/2881">
    <title>Re: [PATCH 1/2] lib/packet/vrrp: fix is_valid()</title>
    <link>http://permalink.gmane.org/gmane.network.ryu.devel/2881</link>
    <description>&lt;pre&gt;Oops. The both patches looks good.

On Tue, May 21, 2013 at 01:44:09PM +0900, YAMADA Hideki wrote:

&lt;/pre&gt;</description>
    <dc:creator>Isaku Yamahata</dc:creator>
    <dc:date>2013-05-21T10:26:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.ryu.devel/2880">
    <title>Re: [PATCH] test_parser_v10: remove tests for __str__</title>
    <link>http://permalink.gmane.org/gmane.network.ryu.devel/2880</link>
    <description>&lt;pre&gt;
Although I'm not sure how much make sense to keep the test,
it will make test pass to make string parser a bit smarter.

From
        str_ = str_.rsplit()
to something like
[re.sub('\).*', '', r) for r in re.split('[(,= ]', str(res))]

thanks

On Tue, May 21, 2013 at 01:13:58PM +0900, YAMADA Hideki wrote:

&lt;/pre&gt;</description>
    <dc:creator>Isaku Yamahata</dc:creator>
    <dc:date>2013-05-21T06:23:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.ryu.devel/2879">
    <title>[PATCH 2/2] tests/unit/packet/test_vrrp: add tests foris_valid()</title>
    <link>http://permalink.gmane.org/gmane.network.ryu.devel/2879</link>
    <description>&lt;pre&gt;
Signed-off-by: YAMADA Hideki &amp;lt;yamada.hideki-lJ4LtgMnyE9L9jVzuh4AOg&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
---
 ryu/tests/unit/packet/test_vrrp.py |   92 +++++++++++++++++++++++++++++++++++-
 1 files changed, 91 insertions(+), 1 deletions(-)

diff --git a/ryu/tests/unit/packet/test_vrrp.py b/ryu/tests/unit/packet/test_vrrp.py
index 32dbdb4..282c9fa 100644
--- a/ryu/tests/unit/packet/test_vrrp.py
+++ b/ryu/tests/unit/packet/test_vrrp.py
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -21,7 +21,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; import logging
 import struct
 import netaddr
 
-from nose.tools import eq_
+from nose.tools import eq_, ok_
 from nose.tools import raises
 
 from ryu.ofproto import inet
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -137,6 +137,51 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; class Test_vrrpv2(unittest.TestCase):
         p1.serialize()
         eq_(p0.data, p1.data)
 
+    def _test_is_valid(self, type_=None, vrid=None, priority=None,
+                       max_adver_int=None):
+        if type_ is None:
+            type_ = self.type_
+        if vrid is None:
+            vrid = self.vrid
+        if priority is None:
+            priority = self.priority
+ &lt;/pre&gt;</description>
    <dc:creator>YAMADA Hideki</dc:creator>
    <dc:date>2013-05-21T04:44:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.ryu.devel/2878">
    <title>[PATCH 1/2] lib/packet/vrrp: fix is_valid()</title>
    <link>http://permalink.gmane.org/gmane.network.ryu.devel/2878</link>
    <description>&lt;pre&gt;
Signed-off-by: YAMADA Hideki &amp;lt;yamada.hideki-lJ4LtgMnyE9L9jVzuh4AOg&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
---
 ryu/lib/packet/vrrp.py |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/ryu/lib/packet/vrrp.py b/ryu/lib/packet/vrrp.py
index 7c50fed..8b6140a 100644
--- a/ryu/lib/packet/vrrp.py
+++ b/ryu/lib/packet/vrrp.py
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -395,7 +395,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; class vrrp(packet_base.PacketBase):
 
     def is_valid(self):
         cls = self._VRRP_VERSIONS.get(self.version, None)
-        if None:
+        if cls is None:
             return False
         return cls.is_valid(self)
 
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -499,8 +499,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; class vrrpv2(vrrp):
         return (self.version == VRRP_VERSION_V2 and
                 self.type == VRRP_TYPE_ADVERTISEMENT and
                 VRRP_VRID_MIN &amp;lt;= self.vrid and self.vrid &amp;lt;= VRRP_VRID_MAX and
-                VRRP_PRIORITY_MIN &amp;lt;= self.vrid and
-                self.vrid &amp;lt;= VRRP_PRIORITY_MAX and
+                VRRP_PRIORITY_MIN &amp;lt;= self.priority and
+                self.priority &amp;lt;= VRRP_PRIORITY_MAX a&lt;/pre&gt;</description>
    <dc:creator>YAMADA Hideki</dc:creator>
    <dc:date>2013-05-21T04:44:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.ryu.devel/2877">
    <title>[PATCH] test_parser_v10: remove tests for __str__</title>
    <link>http://permalink.gmane.org/gmane.network.ryu.devel/2877</link>
    <description>&lt;pre&gt;Following errors occur at current master
(commit 21692141dc7e8be2d44338ce4eff5af584e4ff8f)

======================================================================
ERROR: test_parser (ryu.tests.unit.ofproto.test_parser_v10.TestOFPFlowRemoved)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/hideki/ryu/ryu/tests/unit/ofproto/test_parser_v10.py", line 4080, in test_parser
    eq_(str(cookie['val']), check['cookie'])
KeyError: 'cookie'

======================================================================
ERROR: test_parser (ryu.tests.unit.ofproto.test_parser_v10.TestOFPPacketIn)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/hideki/ryu/ryu/tests/unit/ofproto/test_parser_v10.py", line 3782, in test_parser
    ok_(self._test_parser())
  File "/home/hideki/ryu/ryu/tests/unit/ofproto/test_parser_v10.py", line 3774, in _test_parser
    eq_(str(buffer_id['val']), check['buff&lt;/pre&gt;</description>
    <dc:creator>YAMADA Hideki</dc:creator>
    <dc:date>2013-05-21T04:13:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.ryu.devel/2876">
    <title>Re: question about ryu</title>
    <link>http://permalink.gmane.org/gmane.network.ryu.devel/2876</link>
    <description>&lt;pre&gt;
Simple isolation doesn't support live-migration.
In case of Simple vlan case, it up to OVS mac learning and
guest VM seinding GARP.
In case of GRE tunneling case, ryu/app/gre_tunnel.GRETunnel._vm_port_add.
grep it with "live-migration"



By detecting OVS port with same quantum port uuid and mac address which
are stored in ovsdb as external-id.
When live-migration, there are two ovs ports with same quantum port uuid
and mac address.

thanks,


&lt;/pre&gt;</description>
    <dc:creator>Isaku Yamahata</dc:creator>
    <dc:date>2013-05-20T07:28:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.ryu.devel/2875">
    <title>Re: question about ryu</title>
    <link>http://permalink.gmane.org/gmane.network.ryu.devel/2875</link>
    <description>&lt;pre&gt;thanks a lot for the information!

Also,can i ask which part of the code is supporting live migration as the
document says?

https://github.com/osrg/ryu/wiki/Details-of-Ryu-in-cooperation-with-OpenStack-Grizzly

how does ryu know vm is about to migrate?


Thanks,

Allen



2013/5/20 Isaku Yamahata &amp;lt;yamahata-jCdQPDEk3idL9jVzuh4AOg&amp;lt; at &amp;gt;public.gmane.org&amp;gt;

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________
Ryu-devel mailing list
Ryu-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/ryu-devel
&lt;/pre&gt;</description>
    <dc:creator>hsin han Liu</dc:creator>
    <dc:date>2013-05-20T07:10:57</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.network.ryu.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.network.ryu.devel</link>
  </textinput>
</rdf:RDF>
