From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by dpdk.org (Postfix) with ESMTP id 671EA379E for ; Thu, 10 Sep 2015 21:56:27 +0200 (CEST) Received: by wiclk2 with SMTP id lk2so35463952wic.1 for ; Thu, 10 Sep 2015 12:56:27 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=O79T+RWBiXdg7uc70exSuszv80KyAG0aA4mqK2fHotc=; b=LDu38pQ6pbtcs8eLPY07zGNK/PZbNAlwh/viW9BFfKgVy1C4VOElCxf2ifbxrhcBzb o2Gz+fr1XWOtX+rdoMX4GVrXJiSCvjbsIf0wsTuB8bS4ix8AqnUxSwmyjgDL0LHZbxAM s1hZpnY8pomXSfZ1wYDpcJpsG12DQyWV9xgQuOgnDs6pDvffAcFCdOPtmcBDILj8aR8d 9s7neqoLA8uPtNrZqCIOrZ3z1SiFfqtG4qWH6jHXEzaJddl7rCZewYZc0oENtmp/K+oN LJZAs7lTNGoZJPtiWa2CMhvU5znqu+cWNz+0JC5jxCiEf9d+bfAm6sqScP3CGUNog09w gbvA== X-Gm-Message-State: ALoCoQnJyhkJ2Srf2q5h1K+7zFNt9bkCEb1QbJh9QoDpbspWLQbQNYRJEQCHl0gOi1t2LcNFGBp4 X-Received: by 10.180.187.141 with SMTP id fs13mr9967090wic.13.1441914987233; Thu, 10 Sep 2015 12:56:27 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id fx2sm10906148wib.24.2015.09.10.12.56.26 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 10 Sep 2015 12:56:26 -0700 (PDT) From: Thomas Monjalon To: Flavio Leitner Date: Thu, 10 Sep 2015 21:55:18 +0200 Message-ID: <1956876.RCYbvnzqvA@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <20150910192759.GA2539@x240.home> References: <1882381.9qlZTmz9zB@xps13> <2207263.dDyMmkz5Pr@xps13> <20150910192759.GA2539@x240.home> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] DPDK 2.2 roadmap X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Sep 2015 19:56:27 -0000 2015-09-10 15:27, Flavio Leitner: > On Thu, Sep 10, 2015 at 02:43:59PM +0200, Thomas Monjalon wrote: > > 2015-09-09 12:56, O'Driscoll, Tim: > > > Vhost Multi-Queue Support: The vhost-user library will be updated to provide multi-queue support in the host similar to the RSS model so that guest driver may allocate multiple rx/tx queues which then may be used to load balance between cores. See http://dpdk.org/ml/archives/dev/2015-August/022758.html for more details. > > > > Does it require a patch on Qemu? > > Yes, it does. Last patchset seems to be v7. It's better to wait the feature approved and integrated in Qemu first.