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

2016-08-06 Thread strtol
R->§Ô¶¨kèŸo·s Øl¤!÷¼F^çD\2i7»|¶'6Î*±n¯2lI0ÖÝ`ÑÕ`Þêe¶qƒ'q5:Í7¥Æ4º …ò¬Ñ%ÜÍþö6»Œ‘I¤PG¦¢ÑÂQÀ_á0èt„ېF# “¶ÖŸ”ø.¹,¨üpY̍2döï¿2Ý®¾Z´Ó¸ùD²^Cí¸9陌‘r^›áâF|šã«ö†UÇû  ˆ*º·Vä2R$“o>‚Cã}f†¢Ï¥ðç<}™rrÕ× ´âDC Ì ±ÍmuŽøKÈæ!3"Ïç`òϓ÷žö¾ÉŠ‹O½xàµCv]ô:иïöˆ&íÂ5Xî%õ˜ÀoŸÀ|pFФß5qGá|5~%õ1îÓÑk“)”ˆwˆSž7×5"Éþ†¥IkœÝ#I7

Re: [ovs-dev] [PATCH, v5] Scanning only changed entries in the ovnsb

2016-08-06 Thread Hui Kang
"dev" wrote on 08/06/2016 08:38:27 AM: > From: Ryan Moats/Omaha/IBM@IBMUS > To: Hui Kang > Cc: dev@openvswitch.org > Date: 08/06/2016 08:38 AM > Subject: Re: [ovs-dev] [PATCH, v5] Scanning only changed entries in the ovnsb > Sent by: "dev" > > > > > "dev" wrote on 07/27/2016 08:11:11 PM: > >

Re: [ovs-dev] [PATCH v4 1/4] Add support for 802.1ad (QinQ tunneling)

2016-08-06 Thread Ben Pfaff
On Sun, Aug 07, 2016 at 10:54:00AM +0800, Xiao Liang wrote: > On Thu, Aug 4, 2016 at 6:07 AM, Ben Pfaff wrote: > > Thanks for the replies, I have some further responses below. > > > > On Sun, Jul 31, 2016 at 08:22:47AM +0800, Xiao Liang wrote: > >> On Thu, Jul 28, 2016 at 2:40 AM, Ben Pfaff wrote

Re: [ovs-dev] [PATCH v4 1/4] Add support for 802.1ad (QinQ tunneling)

2016-08-06 Thread Xiao Liang
On Thu, Aug 4, 2016 at 6:07 AM, Ben Pfaff wrote: > Thanks for the replies, I have some further responses below. > > On Sun, Jul 31, 2016 at 08:22:47AM +0800, Xiao Liang wrote: >> On Thu, Jul 28, 2016 at 2:40 AM, Ben Pfaff wrote: >> > I'm concerned about backward compatibility. Consider some appl

Re: [ovs-dev] [PATCH] ovn-controller: Remove the repeated code.

2016-08-06 Thread Ryan Moats
"dev" wrote on 08/06/2016 07:18:29 AM: > From: nickcooper-zhangtonghao > To: dev@openvswitch.org > Cc: nickcooper-zhangtonghao > Date: 08/06/2016 07:18 AM > Subject: [ovs-dev] [PATCH] ovn-controller: Remove the repeated code. > Sent by: "dev" > > Signed-off-by: nickcooper-zhangtonghao zhangto

Re: [ovs-dev] [PATCH] ovn-controller: Combine two Logical_Flow loops into one.

2016-08-06 Thread Ryan Moats
"dev" wrote on 08/06/2016 06:43:23 AM: > From: nickcooper-zhangtonghao > To: dev@openvswitch.org > Cc: nickcooper-zhangtonghao > Date: 08/06/2016 06:43 AM > Subject: [ovs-dev] [PATCH] ovn-controller: Combine two Logical_Flow > loops into one. > Sent by: "dev" > > Signed-off-by: nickcooper-zhan

[ovs-dev] [PATCH v5 1/2] ovsdb: Add/use partial set updates.

2016-08-06 Thread Ryan Moats
This patchset mimics the changes introduced in f199df26 (ovsdb-idl: Add partial map updates functionality.) 010fe7ae (ovsdb-idlc.in: Autogenerate partial map updates functions.) 7251075c (tests: Add test for partial map updates.) but for columns that store sets of values rather than key-val

[ovs-dev] [PATCH v5 2/2] python: Add support for partial map and partial set updates

2016-08-06 Thread Ryan Moats
Allow the python IDL to use mutate operations more freely by mimicing the partial map and partial set operations now available in the C IDL. Unit tests for both of these types of operations are included. They are not carbon copies of the C tests, because testing idempotency is a bit difficult for

[ovs-dev] [PATCH v5 0/2] Partial set operations and Python IDL update

2016-08-06 Thread Ryan Moats
This patch set adds partial set updates and updates the Python IDL to support parital map and parital set operations. The python unit tests are not a complete carbon copy of their C bretheren as the Python IDL test harness does not appear to handle idempotency testing and dumping of a map to string

Re: [ovs-dev] [PATCH] ovn-controller:improve the ofctrl_run, pinctrl_run

2016-08-06 Thread Ryan Moats
"dev" wrote on 08/04/2016 06:50:03 AM: > From: nickcooper-zhangtonghao > To: dev@openvswitch.org > Cc: nickcooper-zhangtonghao > Date: 08/04/2016 06:50 AM > Subject: [ovs-dev] [PATCH] ovn-controller:improve the ofctrl_run, pinctrl_run > Sent by: "dev" > > Before calling the function "ofctrl_ru

