From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v6 03/13] vhost: vring queue setup for multiple queue support Date: Tue, 20 Oct 2015 08:49:38 +0200 Message-ID: <1721307.7HbGBz8JS3@xps13> References: <1444369572-1157-1-git-send-email-yuanhan.liu@linux.intel.com> <1444369572-1157-4-git-send-email-yuanhan.liu@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Yuanhan Liu Return-path: Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by dpdk.org (Postfix) with ESMTP id B4B938E90 for ; Tue, 20 Oct 2015 08:50:44 +0200 (CEST) Received: by wijp11 with SMTP id p11so31694825wij.0 for ; Mon, 19 Oct 2015 23:50:44 -0700 (PDT) In-Reply-To: <1444369572-1157-4-git-send-email-yuanhan.liu@linux.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-10-09 13:46, Yuanhan Liu: > All queue pairs, including the default (the first) queue pair, > are allocated dynamically, when a vring_call message is received > first time for a specific queue pair. > > This is a refactor work for enabling vhost-user multiple queue; > it should not break anything as it does no functional changes: > we don't support mq set, so there is only one mq at max. > > This patch is based on Changchun's patch. > > Signed-off-by: Yuanhan Liu Maybe you should keep Changchun's sign-off.