Re: [ovs-dev] Load balancer creating method.

2016-08-25 Thread nickcooper-zhangtonghao
Thanks for your tips. Why not provide the command line to create “lb”, such as “ovn-nbctl add-lb SWITCH other-aguments” ? > On Aug 26, 2016, at 12:24 PM, Guru Shetty wrote: > > > Examples are in tests/system-ovn.at > >> On Aug 25, 2016, at 6:21 PM, nickcooper-zhangton

Re: [ovs-dev] GRE over IPSEC , facing issues on running ovs-monitor-ipsec

2016-08-25 Thread santhu vaddepally
Hi Guru, Thanks for the Info. Yes , racoon binary is running, but whenever i configure type=ipsec_gre with the following command the psk.txt and racoon.conf are not updating with configured values. What would be the reason ? # ovs-vsctl add-port br1 gre1 -- set interface gre1 type=ipsec_gre opti

Re: [ovs-dev] [Replication SM 0/7] Replication SM

2016-08-25 Thread Numan Siddique
On Thu, Aug 25, 2016 at 5:37 AM, Andy Zhou wrote: > The main purpose of this series patch 6 (OVSDB: Reimplement > replication. Using a state machine). Patch 7 includes > a few replication usability enhancements that has been requested > on the mailing list. > > Andy Zhou (7): > ovsdb: Properly

Re: [ovs-dev] Load balancer creating method.

2016-08-25 Thread Guru Shetty
Examples are in tests/system-ovn.at > On Aug 25, 2016, at 6:21 PM, nickcooper-zhangtonghao > wrote: > > > Hi all, > Can we create the “lb" from the “ovn-nbctl” command line? > manipulate directly the database? > > ___ > dev mailing list > dev@open

[ovs-dev] Load balancer creating method.

2016-08-25 Thread nickcooper-zhangtonghao
Hi all, Can we create the “lb" from the “ovn-nbctl” command line? manipulate directly the database? ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH net-next v11 5/6] openvswitch: add layer 3 flow/port support

2016-08-25 Thread Joe Stringer
On 25 August 2016 at 03:08, Simon Horman wrote: > Please find my working patch below. > > From: Simon Horman > Subject: [PATCH] system-traffic: Exercise GSO > > Exercise GSO for: unencapsulated; MPLS; GRE; and MPLS in GRE. > > There is scope to extend this testing to other encapsulation formats >

Re: [ovs-dev] ovsdb-server sb db restart causes ovn-controller to crash

