From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55714) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZIR4R-0007PN-Vv for qemu-devel@nongnu.org; Thu, 23 Jul 2015 20:42:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZIR4R-0002RW-2p for qemu-devel@nongnu.org; Thu, 23 Jul 2015 20:42:39 -0400 Received: from mga02.intel.com ([134.134.136.20]:61199) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZIR4Q-0002Qa-TL for qemu-devel@nongnu.org; Thu, 23 Jul 2015 20:42:39 -0400 From: Liang Li Date: Fri, 24 Jul 2015 08:40:56 +0800 Message-Id: <1437698456-22062-1-git-send-email-liang.z.li@intel.com> Subject: [Qemu-devel] [PATCH] docs/multi-thread-compression.txt: erratum List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: yang.z.zhang@intel.com, Liang Li , dgilbert@redhat.com, quintela@redhat.com The unit of the network bandwidth is wrong, it shoud be 'Mb', not 'Gb'. Actually, the speed limit is set to '0' in the test, which means no limit. Signed-off-by: Liang Li --- docs/multi-thread-compression.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/multi-thread-compression.txt b/docs/multi-thread-compression.txt index 3d477c3..5b06dd1 100644 --- a/docs/multi-thread-compression.txt +++ b/docs/multi-thread-compression.txt @@ -69,7 +69,7 @@ There is no additional application is running on the guest when doing the test. -Speed limit: 1000Gb/s +Speed limit: No limit --------------------------------------------------------------- | original | compress thread: 8 | way | decompress thread: 2 @@ -89,7 +89,7 @@ total ram(kB): | 4211524 | 4211524 There is an application running on the guest which write random numbers to RAM block areas periodically. -Speed limit: 1000Gb/s +Speed limit: No limit --------------------------------------------------------------- | original | compress thread: 8 | way | decompress thread: 2 -- 1.9.1