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.
___
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
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 +++
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