Re: [ovs-dev] [PATCH 06/10] ofproto: Probe for masked set action support.

2014-04-09 Thread Jarno Rajahalme
On Apr 9, 2014, at 11:03 AM, Ben Pfaff wrote: > On Tue, Apr 08, 2014 at 04:38:48PM -0700, Jarno Rajahalme wrote: >> Signed-off-by: Jarno Rajahalme > > Does the masked set action cause EINVAL or ERANGE on older kernels. > Comments say EINVAL in two places, ERANGE in one, and the code > actually

Re: [ovs-dev] [PATCH 06/10] ofproto: Probe for masked set action support.

2014-04-09 Thread Ben Pfaff
On Tue, Apr 08, 2014 at 04:38:48PM -0700, Jarno Rajahalme wrote: > Signed-off-by: Jarno Rajahalme Does the masked set action cause EINVAL or ERANGE on older kernels. Comments say EINVAL in two places, ERANGE in one, and the code actually looks for EINVAL. _