Re: [Ryu-devel] Port management issue

2015-04-02 Thread Satoshi KOBAYASHI
2015-04-03 13:40 GMT+09:00 YAMAMOTO Takashi : > hi, > > > Hi YAMAMOTO-san, > > > > 2015-04-03 12:17 GMT+09:00 YAMAMOTO Takashi : > > > >> hi, > >> > >> > Hi folks, > >> > > >> > I noticed that the change of state of the ports by EventOFPPortStatus > are > >> > not reflected in Datapath object. Ple

Re: [Ryu-devel] Port management issue

2015-04-02 Thread YAMAMOTO Takashi
hi, > Hi YAMAMOTO-san, > > 2015-04-03 12:17 GMT+09:00 YAMAMOTO Takashi : > >> hi, >> >> > Hi folks, >> > >> > I noticed that the change of state of the ports by EventOFPPortStatus are >> > not reflected in Datapath object. Please refer to the attachment of the >> > script. For example, the follo

Re: [Ryu-devel] QoS Testng Problem

2015-04-02 Thread YAMAMOTO Takashi
hi, > Dear Mr.YAMAMOTO, > I have checked the dump information by using the command "ovs-appctl > bridge/dump-flows ovs-br0" and I found out that the actions has been set as > "set_queue" but the n_packets/n_bytes is still zero. Please see the > attachment. Does it mean that the data didn't go

Re: [Ryu-devel] Port management issue

2015-04-02 Thread Satoshi KOBAYASHI
Hi YAMAMOTO-san, 2015-04-03 12:17 GMT+09:00 YAMAMOTO Takashi : > hi, > > > Hi folks, > > > > I noticed that the change of state of the ports by EventOFPPortStatus are > > not reflected in Datapath object. Please refer to the attachment of the > > script. For example, the following is the result o

Re: [Ryu-devel] Port management issue

2015-04-02 Thread YAMAMOTO Takashi
hi, > Hi folks, > > I noticed that the change of state of the ports by EventOFPPortStatus are > not reflected in Datapath object. Please refer to the attachment of the > script. For example, the following is the result of running the script. > > --8<--8<-- > ...(snip)...

Re: [Ryu-devel] QoS Testng Problem

2015-04-02 Thread YAMAMOTO Takashi
> No problem, Mr.YAMAMOTO, but what do you mean by "restore ML cc? " Does it > mean "Restore mailbox" or "Recovery mailbox?" Or CC(carbon copy) to " > ryu-devel@lists.sourceforge.net"? i meant carbon copy to ryu-devel@. it makes my life easier. > > Besides, I have checked the switch-id accordin

Re: [Ryu-devel] ofagent and ryu-plugin

2015-04-02 Thread YAMAMOTO Takashi
hi, > I sorry to trouble you again > > > 1.I want to know the communication between ofagent and neutron. which part of > the codes should I see? via usual neutron rpcs. it's typically via rabbitmq. but it depends on your configuration. ofagent setup_rpc method might be a good place to start

Re: [Ryu-devel] How to translate the output of switch test tool into HTML

2015-04-02 Thread Satoshi KOBAYASHI
Hi Ishii-san, I see. Although test tool is really really great even now, If we can we get the readable results, I think it will be more convenient. Thanks, Satoshi 2015-04-02 18:09 GMT+09:00 Hisaharu Ishii : > Hi KOBAYASHI-san, > > I'm running a script to generate a markdown text from a test re

Re: [Ryu-devel] How to translate the output of switch test tool into HTML

2015-04-02 Thread Hisaharu Ishii
Hi KOBAYASHI-san, I'm running a script to generate a markdown text from a test result log and push it to github. It contains many hard-coded settings, so not be included in the Ryu repository. Thanks, -- Hisaharu Ishii On 2015年04月02日 17:24, Satoshi KOBAYASHI wrote: > Hi folks, > > I have bee

[Ryu-devel] How to translate the output of switch test tool into HTML

2015-04-02 Thread Satoshi KOBAYASHI
Hi folks, I have been trying switch test tool and got a result of the plain text file. But it seems that a result of the page of Ryu Certification is formatted into HTML. I would like to translate, but how is that performed? Thanks, Satoshi