From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 0/2] i40e: Enlarge the number of supported queues Date: Tue, 03 Nov 2015 22:59:29 +0100 Message-ID: <2921964.BISbKcF6Z8@xps13> References: <1445498887-21218-1-git-send-email-helin.zhang@intel.com> <1446565228-24276-1-git-send-email-helin.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Helin Zhang Return-path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 5DF828E86 for ; Tue, 3 Nov 2015 23:00:54 +0100 (CET) Received: by wmff134 with SMTP id f134so26666120wmf.0 for ; Tue, 03 Nov 2015 14:00:54 -0800 (PST) In-Reply-To: <1446565228-24276-1-git-send-email-helin.zhang@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-11-03 23:40, Helin Zhang: > It enlarges the number of supported queues to hardware allowed maximum. There > was a software limitation of 64 per physical port which is not reasonable. > > v2 changes: > Fixed issues of using wrong configured number of VF queues. > > v3 changes: > Updated release notes. > > Helin Zhang (2): > i40e: adjust the number of queues for RSS > i40e: Enlarge the number of supported queues Applied, thanks