[ovs-dev] [PATCH/RFCv4 0/3] Add packet recirculation

2013-04-05 Thread Simon Horman
Recirculation is a technique to allow a frame to re-enter frame processing. This is intended to be used after actions have been applied to the frame with modify the frame in some way that makes it possible for richer processing to occur. An example is and indeed targeted use case is MPLS. If an MP

[ovs-dev] [PATCH/RFCv4 3/3] Allow recirculation without facets

2013-04-05 Thread Simon Horman
This covers the following cases: * Handle flow miss without facet - Previously the use of facets was forced if there was any chance of a recirculation action. That is, for all flows misses of MPLS packets. * Packet Out Signed-off-by: Simon Horman --- rfc4 * Initial post --- ofproto/

[ovs-dev] [PATCH/RFCv4 2/3] Move execute_set_action to lib/odp-util.c

2013-04-05 Thread Simon Horman
Move execute_set_action from lib/dpif-netedev.c to lib/odp-util.c This is in preparation for using execute_set_action() in lib/odp-util.c to handle recirculation/ Signed-off-by: Simon Horman --- packet.c might be a better place for execute_set_action() but I'm unsure if accessing struct ovs_ke

[ovs-dev] [PATCH/RFCv4 1/3] Add packet recirculation

2013-04-05 Thread Simon Horman
Recirculation is a technique to allow a frame to re-enter frame processing. This is intended to be used after actions have been applied to the frame with modify the frame in some way that makes it possible for richer processing to occur. An example is and indeed targeted use case is MPLS. If an MP

Re: [ovs-dev] [RFC PATCH 4/4] Add packet recirculation

2013-04-05 Thread Simon Horman
On Thu, Apr 04, 2013 at 11:21:33AM +0900, Simon Horman wrote: > On Wed, Apr 03, 2013 at 05:55:46PM -0700, Jesse Gross wrote: > > On Wed, Apr 3, 2013 at 5:24 PM, Simon Horman wrote: > > > On Wed, Apr 03, 2013 at 01:29:53PM -0700, Jesse Gross wrote: > > >> On Wed, Apr 3, 2013 at 6:05 AM, Simon Horma

[ovs-dev] Invitation to connect on LinkedIn

2013-04-05 Thread Frank Zhang
LinkedIn I'd like to add you to my professional network on LinkedIn. - Frank Frank Zhang Sr.Software engineer at Citrix Systems San Francisco Bay Area Confirm that you know Frank Zhang: https://www.linkedin.com/e/e2m9gr-hf51gq5f-5f/isd/12212022607/SP3xYKCH/?hs=false&tok=3KLwWfRYT

[ovs-dev] [PATCH 1.7] datapath: Fix compat layer to get datpath to compile with Red Hat Enterprise Linux 6.4

2013-04-05 Thread Thomas Graf
Not intended to be applied to branch-1.7 since 1.9.x is the new LTS but posted here in case anybody wants to compile the 1.7 datapath on Red Hat Enterprise Linux 6.4 Signed-off-by: Thomas Graf --- acinclude.m4 | 6 ++ datapath/linux/compat/include/linux/e

Re: [ovs-dev] [PATCH] vlog: extend syslog format to make OVS logs easier to filter

2013-04-05 Thread Ben Pfaff
On Thu, Apr 04, 2013 at 10:42:47AM -0700, Romain Lenglet wrote: > Prepend "ovs|" to syslog logs to make them easier to filter out of all > LOG_DAEMON logs. > > Signed-off-by: Romain Lenglet Applied to master, thanks! ___ dev mailing list dev@openvswitc

Regulariza��o de Penden�ias - ATEN��O CLIENTE ULTIMO AVISO.

2013-04-05 Thread Caixa Economica Federal
Title: Caixa Economica Federal Caixa Econômica Federal Autenticação: E20T05O17P Prezado(a) Cliente: A Caixa Econômica Federal trabalha continuamente informando seu cliente para manter-lo sempre atualizado com o mais alto nível

[ovs-dev] [PATCH] sparse: Support recent distributions

2013-04-05 Thread Andy Zhou
sparse support seems to be broken on some recent Linux distributions. For example, ubuntu 12.04 with Linux 3.5 kernel, and Debian latest test distribution, running Linux 3.2 kernel. On both systems that sparse was broken, It was not able find the header files in the default system include directo

[ovs-dev] [PATCH] Declare the version as "1.9.2".

2013-04-05 Thread Justin Pettit
Signed-off-by: Justin Pettit --- NEWS |4 configure.ac |2 +- debian/changelog |7 +++ 3 files changed, 12 insertions(+), 1 deletions(-) diff --git a/NEWS b/NEWS index 140cecc..ea1ba72 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +v1.9.2 - 05 Apr 2013 +--