From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH for-xen-4.5] console: increase initial conring size Date: Tue, 2 Dec 2014 16:13:57 +0100 Message-ID: <20141202151357.GA16942@aepfle.de> References: <1417532274-28976-1-git-send-email-daniel.kiper@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta4.messagelabs.com ([85.158.143.247]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Xvp9T-000851-Vq for xen-devel@lists.xenproject.org; Tue, 02 Dec 2014 15:14:08 +0000 Content-Disposition: inline In-Reply-To: <1417532274-28976-1-git-send-email-daniel.kiper@oracle.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Daniel Kiper Cc: keir@xen.org, ian.campbell@citrix.com, stefano.stabellini@eu.citrix.com, andrew.cooper3@citrix.com, jbeulich@suse.com, xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org On Tue, Dec 02, Daniel Kiper wrote: > Hence, this patch increases initial conring size to 64 KiB. Instead of increasing the default it was suggested to dynamically allocate the buffer very early. http://lists.xenproject.org/archives/html/xen-devel/2011-07/msg00689.html Olaf