Re: [ovs-dev] Initial VXLAN Support in OVS

2012-03-30 Thread Jesse Gross
On Thu, Mar 29, 2012 at 1:12 PM, Kyle Mestery (kmestery) wrote: > This patch builds on top of the VXLAN patch sent by Ben to the OVS list > from October 2011. It is not complete, but I'd like to get some initial > feedback on the approach here. Jesse and I had talked a few months back > on this, b

Re: [ovs-dev] STT Implementation Thoughts

2012-03-30 Thread Simon Horman
On Fri, Mar 30, 2012 at 02:49:52PM -0700, Jesse Gross wrote: > On Tue, Mar 27, 2012 at 12:40 AM, Simon Horman wrote: > > On Mon, Mar 26, 2012 at 02:36:31PM +0900, Simon Horman wrote: > >> On Wed, Mar 21, 2012 at 12:09:09PM -0700, Jesse Gross wrote: > >> > On Wed, Mar 21, 2012 at 1:52 AM, Simon Hor

Re: [ovs-dev] [PATCH 0/6 v4] Open Flow 1.2 definitions for Open vSwitch

2012-03-30 Thread Simon Horman
On Fri, Mar 30, 2012 at 09:21:01AM -0700, Ben Pfaff wrote: > On Fri, Mar 30, 2012 at 11:29:55AM +0900, Simon Horman wrote: > > Simon Horman (6): > > Use ovs_be32 in nx_flow_mod_table_id > > Use ovs_be16 in ofp_queue_prop_min_rate > > Move structures into openflow-common.h > >

Re: [ovs-dev] [PATCH 5/6] Add some missing Open Flow 1.1 definitions

2012-03-30 Thread Simon Horman
On Fri, Mar 30, 2012 at 09:19:12AM -0700, Ben Pfaff wrote: > On Fri, Mar 30, 2012 at 11:30:00AM +0900, Simon Horman wrote: > > Signed-off-by: Simon Horman > > Thanks a lot! I applied this. It added the following warning: > > ../lib/ofp-print.c:1021: error: enumeration value ‘OFPRR_GROUP_DELET

Re: [ovs-dev] [PATCH 2/2] vswitchd: Remove port from datapath before setting ofport column to -1

2012-03-30 Thread Ben Pfaff
On Fri, Mar 30, 2012 at 03:13:23PM -0700, Ansis Atteka wrote: > On Fri, Mar 30, 2012 at 2:06 PM, Ben Pfaff wrote: > > > On Fri, Mar 23, 2012 at 06:04:50PM -0700, Ansis Atteka wrote: > > > This patch removes port from datapath before vswitchd sets ofport column > > > to -1 (e.g. if user-space atte

Re: [ovs-dev] [PATCH 2/2] vswitchd: Remove port from datapath before setting ofport column to -1

2012-03-30 Thread Ansis Atteka
On Fri, Mar 30, 2012 at 2:06 PM, Ben Pfaff wrote: > On Fri, Mar 23, 2012 at 06:04:50PM -0700, Ansis Atteka wrote: > > This patch removes port from datapath before vswitchd sets ofport column > > to -1 (e.g. if user-space attempted to create a duplicate tunnel then > > kernel would reject config c

Re: [ovs-dev] STT Implementation Thoughts

2012-03-30 Thread Jesse Gross
On Tue, Mar 27, 2012 at 12:40 AM, Simon Horman wrote: > On Mon, Mar 26, 2012 at 02:36:31PM +0900, Simon Horman wrote: >> On Wed, Mar 21, 2012 at 12:09:09PM -0700, Jesse Gross wrote: >> > On Wed, Mar 21, 2012 at 1:52 AM, Simon Horman wrote: >> > > Hi Jesse, Hi all, >> > > >> > > I am currently inv

Re: [ovs-dev] [PATCH 2/2] vswitchd: Remove port from datapath before setting ofport column to -1

2012-03-30 Thread Ben Pfaff
On Fri, Mar 23, 2012 at 06:04:50PM -0700, Ansis Atteka wrote: > This patch removes port from datapath before vswitchd sets ofport column > to -1 (e.g. if user-space attempted to create a duplicate tunnel then > kernel would reject config changes and leave the old tunnel with its old > config. Hence

[ovs-dev] Will you make use of it?.

2012-03-30 Thread Backwater Management Inc.
Hello Starting this Feb. 2012, the International Labour Organization (ILO) in collaboration with the Statistics Dept. of your state want to establish small scale businesses (startups) and also inject capital into existing ones in your locality so as to stimulate employment and reduce the Anti-Cor

[ovs-dev] [PATCH] ovs-test: Enhancments to the ovs-test tool

2012-03-30 Thread Ansis Atteka
-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 bridges and ports (for VLAN and GRE tests), so that user would not need t

[ovs-dev] Oferecer empréstimos entre PARTICULAR

2012-03-30 Thread BILL GATE LOTTERIE
Olá Sr. & Sra. Especialmente suíço, canadense, belga, francês e outros, eu oferecer empréstimo de € 500 a € 9 milhões para quem quer pagar com juros de 3%. Para qualquer pessoa interessada. Somos indivíduos que oferecem empréstimos entre os indivíduos que necessitam de pequenas empresas, invest

Re: [ovs-dev] [PATCH] check-structs: Disallow uint_t because ovs_be should always be used.

2012-03-30 Thread Ethan Jackson
Looks good, thanks. Ethan On Fri, Mar 30, 2012 at 09:24, Ben Pfaff wrote: > The header files that check-structs checks should only contain big-endian > data, never native-endian data, so disallow uint_t entirely.  (We had > a couple of mistakes in this area until recently.) > > uint8_t is an obv

[ovs-dev] [PATCH] check-structs: Disallow uint_t because ovs_be should always be used.

2012-03-30 Thread Ben Pfaff
The header files that check-structs checks should only contain big-endian data, never native-endian data, so disallow uint_t entirely. (We had a couple of mistakes in this area until recently.) uint8_t is an obvious exception. Reported-by: Simon Horman Signed-off-by: Ben Pfaff --- build-aux/c

Re: [ovs-dev] [PATCH 0/6 v4] Open Flow 1.2 definitions for Open vSwitch

2012-03-30 Thread Ben Pfaff
On Fri, Mar 30, 2012 at 11:29:55AM +0900, Simon Horman wrote: > Simon Horman (6): > Use ovs_be32 in nx_flow_mod_table_id > Use ovs_be16 in ofp_queue_prop_min_rate > Move structures into openflow-common.h > Add some missing Open Flow 1.0 definitions > Add some missing O

Re: [ovs-dev] [PATCH 5/6] Add some missing Open Flow 1.1 definitions

2012-03-30 Thread Ben Pfaff
On Fri, Mar 30, 2012 at 11:30:00AM +0900, Simon Horman wrote: > Signed-off-by: Simon Horman Thanks a lot! I applied this. It added the following warning: ../lib/ofp-print.c:1021: error: enumeration value ‘OFPRR_GROUP_DELETE’ not handled in switch so I folded in this fix: diff --git a/lib/o

[ovs-dev] Reach nurses in the USA with this list

2012-03-30 Thread Pat drug
USA Nurse and Therapist Database 130,000 emails for RN's in the US Please reply back for details and sample To be deleted, please send a blank email with quit in the subject heading. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailm

[ovs-dev] USPS postage labels receipt.

2012-03-30 Thread Jermaine Velasquez
Your USPS delivery Acct #: 5285262Dear client: This is an email confirmation for your order of 3 online shipping label(s) with postage.