From mboxrd@z Thu Jan 1 00:00:00 1970 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) 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=UovqoaX04y8H6rl06UNcuCRPdhF+69tf92FwhcDmJcE=; b=Ic6WO6gAwqh61XbAQoVnSCUfCjHab0BptLgA5f6j1GKouc97kPWJX8416mypk1PhD1 FkkkJhEYoyyw2GsmclCD2CQJFXaIRgIOCtv+RHoVZf6LE4qU67PROYV8Zv+ITU86pjnJ +IcboSANnDWl9wpA0MCOYEitqec71lWau6KLZfNtwtxR9BbloNALdZ5AlbuwZ+4l6srT yDP/jzdEawN73LLKOsum/ZPKzpyrMqADI0JD1x6QrQtNJazJYghLLQs2gDla4TCHR4Ln FmyZPvK//vqSdHkcrkLbZ3B3r5UFaphYpjdlySn9w08dqqzVp3/j75T6wPdtJG+w8TqR jXcA== X-Gm-Message-State: ALoCoQkcZbKq0mmu+6CInaIAJUX+qwhxy9GTrrNa0HlY9rGpIcXHsYHiXPuxYqidu/16BJVDHgXk X-Received: by 10.194.171.199 with SMTP id aw7mr2202273wjc.32.1445323844467; Mon, 19 Oct 2015 23:50:44 -0700 (PDT) Received: from xps13.localnet (115.202.154.77.rev.sfr.net. [77.154.202.115]) by smtp.gmail.com with ESMTPSA id nd9sm17936697wic.0.2015.10.19.23.50.43 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 19 Oct 2015 23:50:43 -0700 (PDT) From: Thomas Monjalon To: Yuanhan Liu Date: Tue, 20 Oct 2015 08:49:38 +0200 Message-ID: <1721307.7HbGBz8JS3@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1444369572-1157-4-git-send-email-yuanhan.liu@linux.intel.com> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v6 03/13] vhost: vring queue setup for multiple queue support 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: Tue, 20 Oct 2015 06:50:45 -0000 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.