[ovs-dev] World biggest FDA web-store

2016-03-06 Thread Nora
96 World Cheap sex meds p{margin:10px 0;padding:0;} table{border-collapse:collapse;} h1,h2,h3,h4,h5,h6{display:block;margin:0;padding:0;} img,a img{border:0;height:auto;outline:none;text-decoration:none;} body,#bodyTable,#bodyCell{height:100%;margin:0;padding:0;width:100%;} #outlook

[ovs-dev] OVS PatchWork Update

2016-03-06 Thread alexw
Duplicate Patches in Patchwork == ID State Date Name -- - 590575 New2016-03-01 15:36:43 [ovs-dev,v5] Separating OVN NB and SB database processes 590705 New2016-03-01 19:32:45 [ovs-dev] Separating

Re: [ovs-dev] weekly OVN report

2016-03-06 Thread Ben Pfaff
It hadn't honestly occurred to me that it was an option to retain the protocol but change the database. I was assuming that, if OVN switches to a different database, it would adopt the database's own protocol for communication to the cluster. Of course, now that you mention it, there is a degree

Re: [ovs-dev] weekly OVN report

2016-03-06 Thread Dan Mihai Dumitriu
I'd argue for the approach of keeping the OVSDB protocol in place, because the SB schema is already there, well understood, and making the central DB a fault tolerant cluster would have little or no impact on the ovs-controller implementation. It would also allow the current single OVSDB to continu

Re: [ovs-dev] [PATCH] Use 'RUNDIR' from make for rhel/ovn-controller.service

2016-03-06 Thread Babu Shanmugam
$ wget https://patchwork.ozlabs.org/patch/587935/mbox/ -O - | git am ... Applying: Use 'RUNDIR' from make for rhel/ovn-controller.service error: patch failed: rhel/automake.mk:50 error: rhel/automake.mk : patch does not apply Patch failed at 0001 Use '

[ovs-dev] [PATCH v2] Use 'RUNDIR' from make for rhel/ovn-controller.service

2016-03-06 Thread bschanmu
Perviously it was using the platform's runtime directory which can be different from the runtime directory of ovsdb-server started by the openvswitch service Signed-off-by: Babu Shanmugam --- rhel/.gitignore| 1 + rhel/automake.mk

[ovs-dev] Mail System Error - Returned Mail

2016-03-06 Thread Returned mail
The original message was included as attachment ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] Returned mail: see transcript for details

2016-03-06 Thread somebody
___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] A scalability test result about create and bind 20k lports in bridge mode

2016-03-06 Thread Lei Huang
Hi, We run a scalability test case to test lport creation and binding. The git version is 06d4d4b on master branch with a patch to disable alive probe messages between ovsdb-server and ova-controller. The test environment is deployed as below: - a rally node, used to run test case - a ovn c

[ovs-dev] ovn northbound ovsdb-server’s memory usage problem

2016-03-06 Thread Lei Huang
Hi, During a scalability test, we found that the ovn northbound ovsdb-server’s memory usage becomes very high while creating and binding ports, the test step is: 1. Create 1000 sandboxes 2. Create 5 lswitches and create 200 lports for each of lswitches, on northbound 3. For each of lport crea

Re: [ovs-dev] weekly OVN report

2016-03-06 Thread Liran Schour
"dev" wrote on 05/03/2016 10:45:46 PM: > There are basically two possible paths here. One path is to enhance > OVSDB. The other is to switch to a different distributed database. Of > course, in the latter case the question is "which one?" Until recently, > we weren't seeing much performance o