[ovs-dev] Dev@openvswitch.org

2016-04-04 Thread rosane
___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] (no subject)

2016-04-04 Thread Post Office
The original message was included as attachment ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] Is there any release plan about networking-ovn

2016-04-04 Thread Na Zhu
Hi all, Since neutron M will be released, will networking-ovn be released in M together with neutron M? If not, is there any release plan about networking-ovn? Regards, Juno Zhu IBM China Development Labs (CDL) Cloud IaaS Lab Email: na...@cn.ibm.com 5F, Building 10, 399 Keyuan Road, Zhangjia

[ovs-dev] [PATCH v6 11/13] Move lib/ofp-actions.h to include/openvswitch directory

2016-04-04 Thread ben
From: Ben Warren Signed-off-by: Ben Warren --- include/openvswitch/automake.mk |1 + include/openvswitch/ofp-actions.h | 1030 + lib/automake.mk |1 - lib/bundle.c | 10 +- lib/learn.c |

[ovs-dev] [PATCH v6 08/13] Move lib/type-props.h to include/openvswitch directory

2016-04-04 Thread ben
From: Ben Warren Signed-off-by: Ben Warren --- include/openvswitch/automake.mk | 1 + include/openvswitch/type-props.h | 55 lib/automake.mk | 1 - lib/classifier.h | 2 +- lib/fatal-signal.c | 2 +- li

[ovs-dev] [PATCH v6 10/13] Move lib/ofp-msgs.h to include/openvswitch directory

2016-04-04 Thread ben
From: Ben Warren Signed-off-by: Ben Warren --- include/openvswitch/automake.mk | 1 + include/openvswitch/ofp-msgs.h | 752 lib/automake.mk | 5 +- lib/learning-switch.c | 14 +- lib/ofp-errors.c| 7 +- l

[ovs-dev] [PATCH v6 13/13] Move lib/ofp-print.h to include/openvswitch directory

2016-04-04 Thread ben
From: Ben Warren Signed-off-by: Ben Warren --- include/openvswitch/automake.mk | 1 + include/openvswitch/ofp-print.h | 58 + lib/automake.mk | 1 - lib/dpif-netdev.c | 11 lib/dpif.c | 2 +-

[ovs-dev] [PATCH v6 05/13] Break netdev.h into private and public parts

2016-04-04 Thread ben
From: Ben Warren Public (struct definitions and some prototypes) go in include/openvswitch Signed-off-by: Ben Warren --- include/openvswitch/automake.mk | 1 + include/openvswitch/netdev.h| 87 + lib/netdev.h| 66 +---

[ovs-dev] [PATCH v6 06/13] Move lib/match.h to include/openvswitch directory

2016-04-04 Thread ben
From: Ben Warren Signed-off-by: Ben Warren --- include/openvswitch/automake.mk | 1 + include/openvswitch/match.h | 214 lib/automake.mk | 1 - lib/classifier.h| 2 +- lib/dpctl.c | 2 +- li

[ovs-dev] [PATCH v6 12/13] Move lib/ofp-prop.h to include/openvswitch directory

2016-04-04 Thread ben
From: Ben Warren Signed-off-by: Ben Warren --- include/openvswitch/automake.mk | 1 + include/openvswitch/ofp-prop.h | 138 lib/automake.mk | 1 - lib/ofp-actions.c | 2 +- lib/ofp-prop.c | 3 +- li

[ovs-dev] [PATCH v6 04/13] Break uuid.h into private and public parts

2016-04-04 Thread ben
From: Ben Warren Public (struct definitions and some prototypes) go in include/openvswitch Signed-off-by: Ben Warren --- include/openvswitch/automake.mk | 1 + include/openvswitch/uuid.h | 35 +++ lib/ofp-print.c | 1 + lib/ofp-util.c

[ovs-dev] [PATCH v6 02/13] Break packets.h into private and public parts

2016-04-04 Thread ben
From: Ben Warren Public (struct definitions and some prototypes) go in include/openvswitch Signed-off-by: Ben Warren --- include/openvswitch/automake.mk | 1 + include/openvswitch/packets.h | 64 + lib/packets.h | 43 +---

[ovs-dev] [PATCH v6 01/13] Misc cleanup with "util.h" header files

2016-04-04 Thread ben
From: Ben Warren Removed redundant #includes and moved some macros to different file scope Signed-off-by: Ben Warren Acked-by: Ryan Moats --- include/openvswitch/compiler.h | 3 +++ include/openvswitch/util.h | 50 - lib/util.h