2016-08-25 Thread Ryan Moats
"dev" wrote on 08/25/2016 02:15:47 PM: > From: Richard Theis/Rochester/IBM@IBMUS > To: dev@openvswitch.org > Date: 08/25/2016 02:16 PM > Subject: [ovs-dev] ovsdb-server sb db restart causes ovn-controller to crash > Sent by: "dev" > > Bug 1604064 (https://bugs.launchpad.net/neutron/+bug/1604064)

Re: [ovs-dev] [PATCH v4] ovn-controller: Back out incremental processing

2016-08-25 Thread Ryan Moats
Guru Shetty wrote on 08/25/2016 03:11:42 PM: > From: Guru Shetty > To: Ryan Moats/Omaha/IBM@IBMUS > Cc: ovs dev > Date: 08/25/2016 03:11 PM > Subject: Re: [ovs-dev] [PATCH v4] ovn-controller: Back out > incremental processing > > On 25 August 2016 at 13:04, Guru Shetty wrote: > > On 24 Augu

Re: [ovs-dev] [PATCH] ofproto-dpif-upcall: Replace ukeys for deleted flows.

2016-08-25 Thread Joe Stringer
On 25 August 2016 at 13:15, Thadeu Lima de Souza Cascardo wrote: > On Tue, Aug 23, 2016 at 07:18:50PM -0700, Joe Stringer wrote: >> If a revalidator dumps/revalidates a flow during the 'dump' phase, >> resulting in the deletion of the flow, then ukey->flow_exists is set to >> false, and the ukey i

[ovs-dev] The NECA Show 2016 Attendees Database

2016-08-25 Thread Debra Lewis
Hi, Hope this email finds you well! Would you be interested in The NECA Show 2016 Attendees Database? Which includes C-level executives, Project Managers, Purchasing Agents, Supervisors, Foreman, Safety Directors, Estimators, Inspectors, Apprentice , Journeymen, and Electrical Construct

Re: [ovs-dev] [RFC PATCHv5] netdev-dpdk: Enable Rx checksum offloading feature on DPDK physical ports.

2016-08-25 Thread Jesse Gross
On Thu, Aug 25, 2016 at 2:43 AM, Sugesh Chandran wrote: > diff --git a/lib/netdev-dpdk.c b/lib/netdev-dpdk.c > index 6d334db..46c4045 100644 > --- a/lib/netdev-dpdk.c > +++ b/lib/netdev-dpdk.c > static void > +dpdk_eth_checksum_offload_configure(struct netdev_dpdk *dev) > +OVS_REQUIRES(dev->m

Re: [ovs-dev] [PATCH] ofproto-dpif-upcall: Replace ukeys for deleted flows.

2016-08-25 Thread Thadeu Lima de Souza Cascardo
On Tue, Aug 23, 2016 at 07:18:50PM -0700, Joe Stringer wrote: > If a revalidator dumps/revalidates a flow during the 'dump' phase, > resulting in the deletion of the flow, then ukey->flow_exists is set to > false, and the ukey is kept around until the 'sweep' phase. The ukey is > kept around to ens

Re: [ovs-dev] [PATCH v4] ovn-controller: Back out incremental processing

2016-08-25 Thread Guru Shetty
On 25 August 2016 at 13:04, Guru Shetty wrote: > > > On 24 August 2016 at 18:30, Ryan Moats wrote: > >> As [1] indicates, incremental processing hasn't resulted >> in an improvement worth the complexity it has added. >> This patch backs out all of the code specific to incremental >> processing,

[ovs-dev] [CudaMailTagged] Comment attirer des clients grace a YouTube (formation offerte)

2016-08-25 Thread Pierre-Arnaud de VALLEY
Si vous voulez utiliser la puissance de YouTube pour attirer de nouveaux visiteurs sur vos sites, des prospects et clients dans votre entreprise, voici une formation qui devrait vous être très utile : http://bit.ly/ytbpPEfly - Accès libre à la formation - Youtube c'est : - Plus d' 1 milliard d'u

Re: [ovs-dev] [PATCH v4] ovn-controller: Back out incremental processing

2016-08-25 Thread Guru Shetty
On 24 August 2016 at 18:30, Ryan Moats wrote: > As [1] indicates, incremental processing hasn't resulted > in an improvement worth the complexity it has added. > This patch backs out all of the code specific to incremental > processing, along with the persisting of OF flows, > logical ports, mult

[ovs-dev] ovsdb-server sb db restart causes ovn-controller to crash

2016-08-25 Thread Richard Theis
Bug 1604064 (https://bugs.launchpad.net/neutron/+bug/1604064) was reported against the networking-ovn project. While investigating, I determined that whenever the ovsdb-server SB database process is restarted, all ovn-controller processes crash. I recreated this problem using both an OpenStack D

[ovs-dev] [PATCH v2] ovn: Delete stale MAC_Bindings that result in Referential Integrity Violation

2016-08-25 Thread Chandra S Vejendla
The MAC_Bindings have a strong reference to the Datapath_Binding. However the MAC_Bindings are never deleted anywhere, and when the Datapath (associated with a MAC_Binding) is deleted, the ovsdb-server returns Referential Integrity Violation. This prevents newer operations initiated from the CMS fr

Re: [ovs-dev] [PATCH v4] ovn-controller: Back out incremental processing

2016-08-25 Thread Ryan Moats
Russell Bryant wrote on 08/25/2016 12:45:44 PM: > From: Russell Bryant > To: Ryan Moats/Omaha/IBM@IBMUS > Cc: ovs dev > Date: 08/25/2016 12:46 PM > Subject: Re: [ovs-dev] [PATCH v4] ovn-controller: Back out > incremental processing > > On Wed, Aug 24, 2016 at 9:30 PM, Ryan Moats wrote: > As [

Re: [ovs-dev] [PATCH] json: Use reference counting in json objects

2016-08-25 Thread Rodriguez Betancourt, Esteban
For example: 50 process inserting each 1000 rows to a test table (4 columns: string * 2, bool, integer) using commit block Master OVS Test Duration 131 seconds Average Inserts Per second 746.2687 inserts/s Average Insert Duration 134.1382ms Minimal Insert Duration 0.166202

Re: [ovs-dev] [PATCH v4] ovn-controller: Back out incremental processing

2016-08-25 Thread Russell Bryant
On Wed, Aug 24, 2016 at 9:30 PM, Ryan Moats wrote: > As [1] indicates, incremental processing hasn't resulted > in an improvement worth the complexity it has added. > This patch backs out all of the code specific to incremental > processing, along with the persisting of OF flows, > logical ports,

[ovs-dev] File: Scan(6121)

2016-08-25 Thread Margie
___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH] ovn: fix ovn-northd leaks in build_acl

2016-08-25 Thread Ryan Moats
"dev" wrote on 08/19/2016 08:06:50 PM: > From: Ramu Ramamurthy > To: dev@openvswitch.org > Cc: Suryanarayan Ramamurthy/San Jose/IBM@IBMUS > Date: 08/19/2016 08:07 PM > Subject: [ovs-dev] [PATCH] ovn: fix ovn-northd leaks in build_acl > Sent by: "dev" > > From: Ramu Ramamurthy > > The followi

[ovs-dev] Attached: Receipt(601)

2016-08-25 Thread Grady
___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH] ovn-northd: Avoid excessive work to find routerports.

2016-08-25 Thread Ryan Moats
"dev" wrote on 08/17/2016 03:58:13 PM: > From: Ben Pfaff > To: dev@openvswitch.org > Cc: Ben Pfaff > Date: 08/17/2016 03:58 PM > Subject: [ovs-dev] [PATCH] ovn-northd: Avoid excessive work to find > router ports. > Sent by: "dev" > > The ovn_datapath for each logical switch maintains an arra

Re: [ovs-dev] [PATCH 1/2] ovn/TODO: Update for items that have been completed.

2016-08-25 Thread Ryan Moats
"dev" wrote on 08/18/2016 01:14:24 PM: > From: Ben Pfaff > To: dev@openvswitch.org > Cc: Ben Pfaff > Date: 08/18/2016 01:14 PM > Subject: [ovs-dev] [PATCH 1/2] ovn/TODO: Update for items that have > been completed. > Sent by: "dev" > > I think that all of these items are either done now or j

[ovs-dev] Attached: Receipt(134)

2016-08-25 Thread Vonda
___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] Copy: Scan(5694)

2016-08-25 Thread Mari
___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH] json: Use reference counting in json objects

