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 574EA6A95 for ; Thu, 11 Dec 2014 02:07:29 +0100 (CET) Received: by mail-wi0-f171.google.com with SMTP id bs8so13020070wib.4 for ; Wed, 10 Dec 2014 17:07:26 -0800 (PST) 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=eprH07eByqBUWXElQY7/Zn9Wnzju2wXnWfFNRmcABg8=; b=iy9HNFhOhxz2XgFmtvk3kJK1QCbGaXTjV9tcM3SttiA5ry4aqjG7atFAGnzfKD8Pjs UEhNqvTGyHgoqwJilecPxGib1GCvnDGEpC3Ej/sJNvcbfzcXXm6agxgJHKlUNFOe9Aj5 UiX/5rggKj0tMytH8Cfh+Cj7M2vKiFH7kQK5RC7yzXZOgcoiFr37kEzVoUgKSEfdziP/ 4O7DaczWOJCtYMFa+bUtTPHSVBAIaRJgugDtDckCCDWPHGB+ICYMaklybB6oVn73T2+p uvTKmK9HRsEU/6P5PxsgikXw/4Qv5Q3KPdJdsBxf/Oxf29ubsQwz317+xg0zaaJLhV2z oo8w== X-Gm-Message-State: ALoCoQkLTJ3JVnTtqmRuSXoxjXC0gh1UmqFi5n44DXXlpiwmBokIQ9Ud8r92aE2MzwTyZ4GWO3Lv X-Received: by 10.180.96.161 with SMTP id dt1mr11176327wib.38.1418260046247; Wed, 10 Dec 2014 17:07:26 -0800 (PST) Received: from xps13.localnet ([88.249.222.12]) by mx.google.com with ESMTPSA id wv8sm7880749wjc.44.2014.12.10.17.07.24 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 10 Dec 2014 17:07:25 -0800 (PST) From: Thomas Monjalon To: Huawei Xie Date: Thu, 11 Dec 2014 02:06:58 +0100 Message-ID: <4247314.BTyHbYd7xV@xps13> Organization: 6WIND User-Agent: KMail/4.14.3 (Linux/3.17.4-1-ARCH; KDE/4.14.3; x86_64; ; ) In-Reply-To: <1418150984-12908-1-git-send-email-huawei.xie@intel.com> References: <1418150984-12908-1-git-send-email-huawei.xie@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] examples/vhost: increase MAX_QUEUE number 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, 11 Dec 2014 01:07:29 -0000 > increase MAX_QUEUES from 256 to 512 > In vhost example, MAX_QUEUES macro should be the maximum possible queue number of the port. > Theoretically we should only set up the queues that are used, i.e., first rx queue of each pool, or > at most queues from 0 to MAX_QUEUES. Before we revise the implementation and are certain all NICs support > this well, add a remind message to user. > > Signed-off-by: Huawei Xie Applied Thanks -- Thomas