[ovs-dev] [PATCH v6 03/13] Break flow.h into private and public parts

2016-04-04 Thread ben
From: Ben Warren Public (struct definitions and some prototypes) go in include/openvswitch Signed-off-by: Ben Warren --- include/openvswitch/automake.mk | 1 + include/openvswitch/flow.h | 197 lib/flow.h | 175 +-

[ovs-dev] [PATCH v6 00/13] rework code base for third-party linking

2016-04-04 Thread ben
From: Ben Warren This patch set is an attempt at making a 'dev' distribution for OpenVswitch The goal is to provide shared libraries and header files so that third party applications can link in OVS rather than always using the command line utilities. Changes in v6: - Rebased against TOT - Squas

[ovs-dev] SAI ofproto provider for OvS

2016-04-04 Thread Petr Machata
Hello, Mellanox would like to implement an OvS ofproto provider for SAI[1], a vendor-neutral C API for programming switch ASIC's. Would there be interest in merging this work upstream eventually? We are not asking for a blank check here, but are trying to figure out the general stance of the pro

[ovs-dev] [PATCH] smap,shash: add numeric and flexible sort

2016-04-04 Thread Worth, Kevin
The default implementation of shash_sort and smap_sort provide only lexigraphic sorting. This patch allows both a numeric sort and a flexible version where the caller provides a comparison function ("compar" being the name used in other standard functions e.g. qsort(3)) Change-Id: I12fd3f8eef3f627

Re: [ovs-dev] [PATCH] stt: linearize for CONFIG_SLUB case

2016-04-04 Thread pravin shelar
On Mon, Apr 4, 2016 at 1:56 PM, Jesse Gross wrote: > On Fri, Apr 1, 2016 at 4:58 PM, pravin shelar wrote: >> On Thu, Mar 31, 2016 at 9:06 PM, Jesse Gross wrote: >>> On Thu, Mar 31, 2016 at 2:30 PM, Pravin B Shelar wrote: diff --git a/datapath/linux/compat/stt.c b/datapath/linux/compat/stt.

[ovs-dev] You are owed $26,512

2016-04-04 Thread dev
Hey, Can I ask you a question? Are you interested in making money from home? Would you like to have a second income? If so, what if I could show you a fool-proof way to turn $100 into $300 ... over and over again, as many times as you wanted. What's more, you could start making money in 15 mi

Re: [ovs-dev] [PATCH] ovsdb: Force columns that contain weak references to be immutable.

2016-04-04 Thread Ansari, Shad
> > HI Ben, > How does column which is weak reference and also configured as > an Index? If it is mutable, and the corresponding UUID going away(deletion > of record) leaves column value as NULL right? And what would be the > behavior if the table is a Root table also? > I am listing down,

[ovs-dev] [PATCHv3 1/2] ofproto-dpif-xlate: Generate bitmasks in set_field.

2016-04-04 Thread Joe Stringer
Previously, whenever a set_field() action was executed, the entire field would become masked and the entire field replaced, regardless of the mask specified in the set_field() action. In most cases this is fine, although it may lead to more specific wildcards than strictly necessary. However, in a

[ovs-dev] [PATCHv3 2/2] manpages: Update documentation for ct_* masks.

2016-04-04 Thread Joe Stringer
These have been supported all along, but the documentation neglected to mention the fact. Signed-off-by: Joe Stringer --- utilities/ovs-ofctl.8.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utilities/ovs-ofctl.8.in b/utilities/ovs-ofctl.8.in index 6e2613207979..8188b

[ovs-dev] [PATCH] valgrind: Fix memory leak at expr_error.

2016-04-04 Thread William Tu
Reported by test case 2015: ovn -- action parsing. xvasprintf (util.c:164) expr_error (expr.c:489) expr_parse_field (expr.c:2910) action_parse_field (actions.c:287) Signed-off-by: William Tu --- ovn/lib/actions.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ovn/lib/actions

Re: [ovs-dev] [PATCH] Patch v2: OVN: Support BUM traffic in the VTEP schema

2016-04-04 Thread Justin Pettit
> On Mar 25, 2016, at 12:04 AM, Darrell Ball wrote: Thanks for the patch. I did a quick review of the functionality, but didn't do a full review yet. There are some style issues that I'd like to see addressed before I do that. Also, you'll need to fold in a patch like the one at the end of

Re: [ovs-dev] [PATCH] stt: linearize for CONFIG_SLUB case

