Re: [ovs-dev] [PATCH 2/3] ofproto-dpif: Check if original direction matches are supported.

2017-04-18 Thread Ben Pfaff
On Mon, Apr 17, 2017 at 05:10:53PM -0700, Jarno Rajahalme wrote: > > > On Apr 17, 2017, at 4:47 PM, Ben Pfaff wrote: > > > > On Fri, Apr 14, 2017 at 05:25:48PM -0700, Jarno Rajahalme wrote: > >> Use the existing probed support flag for the original direction tuple > >> to determine if matches on

Re: [ovs-dev] [PATCH 2/3] ofproto-dpif: Check if original direction matches are supported.

2017-04-17 Thread Jarno Rajahalme
> On Apr 17, 2017, at 4:47 PM, Ben Pfaff wrote: > > On Fri, Apr 14, 2017 at 05:25:48PM -0700, Jarno Rajahalme wrote: >> Use the existing probed support flag for the original direction tuple >> to determine if matches on the original direction tuple can be supported. >> >> Signed-off-by: Jarno R

Re: [ovs-dev] [PATCH 2/3] ofproto-dpif: Check if original direction matches are supported.

2017-04-17 Thread Ben Pfaff
On Fri, Apr 14, 2017 at 05:25:48PM -0700, Jarno Rajahalme wrote: > Use the existing probed support flag for the original direction tuple > to determine if matches on the original direction tuple can be supported. > > Signed-off-by: Jarno Rajahalme > --- > ofproto/ofproto-dpif.c | 14

[ovs-dev] [PATCH 2/3] ofproto-dpif: Check if original direction matches are supported.

2017-04-14 Thread Jarno Rajahalme
Use the existing probed support flag for the original direction tuple to determine if matches on the original direction tuple can be supported. Signed-off-by: Jarno Rajahalme --- ofproto/ofproto-dpif.c | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/ofproto/ofp