[ovs-dev] [bug10576 5/5] learn: Make it possible to parse "load" actions wider than 64 bits.

2012-04-11 Thread Ben Pfaff
The implementation of the "learn" action now properly implements specifications such as 0x20010db885a308d313198a2e03707348->NXM_NX_IPV6_DST but the parser used in ovs-ofctl and elsewhere could not generate such specifications. This commit adds that support. Signed-off-by: Ben Pfaff --- lib/lear

[ovs-dev] [bug10576 4/5] learn: Fix bugs when learn actions use subfields wider than 64 bits.

2012-04-11 Thread Ben Pfaff
Bug #10576. Reported-by: James Schmidt Signed-off-by: Ben Pfaff --- include/openflow/nicira-ext.h |3 ++ lib/learn.c | 45 +++-- tests/learn.at| 42 ++ 3 files changed, 79 insertions

[ovs-dev] [bug10576 3/5] meta-flow: Update comment.

2012-04-11 Thread Ben Pfaff
Signed-off-by: Ben Pfaff --- lib/meta-flow.c | 16 1 files changed, 12 insertions(+), 4 deletions(-) diff --git a/lib/meta-flow.c b/lib/meta-flow.c index a8cfd74..84ba88b 100644 --- a/lib/meta-flow.c +++ b/lib/meta-flow.c @@ -2262,19 +2262,27 @@ mf_write_subfield(const struct

[ovs-dev] [bug10576 2/5] meta-flow: New functions for reading and writing generalized subfields.

2012-04-11 Thread Ben Pfaff
The existing functions for reading and writing the values of subfields only handle subfields up to 64 bits wide. These new functions handle subfields of any width. Signed-off-by: Ben Pfaff --- lib/meta-flow.c | 41 - lib/meta-flow.h | 20 +

[ovs-dev] [bug10576 1/5] util: New function bitwise_one().

2012-04-11 Thread Ben Pfaff
It's the obvious counterpart to bitwise_zero(). Signed-off-by: Ben Pfaff --- lib/util.c| 48 lib/util.h|2 ++ tests/library.at |3 ++- tests/test-util.c | 43 +++ 4 files changed

[ovs-dev] [bug10576 0/5] Fix "learn" with wide fields

2012-04-11 Thread Ben Pfaff
The "learn" action is supposed to support all of the fields that OVS has, but in fact it only worked properly in some cases when each individual specification worked with at most 64 bits. This series fixes the problems. Ben Pfaff (5): util: New function bitwise_one(). meta-flow: New functions

[ovs-dev] I: Notificacion

2012-04-11 Thread Eur Admin
Messaggio originale Da: csprat...@terra.com.br Data: 11-apr-2012 20.33 A: Ogg: Notificacion ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] from nora

2012-04-11 Thread nora williams
Good day is my glad to reach you as well, I am miss Nora, can i be your friend,i am intrested in your relationship,sorry for the propose at the moment,I speak English and little french. can i know ur names, if you mind, you can as well mail to me because i mind I will send my likes' at your Ema

[ovs-dev] LIBRO SOBRE PROFECIAS GRATUITO

2012-04-11 Thread Fred Elfos
LA ASOCIACIÓN ALCIONE OFRECE COPIAS GRATUITAS DEL LIBRO "HERCÓLUBUS O PLANETA ROJO". Puede solicitarlo escribiendo a: fredel...@gmail.com HERCÓLUBUS, EL PLANETA QUE SE ACERCA A LA TIERRA Existen cuestiones de mecánica celeste desconocidas para la Ciencia actual. Una de ellas es l

Re: [ovs-dev] [PATCH] documentation: Add INSTALL.Libvirt file

2012-04-11 Thread Kyle Mestery (kmestery)
On Apr 11, 2012, at 3:24 PM, Ansis Atteka wrote: > > > On Tue, Apr 10, 2012 at 2:42 PM, Kyle Mestery (kmestery) > wrote: > Ansis: > > Just some minor comments below, mostly grammatical, but one around recommend > sudo for command usage. Looks great though, nice writeup! > Thanks for review.

