Re: [ovs-dev] [PATCHv10 ovs 03/15] datapath: Add 'is_mask' to ovs_nla_put_flow().

2014-11-21 Thread Pravin Shelar
On Thu, Nov 20, 2014 at 4:15 PM, Joe Stringer wrote: > On 13 November 2014 11:17, Joe Stringer wrote: >> This function previously hid the 'is_mask' parameter from the callers, >> which actually have better knowledge about whether it is serializing a >> mask or not. Expose this parameter to the ca

Re: [ovs-dev] [PATCHv10 ovs 03/15] datapath: Add 'is_mask' to ovs_nla_put_flow().

2014-11-20 Thread Joe Stringer
On 13 November 2014 11:17, Joe Stringer wrote: > This function previously hid the 'is_mask' parameter from the callers, > which actually have better knowledge about whether it is serializing a > mask or not. Expose this parameter to the callers. This allows the same > function to be called to seri

[ovs-dev] [PATCHv10 ovs 03/15] datapath: Add 'is_mask' to ovs_nla_put_flow().

2014-11-13 Thread Joe Stringer
This function previously hid the 'is_mask' parameter from the callers, which actually have better knowledge about whether it is serializing a mask or not. Expose this parameter to the callers. This allows the same function to be called to serialize masked keys as well as masked keys. To serialize