Re: [ovs-discuss] kernel table/entries and user space table/entries

2016-12-05 Thread Justin Pettit
> On Dec 4, 2016, at 10:44 PM, sundk wrote: > > hi All > > 1. is there any load balance in current ovs? Yes. > after read the code, it seems that in kernel mode only a single thread to > process the packets, no load balance. am I right? and in user space? This is

Re: [ovs-discuss] lib/rconn.c:567: assertion version >= 0 && version <= 0xff failed in run_ACTIVE()

2016-12-05 Thread 张东亚
Hi Ben, Thanks a lot for your prompt and reasonably fix. 2016-12-06 3:38 GMT+08:00 Ben Pfaff : > On Mon, Dec 05, 2016 at 11:21:36AM +0800, 张东亚 wrote: > > We are now using unix stream socket (using openflowj as encoder/decoder > of > > OpenFlow message) to emulate ovs-ofctl

Re: [ovs-discuss] Running ovs test cases

2016-12-05 Thread Ben Pfaff
On Mon, Dec 05, 2016 at 04:17:36PM -0800, satish kondapalli wrote: > is there way to run only specific test case in ovs( instead of running all > cases -- make check). How to run only connection tracking test case and > logs for the same test? INSTALL.rst says: Unit Tests ~~ Open

Re: [ovs-discuss] Running ovs test cases

2016-12-05 Thread Lance Richardson
> From: "satish kondapalli" > To: ovs-discuss@openvswitch.org > Sent: Monday, December 5, 2016 7:17:36 PM > Subject: [ovs-discuss] Running ovs test cases > > Hi, > > is there way to run only specific test case in ovs( instead of running all > cases -- make check). How to

Re: [ovs-discuss] Anybody knows how we can dynamically change vxlan dst_port by openflow load, move or set_field action?

2016-12-05 Thread Yang, Yi Y
Got it, so no way to do this in current ovs, thanks a lot. -Original Message- From: Pravin Shelar [mailto:pshe...@ovn.org] Sent: Monday, December 5, 2016 11:16 AM To: Yang, Yi Y Cc: Gerhard Stenzel ; Ben Pfaff ;

[ovs-discuss] Running ovs test cases

2016-12-05 Thread satish kondapalli
Hi, is there way to run only specific test case in ovs( instead of running all cases -- make check). How to run only connection tracking test case and logs for the same test? Sateesh ___ discuss mailing list disc...@openvswitch.org

Re: [ovs-discuss] lib/rconn.c:567: assertion version >= 0 && version <= 0xff failed in run_ACTIVE()

2016-12-05 Thread Ben Pfaff
On Mon, Dec 05, 2016 at 11:21:36AM +0800, 张东亚 wrote: > We are now using unix stream socket (using openflowj as encoder/decoder of > OpenFlow message) to emulate ovs-ofctl behavior, we occasionally trigger > the assertion above, and I have found other one have reported the same bug > in June this