[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-devel] [PATCH 4/4] tools/xenalyze: Allow automatic resizing of sample buffers



On 08/08/16 12:09, Wei Liu wrote:
> On Mon, Aug 08, 2016 at 12:05:58PM +0100, Wei Liu wrote:
>> On Mon, Aug 08, 2016 at 10:54:31AM +0100, George Dunlap wrote:
>>> +
>>> +            new_size = s->sample_size << 1;
>>> +
>>> +            if (new_size == 0)
>>> +                new_size = opt.sample_size;
>>> +
>>> +            if (opt.sample_max != 0 && new_size > opt.sample_max)
>>> +                new_size = opt.sample_max;
>>> +
>>> +            //printf("New size: %d\n", new_size);
>>
>> Maybe this needs to be deleted?
>>
> 
> FAOD I don't think it is worthy of resending just because of this
> cosmetic change. Whatever adjustment can be done while committing.
> 
> Acked-by: Wei Liu <wei.liu2@xxxxxxxxxx>

Thanks -- I've fixed this and added your ack. :-)

 -George


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
https://lists.xen.org/xen-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.