Re: [ovs-dev] [PATCH] ofp-parse: Fix match parsing with [x..y]=z format.

2017-04-17 Thread Jarno Rajahalme
> On Apr 14, 2017, at 8:58 PM, Ben Pfaff wrote: > > On Thu, Apr 13, 2017 at 06:31:06PM -0700, Jarno Rajahalme wrote: >> Commit 21b2fa617126 ("ofp-parse: Allow match field names in actions >> and brackets in matches.") added support for matching a consecutive >> set of bits with

Re: [ovs-dev] [PATCH] ofp-parse: Fix match parsing with [x..y]=z format.

2017-04-14 Thread Ben Pfaff
On Thu, Apr 13, 2017 at 06:31:06PM -0700, Jarno Rajahalme wrote: > Commit 21b2fa617126 ("ofp-parse: Allow match field names in actions > and brackets in matches.") added support for matching a consecutive > set of bits with the [x..y]=z format, but the copying of the parsed > value ('z') to the

[ovs-dev] [PATCH] ofp-parse: Fix match parsing with [x..y]=z format.

2017-04-13 Thread Jarno Rajahalme
Commit 21b2fa617126 ("ofp-parse: Allow match field names in actions and brackets in matches.") added support for matching a consecutive set of bits with the [x..y]=z format, but the copying of the parsed value ('z') to the match was done from a wrong offset, so that the actual value matched would