Re: [ovs-dev] [PATCH v2 2/2] ovn-controller: Use separate thread for packet-in processing.

2017-07-10 Thread Han Zhou
On Mon, Jul 10, 2017 at 11:09 AM, Ben Pfaff wrote: > > On Wed, Jun 07, 2017 at 09:32:47AM -0700, Han Zhou wrote: > > This patch introduces multi-threading for ovn-controller and use > > dedicated thread for packet-in processing as a start. It decouples > > packet-in processing and

Re: [ovs-dev] [PATCH v2 2/2] ovn-controller: Use separate thread for packet-in processing.

2017-07-10 Thread Ben Pfaff
On Wed, Jun 07, 2017 at 09:32:47AM -0700, Han Zhou wrote: > This patch introduces multi-threading for ovn-controller and use > dedicated thread for packet-in processing as a start. It decouples > packet-in processing and ovs flow computing, so that packet-in inputs > won't trigger flow

[ovs-dev] [PATCH v2 2/2] ovn-controller: Use separate thread for packet-in processing.

2017-06-07 Thread Han Zhou
This patch introduces multi-threading for ovn-controller and use dedicated thread for packet-in processing as a start. It decouples packet-in processing and ovs flow computing, so that packet-in inputs won't trigger flow recomputing, and flow computing won't block packet-in processing. In large