Re: [ovs-dev] [PATCH 3/7] Restore all flow changes by compose_output_action__().

2013-04-23 Thread Rajahalme, Jarno (NSN - FI/Espoo)
On Apr 22, 2013, at 19:16 , ext Ben Pfaff wrote: > On Mon, Apr 22, 2013 at 09:12:23AM -0700, Ben Pfaff wrote: >> On Thu, Apr 18, 2013 at 06:07:41PM +0300, Jarno Rajahalme wrote: >>> This makes sure that output actions leave no changes to any flow fields, >>> while all explicit set_field actions ar

Re: [ovs-dev] [PATCH 3/7] Restore all flow changes by compose_output_action__().

2013-04-22 Thread Ben Pfaff
On Mon, Apr 22, 2013 at 09:12:23AM -0700, Ben Pfaff wrote: > On Thu, Apr 18, 2013 at 06:07:41PM +0300, Jarno Rajahalme wrote: > > This makes sure that output actions leave no changes to any flow fields, > > while all explicit set_field actions are retained actross output actions. > > > > Signed-of

Re: [ovs-dev] [PATCH 3/7] Restore all flow changes by compose_output_action__().

2013-04-22 Thread Ben Pfaff
On Thu, Apr 18, 2013 at 06:07:41PM +0300, Jarno Rajahalme wrote: > This makes sure that output actions leave no changes to any flow fields, > while all explicit set_field actions are retained actross output actions. > > Signed-off-by: Jarno Rajahalme Queued up to apply, thanks. _

[ovs-dev] [PATCH 3/7] Restore all flow changes by compose_output_action__().

2013-04-18 Thread Jarno Rajahalme
This makes sure that output actions leave no changes to any flow fields, while all explicit set_field actions are retained actross output actions. Signed-off-by: Jarno Rajahalme --- ofproto/ofproto-dpif.c | 20 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a