[ovs-dev] Good Day Beneficiary

2012-11-27 Thread Western Union Office Ng
Good Day Beneficiary, I write to inform you that we have been given the mandate to transfer your full compensation payment of $1,500,000.00 USD via western union by this government, for Western Union end of the year and Christmas promotion We tried to give you the Western Union Instructions

Re: [ovs-dev] [PATCH 2/2] ofp-util: Check out_group on flow_mod only for "delete" commands.

2012-11-27 Thread Ben Pfaff
Thanks a lot. I applied these two patches to master. On Tue, Nov 27, 2012 at 09:01:26AM +0200, Jarno Rajahalme wrote: > Here is the Signed-off-by line for this patch: > > Signed-off-by: Jarno Rajahalme > > On Nov 26, 2012, at 20:11 , ext Ben Pfaff wrote: > > > From: Jarno Rajahalme > > > >

[ovs-dev] RE

2012-11-27 Thread Orthodox Loan
we give out all types of loans from $5,000.00 to $1000,000.00 at 3%,Fill the following form if interested. 1.Name:... 2.Address:... 3.Amount:... 4.Duration:... kindly Contact Orthodox Church Loan E-mail orthodoxloa...@hotmail.com

Re: [ovs-dev] [PATCH] v4: Initial OpenFlow 1.3 support

2012-11-27 Thread Ben Pfaff
On Tue, Nov 27, 2012 at 05:44:22PM +0200, Jarno Rajahalme wrote: > > Initial OpenFlow 1.3 support with new include/openflow/openflow-1.3.h. > Most of the messages that differ from 1.2 are implemented. OFPT_SET_ASYNC > is implemented via NX_SET_ASYNC_CONFIG, other new message types are > yet to

Re: [ovs-dev] [PATCH OF12+ 3/4] OpenFlow 1.2 fixes and initial OpenFlow 1.3 support

