Re: [ovs-dev] [PATCH] nicira-ext: New action "exit".

2011-10-28 Thread Ethan Jackson
Thanks for the quick review, I'll push this shortly. Ethan On Fri, Oct 28, 2011 at 18:42, Ben Pfaff wrote: > On Fri, Oct 28, 2011 at 06:20:16PM -0700, Ethan Jackson wrote: >> The exit action causes the switch to immediately halt processing of >> further actions. It's intended to be used in conju

Re: [ovs-dev] [PATCH] nicira-ext: New action "exit".

2011-10-28 Thread Ben Pfaff
On Fri, Oct 28, 2011 at 06:20:16PM -0700, Ethan Jackson wrote: > The exit action causes the switch to immediately halt processing of > further actions. It's intended to be used in conjunction with > multi table support. It allows a table to force tables which call > it to discontinue processing a

Re: [ovs-dev] [PATCH] datapath: Make port numbers for UDP-based tunnels userspace configurable.

2011-10-28 Thread Jesse Gross
On Fri, Oct 28, 2011 at 11:29 AM, Ben Pfaff wrote: > On Thu, Oct 27, 2011 at 04:38:39PM -0700, Jesse Gross wrote: >> On Wed, Oct 26, 2011 at 3:27 PM, Ben Pfaff wrote: >> > diff --git a/datapath/tunnel.c b/datapath/tunnel.c >> > index 372d90e..047961f 100644 >> > --- a/datapath/tunnel.c >> > +++ b

[ovs-dev] [PATCH] nicira-ext: New action "exit".

2011-10-28 Thread Ethan Jackson
The exit action causes the switch to immediately halt processing of further actions. It's intended to be used in conjunction with multi table support. It allows a table to force tables which call it to discontinue processing a flow. --- include/openflow/nicira-ext.h | 15 ++- lib/of

[ovs-dev] [PATCH v2] datapath: Convert kernel priority actions into match/set.

2011-10-28 Thread Pravin B Shelar
Fixed according to comments from Jesse and Ben. --8<--cut here-->8-- Following patch adds skb-priority to flow key. So userspace will know what was priority when packet arrived and we can remove the pop/reset priority action. It's no longer necessar

Re: [ovs-dev] [PATCH] datapath: Make port numbers for UDP-based tunnels userspace configurable.

2011-10-28 Thread Jesse Gross
On Fri, Oct 28, 2011 at 11:18 AM, Ben Pfaff wrote: > On Thu, Oct 27, 2011 at 07:38:17PM -0700, Jesse Gross wrote: >> On Wed, Oct 26, 2011 at 3:27 PM, Ben Pfaff wrote: >> > diff --git a/datapath/tunnel.c b/datapath/tunnel.c >> > index 372d90e..047961f 100644 >> > --- a/datapath/tunnel.c >> > +++ b

[ovs-dev] [PATCH] bond: Only drop packets that indicate moves on SLB bonds.

2011-10-28 Thread Ben Pfaff
SLB bonds, for important reasons, drop most incoming packets that indicate that a MAC has moved to the bond from another port. These reasons do not apply to other types of bonds, but until now OVS has still dropped them. This fixes the problem. It changes behavior of active-backup bonds and stab

[ovs-dev] Hi

2011-10-28 Thread Eunice Duke
Hi    How are you? i saw your profile and it a nice one, i like it, let be friends, just contact me via e-mail (eunicedu...@yahoo.com) in order to send you my picture. Love and Kiss from Eunice___ dev mailing list dev@openvswitch.org http://openvswitch.or

[ovs-dev] Hi

2011-10-28 Thread Eunice Duke
Hi    How are you? i saw your profile and it a nice one, i like it, let be friends, just contact me via e-mail (eunicedu...@yahoo.com) in order to send you my picture. Love and Kiss from Eunice___ dev mailing list dev@openvswitch.org http://openvswitch.or

Re: [ovs-dev] [PATCH] datapath: Make port numbers for UDP-based tunnels userspace configurable.

2011-10-28 Thread Ben Pfaff
On Thu, Oct 27, 2011 at 04:38:39PM -0700, Jesse Gross wrote: > On Wed, Oct 26, 2011 at 3:27 PM, Ben Pfaff wrote: > > diff --git a/datapath/tunnel.c b/datapath/tunnel.c > > index 372d90e..047961f 100644 > > --- a/datapath/tunnel.c > > +++ b/datapath/tunnel.c > > +static int tnl_sock_bind(const stru

Re: [ovs-dev] [PATCH] datapath: Make port numbers for UDP-based tunnels userspace configurable.

2011-10-28 Thread Ben Pfaff
On Thu, Oct 27, 2011 at 07:38:17PM -0700, Jesse Gross wrote: > On Wed, Oct 26, 2011 at 3:27 PM, Ben Pfaff wrote: > > diff --git a/datapath/tunnel.c b/datapath/tunnel.c > > index 372d90e..047961f 100644 > > --- a/datapath/tunnel.c > > +++ b/datapath/tunnel.c > > @@ -1347,29 +1438,57 @@ static int t

[ovs-dev] Hi

2011-10-28 Thread Eunice Duke
Hi    How are you? i saw your profile and it a nice one, i like it, let be friends, just contact me via e-mail (eunicedu...@yahoo.com) in order to send you my picture. Love and Kiss from Eunice___ dev mailing list dev@openvswitch.org http://openvsw

[ovs-dev] [PATCH] ovsdb-idl: Prevent occasional hang when multiple database clients race.

2011-10-28 Thread Ben Pfaff
When a client of the IDL tries to commit a read-modify-write transaction but the database has changed in the meantime, the IDL tells its client to wait for the IDL to change and then try the transaction again by returning TXN_TRY_AGAIN. The "wait for the IDL to change" part is important because th