[ovs-dev] [PATCH] Add experimental support for TUNNEL SRC/DST.

2012-12-10 Thread Jarno Rajahalme
On Dec 11, 2012, at 6:53 , ext Ben Pfaff wrote: >On Mon, Dec 10, 2012 at 05:16:39PM -0800, Rich Lane wrote: >>I would have liked to put this in under the BSN vendor ID but there isn't any >>existing support for actions from other vendors. Let me know if you'd like me >>to add that. > >Jesse made so

Re: [ovs-dev] [PATCH 2/2] ofproto: Translate NXAST_SAMPLE actions into SAMPLE datapath actions

2012-12-10 Thread Romain Lenglet
I noticed this patch doesn't correctly handle the case of a zero sampling probability. I'll fix that by not translating the action in that case, and re-send a patch. -- Romain Lenglet - Original Message - > From: "Romain Lenglet" > To: dev@openvswitch.org > Cc: "Romain Lenglet" > Sent:

Re: [ovs-dev] ovs kernel how to receive message form user space

2012-12-10 Thread Ben Pfaff
On Tue, Dec 11, 2012 at 10:58:46AM +0800, xushan liu wrote: >I am researching OVS recently. I want ask something about OVS code, > when the first packet of a flow arrive in OVS , the packet will miss in > flow table, then it will be sent to user space through netlink , when the > user space

Re: [ovs-dev] [PATCH] support NXAST_SET_TUNNEL_DST action

2012-12-10 Thread Ben Pfaff
On Mon, Dec 10, 2012 at 05:16:39PM -0800, Rich Lane wrote: > I would have liked to put this in under the BSN vendor ID but there isn't any > existing support for actions from other vendors. Let me know if you'd like me > to add that. Jesse made some comments on the rest, here's some on this bit.

[ovs-dev] ovs kernel how to receive message form user space

2012-12-10 Thread xushan liu
hi all: I am researching OVS recently. I want ask something about OVS code, when the first packet of a flow arrive in OVS , the packet will miss in flow table, then it will be sent to user space through netlink , when the user space finish processing the packet , I think there will generate

Re: [ovs-dev] [PATCH] support NXAST_SET_TUNNEL_DST action

2012-12-10 Thread Jesse Gross
On Mon, Dec 10, 2012 at 5:16 PM, Rich Lane wrote: > This action allows the controller to change the destination IP of the > encapsulating packet. It just exposes the existing Linux datapath > functionality. > > Tested by installing a flow with the new action and an output action to a GRE > tunnel

Re: [ovs-dev] [PATCH] support NXAST_SET_TUNNEL_DST action

2012-12-10 Thread Romain Lenglet
A similar patch has been discussed previously: http://openvswitch.org/pipermail/dev/2010-October/004153.html Have you looked at it? Regards, -- Romain Lenglet - Original Message - > From: "Rich Lane" > To: dev@openvswitch.org > Cc: "Rich Lane" > Sent: Monday, December 10, 2012 5:16:39 P

[ovs-dev] [PATCH] support NXAST_SET_TUNNEL_DST action

2012-12-10 Thread Rich Lane
This action allows the controller to change the destination IP of the encapsulating packet. It just exposes the existing Linux datapath functionality. Tested by installing a flow with the new action and an output action to a GRE tunnel port. The resulting packet had the correct destination IP. Si

[ovs-dev] comfirm your delivery!!

2012-12-10 Thread MR ANDRE MARIO.
Dear Esteemed Customer, Your package is ready to be delivered. You have to confirm your last name and first name for us to verify your details and also send your telephone number with which we can reach you incase we will need further details to confirm your booking for delivery. Attached in

[ovs-dev] [PATCH 2/2] ofproto: Translate NXAST_SAMPLE actions into SAMPLE datapath actions

2012-12-10 Thread Romain Lenglet
--- lib/odp-util.c | 14 lib/odp-util.h | 9 +- ofproto/ofproto-dpif.c | 86 -- tests/odp.at | 1 + 4 files changed, 93 insertions(+), 17 deletions(-) diff --git a/lib/odp-util.c b/lib/odp-util.c index de97fd

[ovs-dev] [PATCH 1/2] ofp-actions: Add the NXAST_SAMPLE vendor action

2012-12-10 Thread Romain Lenglet
Define NXAST_SAMPLE OpenFlow vendor action and the corresponding OFPACT_SAMPLE OVS action. --- include/openflow/nicira-ext.h | 16 +++ lib/ofp-actions.c | 45 +++ lib/ofp-actions.h | 10 ++ lib/ofp-parse.c

Re: [ovs-dev] [PATCH] ovs-vsctl: Allow command-specific options to mingle with global options.

2012-12-10 Thread Ben Pfaff
# Mark 691508 as fixed upstream. tags 691508 + fixed-upstream thanks On Fri, Dec 07, 2012 at 10:05:50PM +, Kyle Mestery (kmestery) wrote: > On Dec 4, 2012, at 2:51 PM, Ben Pfaff wrote: > > On Mon, Oct 29, 2012 at 09:34:37AM -0700, Ben Pfaff wrote: > >> Until now, a command like "ovs-vsctl --m

