Re: [ovs-dev] [PATCH 1/2] ofp-actions: Refactor set_field_parse__().

2015-09-29 Thread Joe Stringer
On 25 September 2015 at 13:49, Joe Stringer wrote: > Split out some common functions that may be used by REG_LOAD in the > following patch. > > Signed-off-by: Joe Stringer I folded this series into the conntrack series I just posted: https://patchwork.ozlabs.org/patch/524014/ ___

[ovs-dev] [PATCH 1/2] ofp-actions: Refactor set_field_parse__().

2015-09-25 Thread Joe Stringer
Split out some common functions that may be used by REG_LOAD in the following patch. Signed-off-by: Joe Stringer --- lib/ofp-actions.c | 81 ++- 1 file changed, 56 insertions(+), 25 deletions(-) diff --git a/lib/ofp-actions.c b/lib/ofp-actions