[ovs-discuss] Crash while building Python C extension

2017-01-09 Thread Iwase Yusuke
Hi Team, (Sorry, if this post is duplicated. I have posted this before without subscribing.) I found build error (as following) has occurred while build Python C, and cannot use C extension (but installation was finished successfully). I'm on v2.6.1 of Git source and: $ uname -a Linux devXXX 4.4

Re: [ovs-discuss] Crash while building Python C extension

2017-01-10 Thread Iwase Yusuke
Hi Ben, On 2017年01月11日 02:14, Ben Pfaff wrote: > On Tue, Jan 10, 2017 at 09:32:02AM +0900, Iwase Yusuke wrote: >> *** invalid %N$ use detected *** >> collect2: fatal error: ld terminated with signal 6 [中止], core dumped > > Usually, an assertion failure in a build tool (lik

[ovs-discuss] truncate "max_len" assertion in output action

2017-09-27 Thread Iwase Yusuke
Hi Team, I'm testing the interoperability of Open vSwitch v2.8.0 (v2.8.90) and Ryu, and I found the some problems to run a basic application of Ryu (ryu/app/simple_switch_13.py) with this version of OVS. With the following patch, assertions of "max_len" when do output action in xlate_output_acti

Re: [ovs-discuss] [Ryu-devel] Meter Table Support in Openvswitch

2018-02-20 Thread Iwase Yusuke
Hi Suresh and Thanks Yi! FYI, Ryu provides "OpenFlow Switch Test Tool" for testing whether your switch support the features of OpenFlow including the Meter. This tool is one of the built-in application of Ryu and easy to start using. http://osrg.github.io/ryu-book/en/html/switch_test_tool.html T