2016-08-25 Thread Ryan Moats
"dev" wrote on 08/16/2016 04:50:37 PM: > From: "Rodriguez Betancourt, Esteban" > To: "dev@openvswitch.org" > Date: 08/16/2016 04:50 PM > Subject: [ovs-dev] [PATCH] json: Use reference counting in json objects > Sent by: "dev" > > After profiling OVSDB insert performance it was found > that s

Re: [ovs-dev] [PATCH v2] ovn: Delete stale MAC_Binding records

2016-08-25 Thread Ryan Moats
"dev" wrote on 08/16/2016 02:27:30 PM: > From: Chandra Sekhar Vejendla/San Jose/IBM@IBMUS > To: dev@openvswitch.org > Date: 08/16/2016 02:33 PM > Subject: [ovs-dev] [PATCH v2] ovn: Delete stale MAC_Binding records > Sent by: "dev" > > Entries in MAC_Binding table are not deleted when the logica

Re: [ovs-dev] [PATCH v4] ovn-controller: Back out incremental processing

2016-08-25 Thread Flavio Fernandes
> On Aug 24, 2016, at 9:30 PM, Ryan Moats wrote: > > As [1] indicates, incremental processing hasn't resulted > in an improvement worth the complexity it has added. > This patch backs out all of the code specific to incremental > processing, along with the persisting of OF flows, > logical ports

[ovs-dev] Emailing: Document(72)

2016-08-25 Thread Jonathan
___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] File: Document(374)

2016-08-25 Thread Gregg
___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH v6] ovn: Replace tabs with spaces and clean up alignment in unit tests.

2016-08-25 Thread Guru Shetty
On 24 August 2016 at 14:10, Flavio Fernandes wrote: > Signed-off-by: Flavio Fernandes > Thanks, applied! > --- > v1->v2: fix indentation issues introduced in v1 > v2->v3: noop :P > v3->v4: fix indentation issue introduced in v1, this time for real > v4->v5: fix yet another -- and hopefully fi

[ovs-dev] Attached: Receipt(0687)

2016-08-25 Thread Odessa
___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] GRE over IPSEC , facing issues on running ovs-monitor-ipsec

