Re: [ovs-dev] [upcall 2/2] ofproto-dpif: Factor out flow miss handling.

2013-07-16 Thread Ethan Jackson
All of this sounds reasonable. > I don't really like how udpif_revalidate() works, but I don't have a > better suggestion. Agreed. I've had a lot of trouble thinking up something better. Perhaps it will come to me as I rework this patch. Ethan X-CudaMail-Whitelist-To: dev@openvswitch.org __

Re: [ovs-dev] [upcall 2/2] ofproto-dpif: Factor out flow miss handling.

2013-07-16 Thread Ben Pfaff
On Fri, Jul 05, 2013 at 03:21:28PM -0700, Ethan Jackson wrote: > This patch pulls flow miss handling into its own module, > ofproto-dpif-upcall. In the short term, this new design imposes > some additional overhead, but this is necessary to enable > multithreading in the near future. > > Signed-o