From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pekka Enberg Subject: Re: [PATCH] kvm tools: make virtio-net mq max queues configurable Date: Mon, 15 Apr 2013 13:21:21 +0300 Message-ID: <516BD4A1.7050603@kernel.org> References: <1365898844-1879-1-git-send-email-sasha.levin@oracle.com> <20130415091904.GA9827@mudshark.cambridge.arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Sasha Levin , Marc Zyngier , "kvm@vger.kernel.org" To: Will Deacon Return-path: Received: from mail-la0-f51.google.com ([209.85.215.51]:61169 "EHLO mail-la0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753960Ab3DOKVZ (ORCPT ); Mon, 15 Apr 2013 06:21:25 -0400 Received: by mail-la0-f51.google.com with SMTP id fo12so4193630lab.10 for ; Mon, 15 Apr 2013 03:21:23 -0700 (PDT) In-Reply-To: <20130415091904.GA9827@mudshark.cambridge.arm.com> Sender: kvm-owner@vger.kernel.org List-ID: On 04/15/2013 12:19 PM, Will Deacon wrote: > Hi Sasha, > > On Sun, Apr 14, 2013 at 01:20:44AM +0100, Sasha Levin wrote: >> This patch makes the maximum amount of vqs configurable. To use it pass a 'mq' >> option to network device configuration. For example: >> >> vm run -n mode=tap,mq=4 >> >> Will allow up to 4 queue pairs for that network device. >> >> Note that not specifiying mq, or setting mq=0 will disable virtio-net >> multiqueuing. > > This works a treat, thanks for addressing it so quickly! > > Acked-by: Will Deacon > Tested-by: Will Deacon Applied, thanks guys! Pekka