From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] examples/vhost: increase MAX_QUEUE number Date: Thu, 11 Dec 2014 02:06:58 +0100 Message-ID: <4247314.BTyHbYd7xV@xps13> References: <1418150984-12908-1-git-send-email-huawei.xie@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Huawei Xie Return-path: In-Reply-To: <1418150984-12908-1-git-send-email-huawei.xie-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" > 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