From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32010 invoked by alias); 30 Jul 2013 11:33:01 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 31991 invoked by uid 89); 30 Jul 2013 11:33:01 -0000 X-Spam-SWARE-Status: No, score=-6.0 required=5.0 tests=AWL,BAYES_40,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RDNS_NONE,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.1 Received: from Unknown (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Tue, 30 Jul 2013 11:33:00 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r6UBWpLo003228 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 30 Jul 2013 07:32:51 -0400 Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r6UBWngY012649; Tue, 30 Jul 2013 07:32:50 -0400 Message-ID: <51F7A461.5060908@redhat.com> Date: Tue, 30 Jul 2013 11:33:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 To: Anton Blanchard CC: Luis Machado , gdb-patches@sourceware.org Subject: Re: [PATCH] Improve performance of large restore commands References: <20130725220858.58184193@kryten> <51F16780.70408@redhat.com> <20130729154457.0e6e6bd7@kryten> <51F6789B.3090404@redhat.com> <20130730092458.694febac@kryten> In-Reply-To: <20130730092458.694febac@kryten> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SW-Source: 2013-07/txt/msg00759.txt.bz2 Thanks. On 07/30/2013 12:24 AM, Anton Blanchard wrote: >On 07/29/2013 03:13 PM, Pedro Alves wrote: >>> > * target.c (memory_xfer_partial): Cap write to 4K >> Period at end of sentence. Might as well write KB :-). FAOD, this is still OK, but, > 2013-07-29 Anton Blanchard > > * target.c (memory_xfer_partial): Cap write to 4kB. ... > + subset of it. Cap writes to 4kB to mitigate this. */ ... do write upper K, not k. Lowercase k usually indicates decimal 10^3. (see e.g., http://en.wikipedia.org/wiki/Template:Bit_and_byte_prefixes). -- Pedro Alves