Re: [ovs-dev] [threads v2 07/13] system-stats: Move into separate thread.

2013-07-15 Thread Gurucharan Shetty
On Mon, Jul 15, 2013 at 12:43 PM, Ben Pfaff wrote: > On Fri, Jul 12, 2013 at 04:46:33PM -0700, Gurucharan Shetty wrote: > > On Fri, Jul 12, 2013 at 2:54 PM, Ben Pfaff wrote: > > > > > Signed-off-by: Ben Pfaff > > > --- > > > vswitchd/system-stats.c | 105 > > >

Re: [ovs-dev] [threads v2 07/13] system-stats: Move into separate thread.

2013-07-15 Thread Ben Pfaff
On Fri, Jul 12, 2013 at 04:46:33PM -0700, Gurucharan Shetty wrote: > On Fri, Jul 12, 2013 at 2:54 PM, Ben Pfaff wrote: > > > Signed-off-by: Ben Pfaff > > --- > > vswitchd/system-stats.c | 105 > > +- > > 1 files changed, 84 insertions(+), 21 deletion

Re: [ovs-dev] [threads v2 07/13] system-stats: Move into separate thread.

2013-07-12 Thread Gurucharan Shetty
On Fri, Jul 12, 2013 at 2:54 PM, Ben Pfaff wrote: > Signed-off-by: Ben Pfaff > --- > vswitchd/system-stats.c | 105 > +- > 1 files changed, 84 insertions(+), 21 deletions(-) > > diff --git a/vswitchd/system-stats.c b/vswitchd/system-stats.c > index e