From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 2B3305680 for ; Fri, 11 Sep 2015 03:23:01 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 10 Sep 2015 18:23:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,508,1437462000"; d="scan'208";a="802082972" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.66.60]) by orsmga002.jf.intel.com with ESMTP; 10 Sep 2015 18:23:00 -0700 Date: Fri, 11 Sep 2015 09:23:07 +0800 From: Yuanhan Liu To: Thomas Monjalon Message-ID: <20150911012307.GT2925@yliu-dev.sh.intel.com> References: <1882381.9qlZTmz9zB@xps13> <2207263.dDyMmkz5Pr@xps13> <20150910192759.GA2539@x240.home> <1956876.RCYbvnzqvA@xps13> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1956876.RCYbvnzqvA@xps13> User-Agent: Mutt/1.5.21 (2010-09-15) 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: Fri, 11 Sep 2015 01:23:02 -0000 On Thu, Sep 10, 2015 at 09:55:18PM +0200, Thomas Monjalon wrote: > 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. Agreed, and I'm working on it. --yliu