Re: [ovs-dev] [PATCH RFC V9] ofproto-dpif-upcall: Remove the dispatcher thread.

2014-04-18 Thread Alex Wang
Thx, applied, Nothing better than applying 100th patch on Friday,~ At this rate, if everyone stop applying patches, it would take me 8 yrs to match your number of commits, and 40+yrs to match Ben's record. ;D On Fri, Apr 18, 2014 at 5:10 PM, Alex Wang wrote: > > > > On Fri, Apr 18, 2014 at

Re: [ovs-dev] [PATCH RFC V9] ofproto-dpif-upcall: Remove the dispatcher thread.

2014-04-18 Thread Alex Wang
On Fri, Apr 18, 2014 at 4:51 PM, Ethan Jackson wrote: > > + *- "flow_dumper" thread that reads the kernel flow table and > dispatches > > Lost the initial "A" here. Thx, > struct upcall { > > -struct list list_node; /* For queuing upcalls. */ > > +bool is_valid;

Re: [ovs-dev] [PATCH RFC V9] ofproto-dpif-upcall: Remove the dispatcher thread.

2014-04-18 Thread Ethan Jackson
> + *- "flow_dumper" thread that reads the kernel flow table and dispatches Lost the initial "A" here. > struct upcall { > -struct list list_node; /* For queuing upcalls. */ > +bool is_valid; /* If the upcall can be used. */ > struct flow_miss *flow_mi