Re: [ovs-dev] [PATCH v3 1/4] nx-match: Fix oxm decode.

2017-03-15 Thread Joe Stringer
On 13 March 2017 at 11:27, Yi-Hung Wei wrote: > decode_nx_packet_in2() may be used by the switch to parse NXT_RESUME messages, > where we need exact match on the oxm header. Therefore, change > oxm_decode_loose() to oxm_decode() that takes an extra argument to indicate > whether > we want strict

[ovs-dev] [PATCH v3 1/4] nx-match: Fix oxm decode.

2017-03-13 Thread Yi-Hung Wei
decode_nx_packet_in2() may be used by the switch to parse NXT_RESUME messages, where we need exact match on the oxm header. Therefore, change oxm_decode_loose() to oxm_decode() that takes an extra argument to indicate whether we want strict or loose match. Fixes: 7befb20d0f70 ("ofp-util: Ignore u