Re: [ovs-dev] [PATCH] documentation: Add INSTALL.Libvirt file

2012-04-11 Thread Ansis Atteka
On Tue, Apr 10, 2012 at 2:42 PM, Kyle Mestery (kmestery) wrote: > Ansis: > > Just some minor comments below, mostly grammatical, but one around > recommend sudo for command usage. Looks great though, nice writeup! > Thanks for review. Fixed grammar issues. > > Thanks, > Kyle > > On Apr 10, 2012,

Re: [ovs-dev] [PATCH] bridge: Rate limit default address warnings.

2012-04-11 Thread Ben Pfaff
On Wed, Apr 11, 2012 at 12:11:45AM -0700, Ethan Jackson wrote: > This information is typically not more useful if displayed more > often. > > Signed-off-by: Ethan Jackson Seems reasonable. I'm not sure that it's worth logging at all; maybe it should go in the database (is it there already? not

[ovs-dev] [PATCH] bridge: Rate limit default address warnings.

2012-04-11 Thread Ethan Jackson
This information is typically not more useful if displayed more often. Signed-off-by: Ethan Jackson --- vswitchd/bridge.c |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c index 5aa5c89..bbfa116 100644 --- a/vswitchd/bridge.c +++ b/

[ovs-dev] [PATCH] bridge: Rate limit port creations and deletions.

2012-04-11 Thread Ethan Jackson
In some datapaths, adding or deleting OpenFlow ports can take quite a bit of time. If there are lots of OpenFlow ports which needed to be added in a run loop, this can cause Open vSwitch to lock up and stop setting up flows while trying to catch up. This patch lessons the severity of the problem

Re: [ovs-dev] [idl 4/4] ovsdb-idl: Improve documentation.

2012-04-11 Thread Ethan Jackson
Yay! We've needed this for a while. Looks good. s/columsn/columns Ethan On Tue, Mar 27, 2012 at 17:00, Ben Pfaff wrote: > Signed-off-by: Ben Pfaff > --- >  lib/ovsdb-idl.c      |  126 > -- >  lib/ovsdb-idl.h      |   51 - >

Re: [ovs-dev] [idl 3/4] ovsdb-idl: Improve ovsdb_idl_txn_increment() interface.

2012-04-11 Thread Ethan Jackson
There's some trailing whitespace in the Python. Otherwise looks good to me. Ethan On Tue, Mar 27, 2012 at 18:10, Reid Price wrote: > Glanced at python, seems good > > On Tue, Mar 27, 2012 at 5:00 PM, Ben Pfaff wrote: >> >> The previous interface was just bizarre. >> >> Signed-off-by: Ben Pfaff

Re: [ovs-dev] [PATCHv2] ovs-test: Enhancements to the ovs-test tool

2012-04-11 Thread Ben Pfaff
On Tue, Apr 10, 2012 at 06:02:54PM -0700, Ansis Atteka wrote: > -Implemented support for ovs-test client, so that it could automatically > spawn an ovs-test server process from itself. This reduces the number of > commands the user have to type to get tests running. > -Automated creation of OVS bri

[ovs-dev] N/A

2012-04-11 Thread morrison lender
¿Necesita un préstamo a tipo de interés del 3%? Si es así ponerse en contacto conmigo por correo electrónico para obtener más información en:morrisonlen...@yahoo.ca Do you need a loan at 3% interest rate? If yes contact me via email for more information at morrisonlen...@yahoo.ca __

Re: [ovs-dev] [PATCH] documentation: Add INSTALL.Libvirt file

2012-04-11 Thread Ben Pfaff
On Tue, Apr 10, 2012 at 02:32:48PM -0700, Ansis Atteka wrote: > Add documentation on how to use OVS integration > with the upcoming Libvirt 0.9.11 release. Thanks for writing this! Here, you might consider adding something like "or you installed Open vSwitch from distribution packaging such as a