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. _

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

2014-04-08 Thread Jarno Rajahalme
Signed-off-by: Jarno Rajahalme --- ofproto/ofproto-dpif-xlate.c |8 - ofproto/ofproto-dpif-xlate.h |3 +- ofproto/ofproto-dpif.c | 70 +- 3 files changed, 78 insertions(+), 3 deletions(-) diff --git a/ofproto/ofproto-dpif-xlate.c b/ofpr