[ovs-git] Open vSwitch: Add binary option for command outputs collected by ovs-bugtool (master)

dev at openvswitch.org dev at openvswitch.org
Mon Feb 25 20:50:28 UTC 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  4a39a40abaf92bc8e02161497f57a5fbd0ce6ecd (commit)
      from  59b0682a257a77de09439ecbf46bbdd5e997026d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4a39a40abaf92bc8e02161497f57a5fbd0ce6ecd
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=4a39a40abaf92bc8e02161497f57a5fbd0ce6ecd
Author: Shih-Hao Li <shihli at vmware.com>
		
Add binary option for command outputs collected by ovs-bugtool
		
Current ovs-bugtool collects command outputs as text strings.
Thus it reads the output by lines. For commands that generate
huge binary data, it becomes very inefficient to read the output.

The change here is to use a 1MB buffer to read binary data
instead of reading them by lines.

Signed-off-by: Shih-Hao Li <shihli at vmware.com>
Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>


-----------------------------------------------------------------------

Summary of changes:
 utilities/bugtool/ovs-bugtool.in |   27 ++++++++++++++++++++-------
 1 files changed, 20 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list