From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 2/2] i40e: Enlarge the number of supported queues Date: Tue, 03 Nov 2015 02:16:59 +0100 Message-ID: <2253981.gY55CR6Pub@xps13> References: <1442760674-19482-1-git-send-email-helin.zhang@intel.com> <1445498887-21218-1-git-send-email-helin.zhang@intel.com> <1445498887-21218-3-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-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id C79B88E92 for ; Tue, 3 Nov 2015 02:18:10 +0100 (CET) Received: by wmff134 with SMTP id f134so72775922wmf.1 for ; Mon, 02 Nov 2015 17:18:10 -0800 (PST) In-Reply-To: <1445498887-21218-3-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-10-22 15:28, 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. > > Signed-off-by: Helin Zhang > --- > config/common_bsdapp | 3 +- > config/common_linuxapp | 3 +- > drivers/net/i40e/i40e_ethdev.c | 138 +++++++++++++++++------------------------ > drivers/net/i40e/i40e_ethdev.h | 8 +++ Please update the release notes (remove deprecation notice and add ABI change).