[ovs-dev] [PATCH] OPENFLOW-1.1+: New file for OpenFlow 1.1 and later to-do list.

2012-12-10 Thread Ben Pfaff
This is an updated plain text version of the webpage at http://openvswitch.org/development/openflow-1-x-plan/ which I intend to replace by a link to this file after it is committed. Signed-off-by: Ben Pfaff --- Please send along any corrections or updates. Thanks, Ben. Makefile.am |

Re: [ovs-dev] [PATCH 4/4] Add Openflow 1.3 test for asynchronous message control.

2012-12-10 Thread Ben Pfaff
On Fri, Dec 07, 2012 at 03:48:24PM +0200, Jarno Rajahalme wrote: > > Signed-off-by: Jarno Rajahalme I'm happy to apply this once we've got patch 2/4 sorted out. Thanks, Ben. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/list

Re: [ovs-dev] [PATCH 3/4] Add OpenFlow13 to the allowed protocols for ofproto testing.

2012-12-10 Thread Ben Pfaff
On Fri, Dec 07, 2012 at 03:48:23PM +0200, Jarno Rajahalme wrote: > > Signed-off-by: Jarno Rajahalme Applied to master, thanks. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH 1/4] Openflow 1.1 queue set/get config placeholders.

2012-12-10 Thread Ben Pfaff
On Mon, Dec 10, 2012 at 10:48:07AM -0800, Ben Pfaff wrote: > On Fri, Dec 07, 2012 at 03:48:21PM +0200, Jarno Rajahalme wrote: > > > > Signed-off-by: Jarno Rajahalme > > Applied to master, thanks. Oh, by the way, we've never implemented the corresponding messages for OpenFlow 1.0, because no use

Re: [ovs-dev] [PATCH 2/4] Add Openflow 1.2 role request/reply processing, update OF 1.2 tests.

2012-12-10 Thread Ben Pfaff
On Fri, Dec 07, 2012 at 03:48:22PM +0200, Jarno Rajahalme wrote: > > Signed-off-by: Jarno Rajahalme This looks pretty good. At first examination, the only issue I have with it is that it puts special cases for different versions of otherwise similar messages in the code that needs to handle tho

Re: [ovs-dev] [PATCH 1/4] Openflow 1.1 queue set/get config placeholders.

2012-12-10 Thread Ben Pfaff
On Fri, Dec 07, 2012 at 03:48:21PM +0200, Jarno Rajahalme wrote: > > Signed-off-by: Jarno Rajahalme Applied to master, thanks. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH 0/1] RFC: Add support for pre-tunnel to the datapath

2012-12-10 Thread Jesse Gross
On Sat, Dec 8, 2012 at 5:35 AM, Kyle Mestery (kmestery) wrote: > On Dec 7, 2012, at 10:15 PM, Jesse Gross wrote: >> On Fri, Dec 7, 2012 at 1:47 PM, Kyle Mestery wrote: >>> Some tunneling protocols require manipulation of the packet before the outer >>> IP header is placed on the packet. An examp

[ovs-dev] Do you know?

2012-12-10 Thread Nice sayings
How beautifully he has put it: Some worship Allah having their hearts set on paradise; this is the worship of traders, And some worship Allah fearing hellfire; this is the worship of slaves, And some

[ovs-dev] Hello

2012-12-10 Thread FAVOR MITALI
Hello Hope you are in good health. My name is Favor . I am a single girl. Am looking for reliable and honest person. please have a little time for me. Please reach me back at [favormitali.mit...@live.com] so that i can explain all about myself including my pictures. Best regards Favor.

Re: [ovs-dev] [PATCH 1/1] datapath: Add pre_tunnel option to tunneling code

2012-12-10 Thread Thomas Graf
On 12/07/2012 10:47 PM, Kyle Mestery wrote: diff --git a/datapath/vport-capwap.c b/datapath/vport-capwap.c index 5f31732..7f304e0 100644 --- a/datapath/vport-capwap.c +++ b/datapath/vport-capwap.c @@ -355,6 +355,7 @@ static const struct tnl_ops capwap_tnl_ops = { .tunnel_type= TNL_T_P

[ovs-dev] Bonjour

2012-12-10 Thread gloriazina0...@libero.it
Bonjour Comment faites-vous? Je suis Mlle Gloria, pour être bref, je suis tombé sur votre contact, lors de la recherche pour une bonne relation et le partenariat affaires à l'étranger, donc je vous contacter et j'aimerai mieux vous connaître, vous pouvez m'écrire en arrière afin que je doit vous

Re: [ovs-dev] OVS development - beginner

2012-12-10 Thread Ra Alva
hello, Thank you for your slides, was really helpful. It would be great if someone could tell me if there was a OVS tutorial or a guide book which would help me start development in OVS. Regards, From: Justin Pettit To: Ra Alva Cc: OVS Sent: Sunday, Decem