Re: [ovs-dev] [idl 2/2] bridge: Monitor fewer OVSDB columns.

2011-04-08 Thread Andrew Evans
On Fri, Apr 1, 2011 at 10:51 AM, Ben Pfaff wrote: > By omitting columns that ovs-vswitchd does not use at all, and omitting > alerts for columns that ovs-vswitchd writes to but does not read, we can > save CPU time and bandwidth. Thanks, looks reasonable to me. ___

Re: [ovs-dev] [idl 2/2] bridge: Monitor fewer OVSDB columns.

2011-04-07 Thread Ben Pfaff
On Fri, Apr 01, 2011 at 10:51:40AM -0700, Ben Pfaff wrote: > By omitting columns that ovs-vswitchd does not use at all, and omitting > alerts for columns that ovs-vswitchd writes to but does not read, we can > save CPU time and bandwidth. I'm still waiting for real reviews on these patches. (Revi

Re: [ovs-dev] [idl 2/2] bridge: Monitor fewer OVSDB columns.

2011-04-01 Thread Justin Petbot
On Fri, 1 Apr 2011, at 10:51:40 AM, Ben Pfaff wrote: > By omitting columns that ovs-vswitchd does not use at all, and omitting > alerts for columns that ovs-vswitchd writes to but does not read, we can > save CPU time and bandwidth. > --- > vswitchd/bridge.c | 38 +++

[ovs-dev] [idl 2/2] bridge: Monitor fewer OVSDB columns.

2011-04-01 Thread Ben Pfaff
By omitting columns that ovs-vswitchd does not use at all, and omitting alerts for columns that ovs-vswitchd writes to but does not read, we can save CPU time and bandwidth. --- vswitchd/bridge.c | 38 ++ 1 files changed, 38 insertions(+), 0 deletions(-) diff