Re: [ovs-dev] [PATCH 1/2] nx-match: Use vl_mff_map to parse match field.

2017-03-08 Thread Yi-Hung Wei
Thanks for review. Please find v2 in the following e-mail. -Yi-Hung On Wed, Mar 8, 2017 at 9:56 AM, Joe Stringer wrote: > On 7 March 2017 at 09:39, Yi-Hung Wei wrote: > > vl_mff_map is introduced in patch (04f48a68c428 ofp-actions: Fix variable > > length

Re: [ovs-dev] [PATCH 1/2] nx-match: Use vl_mff_map to parse match field.

2017-03-08 Thread Joe Stringer
On 7 March 2017 at 09:39, Yi-Hung Wei wrote: > vl_mff_map is introduced in patch (04f48a68c428 ofp-actions: Fix variable > length meta-flow OXMs) to account variable length mf_field, and it is used Usually we format this in the kernel patch style, ie 'commit 04f48a68c428

[ovs-dev] [PATCH 1/2] nx-match: Use vl_mff_map to parse match field.

2017-03-07 Thread Yi-Hung Wei
vl_mff_map is introduced in patch (04f48a68c428 ofp-actions: Fix variable length meta-flow OXMs) to account variable length mf_field, and it is used to decode variable length mf_field in ofp_action. In this patch, vl_mff_map is further used to decode the variable length match field as well.