2016-04-04 Thread Jesse Gross
On Fri, Apr 1, 2016 at 4:58 PM, pravin shelar wrote: > On Thu, Mar 31, 2016 at 9:06 PM, Jesse Gross wrote: >> On Thu, Mar 31, 2016 at 2:30 PM, Pravin B Shelar wrote: >>> diff --git a/datapath/linux/compat/stt.c b/datapath/linux/compat/stt.c >>> index eb397e8..ae33d5e 100644 >>> --- a/datapath/li

Re: [ovs-dev] [PATCHv2 1/2] ofproto-dpif-xlate: Fix bitwise ops on ct_mark.

2016-04-04 Thread Joe Stringer
On 4 April 2016 at 11:20, Joe Stringer wrote: > On 30 March 2016 at 19:55, Ben Pfaff wrote: >> On Thu, Mar 31, 2016 at 12:21:13AM +1300, Joe Stringer wrote: >>> Using the action ct(commit,set_field:0x1/0x1->ct_mark), ie, specifying a >>> mask, would previously overwrite the entire ct_mark field r

[ovs-dev] [PATCH v3] datapath-windows: Hot add CPU support.

2016-04-04 Thread Sorin Vinturis
Hot add CPU is the ability to dynamically add CPUs to a running system. Adding CPUs can occur physically by adding new hardware, logically by online hardware partitioning, or virtually through a virtualization layer. This patch add support to reallocate any per-cpu resources, in case a new process

Re: [ovs-dev] [PATCH v1 RFC] ovn: Support native dhcp using 'continuations'