Re: [ovs-dev] [PATCH v4] ovn-controller: Add datapath-type and iface-types in chassis:external_ids

2016-08-06 Thread Ryan Moats
"dev" wrote on 07/30/2016 05:02:01 AM: > From: Numan Siddique > To: ovs dev > Date: 07/30/2016 05:02 AM > Subject: [ovs-dev] [PATCH v4] ovn-controller: Add datapath-type and > iface-types in chassis:external_ids > Sent by: "dev" > > This patch reads the 'Bridge.datapath_type' column value of t

Re: [ovs-dev] [patch_v7] ovn: Fix receive from vxlan in ovn-controller.

2016-08-06 Thread Ryan Moats
"dev" wrote on 07/29/2016 06:08:38 PM: > From: Darrell Ball > To: dlu...@gmail.com, d...@openvswitch.com, b...@ovn.org > Date: 07/29/2016 06:09 PM > Subject: [ovs-dev] [patch_v7] ovn: Fix receive from vxlan in ovn-controller. > Sent by: "dev" > > The changes enable source node replication in O

Re: [ovs-dev] [PATCH v3] ovn: Support for GARP for NAT IPs via localnet

2016-08-06 Thread Ryan Moats
"dev" wrote on 07/29/2016 05:26:29 PM: > From: Chandra Sekhar Vejendla/San Jose/IBM@IBMUS > To: dev@openvswitch.org > Date: 07/29/2016 05:26 PM > Subject: [ovs-dev] [PATCH v3] ovn: Support for GARP for NAT IPs via localnet > Sent by: "dev" > > In cases where a DNAT IP is moved to a new router o

Re: [ovs-dev] [PATCH V2] OVN: Initial patch of datalog engine

2016-08-06 Thread Ryan Moats
"dev" wrote on 07/29/2016 02:00:33 AM: > From: Yusheng Wang > To: "dev@openvswitch.org" > Date: 07/29/2016 02:01 AM > Subject: [ovs-dev] [PATCH V2] OVN: Initial patch of datalog engine > Sent by: "dev" > > From bc291ad6a1ec7f1e05455d36be05c655c61b243d Mon Sep 17 00:00:00 2001 > From: Yusheng

Re: [ovs-dev] [PATCH, v5] Scanning only changed entries in the ovnsb

2016-08-06 Thread Ryan Moats
"dev" wrote on 07/27/2016 08:11:11 PM: > From: Hui Kang > To: dev@openvswitch.org > Date: 07/27/2016 08:11 PM > Subject: [ovs-dev] [PATCH, v5] Scanning only changed entries in the ovnsb > Sent by: "dev" > > - Improve performance by scanning only changed port binding entries > when determinin

Re: [ovs-dev] POX application

2016-08-06 Thread Ben Pfaff
Please don't drop the mailing list. I don't know anything about POX so I don't see why you're asking me. Ask someone who knows about POX. On Sat, Aug 06, 2016 at 02:04:55PM +0200, Francesco Murador wrote: > sorry if i write to you but pox-dev mailing list is dead when i sent an > email i have a f

[ovs-dev] [PATCH] ovn-controller: Remove the repeated code.

2016-08-06 Thread nickcooper-zhangtonghao
Signed-off-by: nickcooper-zhangtonghao --- ovn/controller/lflow.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ovn/controller/lflow.c b/ovn/controller/lflow.c index fda10eb..e22923b 100644 --- a/ovn/controller/lflow.c +++ b/ovn/controller/lflow.c @@ -595,7 +595,6 @@ consider_logical_flow(co

Re: [ovs-dev] [PATCH V14] Function tracer to trace all function calls

2016-08-06 Thread Ryan Moats
"dev" wrote on 08/05/2016 10:51:38 PM: > From: Nirapada Ghosh/San Jose/IBM@IBMUS > To: dev@openvswitch.org > Date: 08/05/2016 10:52 PM > Subject: [ovs-dev] [PATCH V14] Function tracer to trace all function calls > Sent by: "dev" > > From: Nirapada Ghosh > > In some circumstances, we might need

Re: [ovs-dev] Let's talk the NB DB IDL Part I - things we've see scaling the networking-ovn to NB DB connection

2016-08-06 Thread Ryan Moats
Ben Pfaff wrote on 08/06/2016 01:03:54 AM: > From: Ben Pfaff > To: Ryan Moats/Omaha/IBM@IBMUS > Cc: Russell Bryant , ovs-dev > Date: 08/06/2016 01:23 AM > Subject: Re: [ovs-dev] Let's talk the NB DB IDL Part I - things > we've see scaling the networking-ovn to NB DB connection > > On Thu, Aug 0

[ovs-dev] [PATCH] ovn-controller: Combine two Logical_Flow loops into one.

2016-08-06 Thread nickcooper-zhangtonghao
Signed-off-by: nickcooper-zhangtonghao --- ovn/controller/lflow.c | 14 +- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/ovn/controller/lflow.c b/ovn/controller/lflow.c index fda10eb..0cc92a7 100644 --- a/ovn/controller/lflow.c +++ b/ovn/controller/lflow.c @@ -412,18 +

Re: [ovs-dev] POX application

2016-08-06 Thread Ben Pfaff
Please don't drop the mailing list. Use a port statistics request. You should probably ask for details on a POX mailing list. On Sat, Aug 06, 2016 at 10:29:09AM +0200, Francesco Murador wrote: > Thank you for the answer but this is for my thesis is for research, i don't > know if i do the secon