From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: Fwd: ixgbe network card has dev_info.max_rx_queues == 0 Date: Mon, 25 Aug 2014 17:14:17 -0700 Message-ID: <20140825171417.6eeafe8e@uryu.home.lan> References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "dev-VfR2kkLFssw@public.gmane.org" To: Sergey Mironov Return-path: In-Reply-To: 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" On Mon, 25 Aug 2014 13:41:34 +0400 Sergey Mironov wrote: > Hi. I've found more data on this issue. My machine (CB-8970) is > equipped with two ixgbe and six e1000 ports + one more e1000 port as > management interface. > I ask the DPDK to allocate 3 TX queues and 3 RX queues for each of 8 > working ports, 6 * 8 = 48 queues (see the configuration code snippet > at the end of the letter) You need to look at dev_info and not allocate more queues than the hardware supports. Many E1000 devices only support a single queue.