Re: [ovs-dev] [PATCH] ofproto-dpif: handle_flow_miss_common() without > facets. (Ethan Jackson)

2013-05-29 Thread Jing Ai
> Message: 3 > Date: Wed, 29 May 2013 10:21:28 -0700 > From: Ethan Jackson > Subject: [ovs-dev] [PATCH] ofproto-dpif: handle_flow_miss_common() > without facets. > To: dev@openvswitch.org > Message-ID: <1369848088-47098-1-git-send-email-et...@nicira.com> >

Re: [ovs-dev] [PATCH] ofproto-dpif: handle_flow_miss_common() without facets.

2013-05-29 Thread Ethan Jackson
Probably. I need to backport the xlate series as well. I'll do it all in one go when I merge that. On Wed, May 29, 2013 at 2:02 PM, Ben Pfaff wrote: > On Wed, May 29, 2013 at 10:21:28AM -0700, Ethan Jackson wrote: >> handle_flow_miss_common() is intended to be called whether or not a >> miss ne

Re: [ovs-dev] [PATCH] ofproto-dpif: handle_flow_miss_common() without facets.

2013-05-29 Thread Ben Pfaff
On Wed, May 29, 2013 at 10:21:28AM -0700, Ethan Jackson wrote: > handle_flow_miss_common() is intended to be called whether or not a > miss needs a facet. Found by inspection. > > Signed-off-by: Ethan Jackson Looks good, thanks. Is it worth a backport? _

[ovs-dev] [PATCH] ofproto-dpif: handle_flow_miss_common() without facets.

2013-05-29 Thread Ethan Jackson
handle_flow_miss_common() is intended to be called whether or not a miss needs a facet. Found by inspection. Signed-off-by: Ethan Jackson --- ofproto/ofproto-dpif.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c index b547298..ae59eda 10