2016-08-25 Thread Guru Shetty
On 25 August 2016 at 07:15, santhu vaddepally wrote: > Hi, > > Now i am able to configure the GRE over IPSEC, but not able to establish > the tunnel. I have checked in the backend, ovs-monitor-ipsec daemon is > running , but no racoon binary is running, even the secrets and policies > were not se

[ovs-dev] File: Receipt(912)

2016-08-25 Thread Bernice
___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH 2/3] daemon: Minor tweaking of man page fragment.

2016-08-25 Thread Ryan Moats
Ryan Moats/Omaha/IBM wrote on 08/25/2016 09:19:49 AM: > From: Ryan Moats/Omaha/IBM > To: Justin Pettit > Cc: dev@openvswitch.org > Date: 08/25/2016 09:19 AM > Subject: Re: [ovs-dev] [PATCH 2/3] daemon: Minor tweaking of man > page fragment. > > "dev" wrote on 08/11/2016 01:09:13 AM: > > > From:

Re: [ovs-dev] [PATCH 2/3] daemon: Minor tweaking of man page fragment.

2016-08-25 Thread Ryan Moats
"dev" wrote on 08/11/2016 01:09:13 AM: > From: Justin Pettit > To: dev@openvswitch.org > Date: 08/22/2016 01:36 PM > Subject: [ovs-dev] [PATCH 2/3] daemon: Minor tweaking of man page fragment. > Sent by: "dev" > > Signed-off-by: Justin Pettit > --- > lib/daemon.man | 2 +- > lib/daemon.xml

Re: [ovs-dev] GRE over IPSEC , facing issues on running ovs-monitor-ipsec

2016-08-25 Thread santhu vaddepally
Hi, Now i am able to configure the GRE over IPSEC, but not able to establish the tunnel. I have checked in the backend, ovs-monitor-ipsec daemon is running , but no racoon binary is running, even the secrets and policies were not seen in /etc/racoon/racoon.conf and /etc/racoon/psk.txt. Here is th

Re: [ovs-dev] [PATCH 1/3] NEWS: Add reference to OVN in the post-2.5 release.

2016-08-25 Thread Ryan Moats
"dev" wrote on 08/06/2016 10:51:24 PM: > From: Justin Pettit > To: dev@openvswitch.org > Date: 08/15/2016 10:20 PM > Subject: [ovs-dev] [PATCH 1/3] NEWS: Add reference to OVN in the > post-2.5 release. > Sent by: "dev" > > Signed-off-by: Justin Pettit > --- > NEWS | 2 ++ > 1 file changed, 2

[ovs-dev] Attached: Receipt(607)

2016-08-25 Thread Nona
___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [PATCH] ovn: ovn-ctl support to start ovn db servers in standby mode

2016-08-25 Thread bschanmu
This patch adds support to start_ovsdb() function in ovn-ctl to start the ovn db servers in standby mode. This can be done in the following ways 1. Use parameters --ovn-nb-sync-from-addr and --ovn-sb-sync-from-addr to set the addresses of the master server. 2. Create files $etcdir/ovnnb-master.c

Re: [ovs-dev] GRE over IPSEC , facing issues on running ovs-monitor-ipsec

2016-08-25 Thread santhu vaddepally
Hi , Now i am able to run ovs-monitor-ipsec. # /usr/bin/python /usr/share/openvswitch/scripts/ovs-monitor-ipsec --pidfile=/var/run/openvswitch/ovs-monitor-ipsec.pid \ --log-gile --detach --monitor unix:/var/run/openvswitch/db.sock But still facing issue on executing

[ovs-dev] status

2016-08-25 Thread Mail Administrator
Your message was undeliverable due to the following reason(s): Your message could not be delivered because the destination computer was not reachable within the allowed queue period. The amount of time a message is queued before it is returned depends on local configura- tion parameters. Most lik

[ovs-dev] Dev@openvswitch.org

2016-08-25 Thread Automatic Email Delivery Software
Dear user dev@openvswitch.org, We have received reports that your account has been used to send a large amount of unsolicited e-mail messages during this week. We suspect that your computer was infected by a recent virus and now contains a trojaned proxy server. Please follow instructions in th

[ovs-dev] RETURNED MAIL: DATA FORMAT ERROR

