Re: [ovs-dev] [PATCH] datapath: add ipv6 'set' action

2012-11-07 Thread Jesse Gross
On Wed, Nov 7, 2012 at 12:45 PM, Ansis Atteka wrote: > On Tue, Oct 30, 2012 at 1:11 AM, Jesse Gross wrote: > > We could implement the equivalent actions in the userspace datapath as > > well. There aren't any complex dependencies here so it would be ideal > > to maintain parity. > > I am thinki

Re: [ovs-dev] [PATCH] datapath: add ipv6 'set' action

2012-11-07 Thread Ansis Atteka
On Tue, Oct 30, 2012 at 1:11 AM, Jesse Gross wrote: > On Sun, Oct 28, 2012 at 2:21 PM, Ansis Atteka wrote: >> This patch adds ipv6 set action functionality. It allows to change >> traffic class, flow label, hop-limit, ipv6 source and destination >> address fields. >> >> Signed-off-by: Ansis Attek

Re: [ovs-dev] [PATCH] datapath: add ipv6 'set' action

2012-11-05 Thread Jesse Gross
On Mon, Nov 5, 2012 at 1:13 PM, Ansis Atteka wrote: > On Mon, Nov 5, 2012 at 8:58 PM, Jesse Gross wrote: > > On Sun, Nov 4, 2012 at 7:44 AM, Ansis Atteka wrote: > >> On Tue, Oct 30, 2012 at 1:11 AM, Jesse Gross wrote: > >>> On Sun, Oct 28, 2012 at 2:21 PM, Ansis Atteka > wrote: > diff --

Re: [ovs-dev] [PATCH] datapath: add ipv6 'set' action

2012-11-05 Thread Ansis Atteka
On Mon, Nov 5, 2012 at 8:58 PM, Jesse Gross wrote: > On Sun, Nov 4, 2012 at 7:44 AM, Ansis Atteka wrote: >> On Tue, Oct 30, 2012 at 1:11 AM, Jesse Gross wrote: >>> On Sun, Oct 28, 2012 at 2:21 PM, Ansis Atteka wrote: diff --git a/datapath/actions.c b/datapath/actions.c index ec9b595..

Re: [ovs-dev] [PATCH] datapath: add ipv6 'set' action

2012-11-05 Thread Jesse Gross
On Sun, Nov 4, 2012 at 7:44 AM, Ansis Atteka wrote: > On Tue, Oct 30, 2012 at 1:11 AM, Jesse Gross wrote: >> On Sun, Oct 28, 2012 at 2:21 PM, Ansis Atteka wrote: >>> diff --git a/datapath/actions.c b/datapath/actions.c >>> index ec9b595..7e60b0f 100644 >>> --- a/datapath/actions.c >>> +++ b/data

Re: [ovs-dev] [PATCH] datapath: add ipv6 'set' action

2012-11-04 Thread Ansis Atteka
On Tue, Oct 30, 2012 at 1:11 AM, Jesse Gross wrote: > On Sun, Oct 28, 2012 at 2:21 PM, Ansis Atteka wrote: >> This patch adds ipv6 set action functionality. It allows to change >> traffic class, flow label, hop-limit, ipv6 source and destination >> address fields. >> >> Signed-off-by: Ansis Attek

Re: [ovs-dev] [PATCH] datapath: add ipv6 'set' action

2012-10-29 Thread Jesse Gross
On Sun, Oct 28, 2012 at 2:21 PM, Ansis Atteka wrote: > This patch adds ipv6 set action functionality. It allows to change > traffic class, flow label, hop-limit, ipv6 source and destination > address fields. > > Signed-off-by: Ansis Atteka Can you add an item to NEWS? I got a few sparse errors

Re: [ovs-dev] [PATCH] datapath: add ipv6 'set' action

2012-10-28 Thread Ben Pfaff
On Sun, Oct 28, 2012 at 11:21:23PM +0200, Ansis Atteka wrote: > This patch adds ipv6 set action functionality. It allows to change > traffic class, flow label, hop-limit, ipv6 source and destination > address fields. > > Signed-off-by: Ansis Atteka That's a nice addition. I didn't know it was c