From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753350Ab1LHKiL (ORCPT ); Thu, 8 Dec 2011 05:38:11 -0500 Received: from mail-ww0-f42.google.com ([74.125.82.42]:39796 "EHLO mail-ww0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751057Ab1LHKiK (ORCPT ); Thu, 8 Dec 2011 05:38:10 -0500 Message-ID: <1323340668.3904.21.camel@lappy> Subject: Re: [PATCH] virtio-ring: Use threshold for switching to indirect descriptors From: Sasha Levin To: Rusty Russell Cc: "Michael S. Tsirkin" , Avi Kivity , linux-kernel@vger.kernel.org, virtualization@lists.linux-foundation.org, kvm@vger.kernel.org, markmc@redhat.com Date: Thu, 08 Dec 2011 12:37:48 +0200 In-Reply-To: <87r50fgzyj.fsf@rustcorp.com.au> References: <87zkfbre9x.fsf@rustcorp.com.au> <1322913028.3782.4.camel@lappy> <4EDB5EF0.2010909@redhat.com> <1323000831.4205.4.camel@lappy> <20111204162221.GB22501@redhat.com> <1323020088.3256.3.camel@lappy> <4EDBAFC5.2010405@redhat.com> <1323020374.3256.5.camel@lappy> <1323023039.3256.7.camel@lappy> <1323266565.4009.10.camel@lappy> <20111207154816.GA23845@redhat.com> <87r50fgzyj.fsf@rustcorp.com.au> Content-Type: text/plain; charset="us-ascii" X-Mailer: Evolution 3.2.2 Content-Transfer-Encoding: 7bit Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2011-12-08 at 20:14 +1030, Rusty Russell wrote: > On Wed, 7 Dec 2011 17:48:17 +0200, "Michael S. Tsirkin" wrote: > > On Wed, Dec 07, 2011 at 04:02:45PM +0200, Sasha Levin wrote: > > > On Sun, 2011-12-04 at 20:23 +0200, Sasha Levin wrote: > > > > > > [snip] > > > > > > Rusty, Michael, does the below looks a reasonable optimization for you? > > > > OK overall but a bit hard to say for sure as it looks pretty incomplete ... > > A static threshold is very hackish; we need to either initialize it to > a proven-good value (since noone will ever change it) or be cleverer. I'll better wait to see how the threshold issue is resolved, and possibly do it as a dynamic value which depends on the threshold. I doubt theres one magic value which would work for all. -- Sasha.