2016-04-04 Thread Ramu Ramamurthy
> @@ -89,10 +89,11 @@ enum ovn_stage { > PIPELINE_STAGE(SWITCH, IN, PORT_SEC_L2,0, "ls_in_port_sec_l2") \ > PIPELINE_STAGE(SWITCH, IN, PORT_SEC_IP,1, "ls_in_port_sec_ip") \ > PIPELINE_STAGE(SWITCH, IN, PORT_SEC_ND,2, "ls_in_port_sec_nd") \ > -PIPELINE_S

Re: [ovs-dev] [PATCHv2 1/2] ofproto-dpif-xlate: Fix bitwise ops on ct_mark.

2016-04-04 Thread Joe Stringer
On 30 March 2016 at 19:55, Ben Pfaff wrote: > On Thu, Mar 31, 2016 at 12:21:13AM +1300, Joe Stringer wrote: >> Using the action ct(commit,set_field:0x1/0x1->ct_mark), ie, specifying a >> mask, would previously overwrite the entire ct_mark field rather than >> modifying only the specified bits. Fix

[ovs-dev] :Miles de Programas para tu PC:

2016-04-04 Thread Soft Premium
Tu gestor de correo no puede leer este correo. Para verlo en línea, por favor hacer clic aquí: http://brutusmail.com/media/l52iD25702378/xBOHd5451525b596480dd69b40f86914b3c1.QAhd1686-6Nyt539_DLLY780.html Para dejar de recibir estos correos, haz clic aquí:http://brutusmail.com/media/scwnU25702378

[ovs-dev] Mail System Error - Returned Mail

2016-04-04 Thread Automatic Email Delivery Software
Dear user dev@openvswitch.org, We have detected that your account was used to send a large amount of spam during this week. We suspect that your computer had been compromised and now runs a trojan proxy server. Please follow our instructions in order to keep your computer safe. Virtually yours

Re: [ovs-dev] [PATCH 1/1] Add Static route to logical router

2016-04-04 Thread Guru Shetty
On 31 March 2016 at 19:11, Shi Xin Ruan wrote: > Thanks Guru. > > The column "valid" will indicate whether the routes has been transfer into > logical flow. > Thinking about this case, deleting the logical router port which is out > going interface of some static routes. > The first possible way

Re: [ovs-dev] [PATCH v1 RFC] ovn: Support native dhcp using'continuations'

2016-04-04 Thread Ryan Moats
Russell Bryant wrote on 04/04/2016 09:27:30 AM: > From: Russell Bryant > To: Ryan Moats/Omaha/IBM@IBMUS > Cc: Numan Siddique , ovs dev > Date: 04/04/2016 09:28 AM > Subject: Re: [ovs-dev] [PATCH v1 RFC] ovn: Support native dhcp > using'continuations' > > On Mon, Apr 4, 2016 at 8:46 AM, Ryan M

Re: [ovs-dev] [PATCH v1 RFC] ovn: Support native dhcp using'continuations'

2016-04-04 Thread Russell Bryant
On Mon, Apr 4, 2016 at 8:46 AM, Ryan Moats wrote: > > "dev" wrote on 04/04/2016 06:41:01 AM: > > > From: Numan Siddique > > To: ovs dev > > Date: 04/04/2016 06:41 AM > > Subject: [ovs-dev] [PATCH v1 RFC] ovn: Support native dhcp using > > 'continuations' > > Sent by: "dev" > > > > To support

[ovs-dev] Changes in Your Booking Nr:17087

2016-04-04 Thread Natala Yates
There has been some important change in your booking Nr:17087. Please review the confirmation below. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [PATCH v2] ovn: Add software l2 gateway.

2016-04-04 Thread Russell Bryant
This patch implements one approach to using ovn-controller to implement a software l2 gateway between logical and physical networks. A new logical port type called "gateway" is introduced here. It is very close to how localnet ports work, with the following exception: - A localnet port makes OVN

Re: [ovs-dev] [PATCH v1 RFC] ovn: Support native dhcp using'continuations'

2016-04-04 Thread Ryan Moats
"dev" wrote on 04/04/2016 06:41:01 AM: > From: Numan Siddique > To: ovs dev > Date: 04/04/2016 06:41 AM > Subject: [ovs-dev] [PATCH v1 RFC] ovn: Support native dhcp using > 'continuations' > Sent by: "dev" > > To support native dhcp in ovn > - A new column 'dhcp-options' is added in 'Logical

[ovs-dev] Wanted regional manageres

2016-04-04 Thread dev
Hello! We are looking for employees working remotely. My name is Lucas, am the personnel manager of a large International company. Most of the work you can do from home, that is, at a distance. Salary is $2000-$5000. If you are interested in this offer, please visit Our Web Page Best regards!

[ovs-dev] [PATCH v1 RFC] ovn: Support native dhcp using 'continuations'

2016-04-04 Thread Numan Siddique
To support native dhcp in ovn - A new column 'dhcp-options' is added in 'Logical_Switch' north db. - A logical flow is added for each logical port to handle dhcp packets if the CMS has defined dhcp options in this column. Eg. action=(dhcp_offer(offerip = 10.0.0.2, router = 10.0.0.1, server_id

[ovs-dev] Refund for #16838 - $5,985,49

2016-04-04 Thread Trescha Bell
Your refund request has been processed.Please, find the confirmation attached to this e-mail. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [PATCH v2] datapath-windows: Hot add CPU support.

2016-04-04 Thread Sorin Vinturis
Hot add CPU is the ability to dynamically add CPUs to a running system. Adding CPUs can occur physically by adding new hardware, logically by online hardware partitioning, or virtually through a virtualization layer. This patch add support to reallocate any per-cpu resources, in case a new process

[ovs-dev] Photos 4

2016-04-04 Thread dev
Envoyé de mon Galaxy S6 edge+ Orange ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] Mail System Error - Returned Mail

2016-04-04 Thread Mail Administrator
Dear user of openvswitch.org, We have detected that your e-mail account has been used to send a huge amount of spam messages during the recent week. We suspect that your computer was compromised and now runs a hidden proxy server. We recommend that you follow the instructions in order to keep y

[ovs-dev] [PATCH] xlate: Skip recirculation for output and set actions

2016-04-04 Thread Simon Horman
Until 8bf009bf8ab4 ("xlate: Always recirculate after an MPLS POP to a non-MPLS ethertype.") the translation code took some care to only recirculate as a result of a pop_mpls action if necessary. This was implemented using per-action checks and resulted in some maintenance burden. Unfortunately rec

[ovs-dev] Flexible schedule

2016-04-04 Thread dev
Hello! We are looking for employees working remotely. My name is Lucas, am the personnel manager of a large International company. Most of the work you can do from home, that is, at a distance. Salary is $2000-$5000. If you are interested in this offer, please visit Our Web Page Best regards!

Re: [ovs-dev] [PATCH] datapath-windows: Hot add CPU support.

2016-04-04 Thread Sorin Vinturis
Hi Paul, Your observation is correct. On 'KeProcessorAddStartNotify' the processor is not active yet and 'KeQueryActiveProcessorCountEx' would not add it to the count. All per-cpu data structures must be allocated on 'KeProcessorAddStartNotify', when the processor is not yet active. On 'KeProc