2016-08-25 Thread xmlschema-dev
«¨ð{ö‚¬`ãŵ¦ù $rəkS©Ÿe忏N¨ñ9„™ëœüýí1z`𾉵Œ>C¯FCS(c׌'p²‘‰»Ë_N²³„e®)GöÀX-‹j˼46˜Vp“±5ýŽ0û•·ë°rÊÕ!š‹Á¯¿?3p;góÈh›;Ï#qó\OÛ)L7xê¨ w?L•/QŸ~‰°N Ãʲj‘!8¶ø[ËôʅDëDŸ>&£²ßú„cè5Ô)_¸m©HvÛÏ{õܳFA ¶÷R[õ8ßð«(”ZœۙŽL3ïqçA{¬~4P‡º’$lÔ¢Â4Š!™#/ë >ãŒÔªv¯¨OßsŸŠŽùÕØìõ»×¯­Â)^½¿•ސ—éLÁÀû>T–†ùwp´÷¦Iºàü4§j ®F•^

Re: [ovs-dev] [PATCH net-next v11 5/6] openvswitch: add layer 3 flow/port support

2016-08-25 Thread Simon Horman
On Tue, Aug 23, 2016 at 10:51:47AM +0200, Simon Horman wrote: > On Mon, Aug 22, 2016 at 02:47:42PM -0700, Joe Stringer wrote: > > On 22 August 2016 at 04:04, Simon Horman wrote: > > > On Wed, Aug 10, 2016 at 10:17:30AM -0700, Joe Stringer wrote: > > >> On 10 August 2016 at 03:20, Simon Horman >

[ovs-dev] [RFC PATCHv5] netdev-dpdk: Enable Rx checksum offloading feature on DPDK physical ports.

2016-08-25 Thread Sugesh Chandran
Add Rx checksum offloading feature support on DPDK physical ports. By default, the Rx checksum offloading is enabled if NIC supports. However, the checksum offloading can be turned OFF either while adding a new DPDK physical port to OVS or at runtime. The rx checksum offloading can be turned off b

Re: [ovs-dev] [PATCH] netdev-dpdk: Enable Rx checksum offloading feature on DPDK physical ports.

2016-08-25 Thread Chandran, Sugesh
Regards _Sugesh > -Original Message- > From: Jesse Gross [mailto:je...@kernel.org] > Sent: Wednesday, August 24, 2016 9:46 PM > To: Chandran, Sugesh > Cc: ovs dev > Subject: Re: [PATCH] netdev-dpdk: Enable Rx checksum offloading feature > on DPDK physical ports. > > On Wed, Aug 24, 2

[ovs-dev] GRE over IPSEC , facing issues on running ovs-monitor-ipsec

2016-08-25 Thread santhu vaddepally
Hi, I am trying to establish GRE over IPSEC , but with the following command getting error logs. # ovs-vsctl add-port br1 gre1 -- set interface gre1 type=ipsec_gre options:remot_ip=15.15.15.15 optioins:psk=secret Error Log : --- IPsec requires the ovs-monitor-ipsec daemon. I tri

[ovs-dev] DEV@OPENVSWITCH.ORG

2016-08-25 Thread Mail Administrator
The original message was received at Thu, 25 Aug 2016 13:24:25 +0530 from openvswitch.org [159.141.151.12] - The following addresses had permanent fatal errors - dev@openvswitch.org ___ dev mailing list dev@openvswitch.org http://openvswitch.

[ovs-dev] Delivery reports about your e-mail

2016-08-25 Thread Automatic Email Delivery Software
The original message was received at Thu, 25 Aug 2016 15:41:37 +0800 from openvswitch.org [115.160.251.59] - The following addresses had permanent fatal errors - ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo

[ovs-dev] delivery failed

2016-08-25 Thread example
oÏžŸÒh—°DՁwóõ¼;Я­h¶œ¸íPèùmµ¢üçT"ÂÀPÏˆÏøíeuf«„˜­P­A–ðdM˜’ô.õé¦8Df•‰z´ÈnTcMZÏg´b®—“¿÷0V]ÛùÏ9z …Uz¬ú7 dhÀ?ֹ֔G¦|P!“^PÀ2OÎöb‘HÞփ„SLÍWåÕ¹jB徯„æÓèø0 .ðŦ¹7ʍQÚ.(¿å¹×é;͏ˆ.t]‘.¥üÏ!ˆº” áºWÃRÇ7‡½ÙwVmï»Xa²'!qYº³ƒô"&£ŒÐY"Ÿ¹KæeåŠ$aE –mŠ&Iù½?!4·M¾ÌŸ‘g3yO… ´P%ê£)}™3ïÇåY;Iü  ¬½ë1©±VC³)JËøY¿Â,WRÄÊØ‰è&ÔÞW