Re: [Ryu-devel] Query regarding the Statistics Trigger Instruction -- OFPInstructionStatTrigger

2016-09-22 Thread Poonam Ghosh
First of all thanks Iwase for your reply to this thread. Yes, currently we do not have a functional code which supports all the features supporting the OF version 1.5. And that is the reason we are planning to implement the EXT features to support the handling of Flow statistics for flexible enc

Re: [Ryu-devel] [PATCH] app: Integrate aplication of Ryu-book

2016-09-22 Thread Shinpei Muraoka
Hi Fujita-San, The application of Ryu-book exists as source on the Ryu-book. Because the application of Ryu-book are not updated, content is old. I hope that the application of Ryu-book updated in conjunction with application of Ryu. So I have submitted this patch. Current, I am modifying the Ry

[Ryu-devel] TCP_SRC/TCP_DST

2016-09-22 Thread Aidin Kelki
Hi guys I am trying to add tcp_src/tcp_dst to the flow table but whenever I run Ryu, it gives me error. also I checked the msg but there is no tcp(src_port, dst_port). I want to ask how to add tcp_src/tcp_dst to match so I can get that from the flow? Thank you ---

Re: [Ryu-devel] Query regarding the Statistics Trigger Instruction -- OFPInstructionStatTrigger

2016-09-22 Thread Iwase Yusuke
Hi, On 2016年09月22日 17:08, Poonam Ghosh wrote: > Hello, > > We have been referring the RYU source code to understand the OF Specific > instructions primarily OFV1.1, OFV1.2, OFV1.3,OFV1.4 and OFV1.5. > Currently while simulating the tests with Instruction > OFPIT_STAT_TRIGGER(Specification EXT-

[Ryu-devel] Query regarding the Statistics Trigger Instruction -- OFPInstructionStatTrigger

2016-09-22 Thread Poonam Ghosh
Hello, We have been referring the RYU source code to understand the OF Specific instructions primarily OFV1.1, OFV1.2, OFV1.3,OFV1.4 and OFV1.5. Currently while simulating the tests with Instruction OFPIT_STAT_TRIGGER (Specification EXT-335) we got couple of Open points to understand more on the