2012-11-27 Thread Ben Pfaff
On Fri, Nov 23, 2012 at 05:12:51PM -0800, Ben Pfaff wrote: > On Thu, Nov 22, 2012 at 05:25:56PM +0200, Jarno Rajahalme wrote: > > This is the 3rd patch of a series of 4 patches: > > > > 1/4: OpenFlow 1.2 bug fixes > > 2/4: Initial OpenFlow 1.3 support > > 3/4: OF13 TUNNEL_ID support (also on OF12

Re: [ovs-dev] [PATCH 4/8] lib: Add helpers for OpenFlow version command line options

2012-11-27 Thread Ben Pfaff
On Mon, Nov 19, 2012 at 02:59:31PM +0900, Simon Horman wrote: > Signed-off-by: Simon Horman I applied this to master with some changes. Here's what I applied: --8<--cut here-->8-- From: Simon Horman Date: Tue, 27 Nov 2012 10:12:26 -0800 Subject:

[ovs-dev] [PATCH] flow: use rule priority in match_format() function

2012-11-27 Thread Ansis Atteka
The flow_format() function was incorrectly passing skb_priority to the match_format() function. match_format() function instead expects rule priority. Signed-off-by: Ansis Atteka --- lib/flow.c|2 +- tests/ofp-print.at|8 +++ tests/ofproto-dpif.at | 56 +

Re: [ovs-dev] [PATCH] flow: use rule priority in match_format() function

2012-11-27 Thread Ben Pfaff
On Tue, Nov 27, 2012 at 10:45:42AM -0800, Ansis Atteka wrote: > The flow_format() function was incorrectly passing skb_priority > to the match_format() function. match_format() function instead > expects rule priority. > > Signed-off-by: Ansis Atteka Good catch, thank you. Will you please cite

Re: [ovs-dev] [PATCH] flow: use rule priority in match_format() function

2012-11-27 Thread Jesse Gross
On Tue, Nov 27, 2012 at 10:45 AM, Ansis Atteka wrote: > The flow_format() function was incorrectly passing skb_priority > to the match_format() function. match_format() function instead > expects rule priority. > > Signed-off-by: Ansis Atteka Thanks, looks good to me. ___

[ovs-dev] [PATCH v4] datapath: Add support for VXLAN tunnels to Open vSwitch

2012-11-27 Thread Kyle Mestery
Note: v4 of this patch removes VXLAN over IPSEC support, per an offline conversation with Jesse. Add support for VXLAN tunnels to Open vSwitch. Add support for setting the destination UDP port on a per-port basis. This is done by adding a "dst_port" parameter to the port configuration. This is onl

Re: [ovs-dev] [PATCH OF12+ 3/4] OpenFlow 1.2 fixes and initial OpenFlow 1.3 support

2012-11-27 Thread Jarno Rajahalme
Here is the Signed-off-by line for this patch: Signed-off-by: Jarno Rajahalme On Nov 27, 2012, at 19:50 , ext Ben Pfaff wrote: > On Fri, Nov 23, 2012 at 05:12:51PM -0800, Ben Pfaff wrote: >> On Thu, Nov 22, 2012 at 05:25:56PM +0200, Jarno Rajahalme wrote: >>> This is the 3rd patch of a series

Re: [ovs-dev] [PATCH] flow: use rule priority in match_format() function

2012-11-27 Thread Ansis Atteka
On Tue, Nov 27, 2012 at 11:28 AM, Ben Pfaff wrote: > On Tue, Nov 27, 2012 at 10:45:42AM -0800, Ansis Atteka wrote: >> The flow_format() function was incorrectly passing skb_priority >> to the match_format() function. match_format() function instead >> expects rule priority. >> >> Signed-off-by: An

Re: [ovs-dev] [PATCH] flow: use rule priority in match_format() function

2012-11-27 Thread Ben Pfaff
On Tue, Nov 27, 2012 at 01:35:37PM -0800, Ansis Atteka wrote: > On Tue, Nov 27, 2012 at 11:28 AM, Ben Pfaff wrote: > > On Tue, Nov 27, 2012 at 10:45:42AM -0800, Ansis Atteka wrote: > >> The flow_format() function was incorrectly passing skb_priority > >> to the match_format() function. match_forma

Re: [ovs-dev] [PATCH] flow: use rule priority in match_format() function

2012-11-27 Thread Jesse Gross
On Tue, Nov 27, 2012 at 1:35 PM, Ansis Atteka wrote: > On Tue, Nov 27, 2012 at 11:28 AM, Ben Pfaff wrote: >> On Tue, Nov 27, 2012 at 10:45:42AM -0800, Ansis Atteka wrote: >>> The flow_format() function was incorrectly passing skb_priority >>> to the match_format() function. match_format() functio

Re: [ovs-dev] [PATCH] flow: use rule priority in match_format() function

2012-11-27 Thread Ansis Atteka
On Tue, Nov 27, 2012 at 1:51 PM, Jesse Gross wrote: > On Tue, Nov 27, 2012 at 1:35 PM, Ansis Atteka wrote: >> On Tue, Nov 27, 2012 at 11:28 AM, Ben Pfaff wrote: >>> On Tue, Nov 27, 2012 at 10:45:42AM -0800, Ansis Atteka wrote: The flow_format() function was incorrectly passing skb_priority

Re: [ovs-dev] [PATCH v4] datapath: Add support for VXLAN tunnels to Open vSwitch

2012-11-27 Thread Stephen Hemminger
On Tue, 27 Nov 2012 15:19:24 -0500 Kyle Mestery wrote: > Note: v4 of this patch removes VXLAN over IPSEC support, > per an offline conversation with Jesse. > > Add support for VXLAN tunnels to Open vSwitch. Add support > for setting the destination UDP port on a per-port basis. > This is done by

Re: [ovs-dev] [PATCH v4] datapath: Add support for VXLAN tunnels to Open vSwitch

2012-11-27 Thread Kyle Mestery (kmestery)
On Nov 27, 2012, at 4:31 PM, Stephen Hemminger wrote: > On Tue, 27 Nov 2012 15:19:24 -0500 > Kyle Mestery wrote: > >> Note: v4 of this patch removes VXLAN over IPSEC support, >> per an offline conversation with Jesse. >> >> Add support for VXLAN tunnels to Open vSwitch. Add support >> for setti

Re: [ovs-dev] [PATCH OF12+ 3/4] OpenFlow 1.2 fixes and initial OpenFlow 1.3 support

2012-11-27 Thread Ben Pfaff
Applied to master, thanks. On Tue, Nov 27, 2012 at 10:36:26PM +0200, Jarno Rajahalme wrote: > > Here is the Signed-off-by line for this patch: > > Signed-off-by: Jarno Rajahalme > > On Nov 27, 2012, at 19:50 , ext Ben Pfaff wrote: > > > On Fri, Nov 23, 2012 at 05:12:51PM -0800, Ben Pfaff wrot

Re: [ovs-dev] [PATCH v4] datapath: Add support for VXLAN tunnels to Open vSwitch

2012-11-27 Thread Jesse Gross
On Tue, Nov 27, 2012 at 12:19 PM, Kyle Mestery wrote: > Note: v4 of this patch removes VXLAN over IPSEC support, > per an offline conversation with Jesse. > > Add support for VXLAN tunnels to Open vSwitch. Add support > for setting the destination UDP port on a per-port basis. > This is done by ad

Re: [ovs-dev] [PATCH] flow: use rule priority in match_format() function

2012-11-27 Thread Ansis Atteka
On Tue, Nov 27, 2012 at 2:25 PM, Ansis Atteka wrote: > On Tue, Nov 27, 2012 at 1:51 PM, Jesse Gross wrote: >> On Tue, Nov 27, 2012 at 1:35 PM, Ansis Atteka wrote: >>> On Tue, Nov 27, 2012 at 11:28 AM, Ben Pfaff wrote: On Tue, Nov 27, 2012 at 10:45:42AM -0800, Ansis Atteka wrote: > The

Re: [ovs-dev] [PATCH 4/8] lib: Add helpers for OpenFlow version command line options

2012-11-27 Thread Simon Horman
On Tue, Nov 27, 2012 at 10:15:06AM -0800, Ben Pfaff wrote: > On Mon, Nov 19, 2012 at 02:59:31PM +0900, Simon Horman wrote: > > Signed-off-by: Simon Horman > > I applied this to master with some changes. Here's what I applied: Thanks, I see OpenFlow13 has entered the fray :)

Re: [ovs-dev] [PATCH 4/8] lib: Add helpers for OpenFlow version command line options

2012-11-27 Thread Ben Pfaff
On Wed, Nov 28, 2012 at 10:04:20AM +0900, Simon Horman wrote: > On Tue, Nov 27, 2012 at 10:15:06AM -0800, Ben Pfaff wrote: > > On Mon, Nov 19, 2012 at 02:59:31PM +0900, Simon Horman wrote: > > > Signed-off-by: Simon Horman > > > > I applied this to master with some changes. Here's what I applied

Re: [ovs-dev] [PATCH v4] datapath: Add support for VXLAN tunnels to Open vSwitch

2012-11-27 Thread Chris Wright
* Kyle Mestery (kmest...@cisco.com) wrote: > @@ -23,6 +23,7 @@ > /kmemdup.c > /loop_counter.c > /modules.order > +/net_namespace.c > /netdevice.c > /net_namespace.c > /random32.c spurious change? > @@ -39,5 +40,6 @@ > /vport-internal_dev.c > /vport-netdev.c > /vport-patch.c > +/vport-vxl

[ovs-dev] Mystery Shopper needed.

2012-11-27 Thread John Paul.
Mystery Shopper needed +++ We have post of Mystery Shopper in your area. All you need is to act like a customer, you be will surveying different outlets like Walmart, Western Union, etc and provide us with detailed information about their service. You will get $200.00

Re: [ovs-dev] Possible user-space datapath regression

2012-11-27 Thread Justin Pettit
Hi, Simon. I've confirmed the problem you found and am looking into it. Unfortunately, I'm traveling this week for work, so I may have limited time to look at it until Friday. Thanks for the report. --Justin On Nov 20, 2012, at 2:44 AM, Simon Horman wrote: > Hi, > > I believe I have foun