From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind_com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=7u0sajFcssRtrguI0vqJyc2lVr8orvRxIOUdGJdne3o=; b=C334yZ4bNeU1uh0ojn1RL+RB0Ha2adsYbgjDQ5BhiV67jPyQs12ElZ/dgp0axoYWFe uKPzZWaeQfkPW4p2yauWFcKm42egN4/Jl7gtFkQKXOd+p8/8PhGEqOOQUau8HGRzbPVP 6Rb3l80swmrq1GjFS7A8C3GVlUfShEXtqVQ9fBjVjtuNCMbBZa2AcAeulCV+Lq9OnvEg RZSlXdlbCy59UAwnZS59y3z0VR5VXVLQG0HrXm+bPiyniHdpFJWbrq6/CBPREjcF1N7u X8eAFh4msM6tz3648DgxIlFKoDy2m1/kP7h23IrrmIFjL3S6VdYu6B+UkQFCoC/KL0gz 9wcw== 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=7u0sajFcssRtrguI0vqJyc2lVr8orvRxIOUdGJdne3o=; b=IUCPb26nAVIwX7RdBvejerjjHgTy1YIY8xczISl/NKVMs1g618vKvpnB9BxtM/S8A3 E7W0EWCL/jWShkiX/Y81LSW+JHu0F92KS+GXvcsQVMBypQn3Qq6bVQ+zluCcIb1EUe2O +gnzTEEucZfhTN+Ax64ZrgsV9CsMU19RlbLPK0VIozt6LK9qIAB1Q5eA+ToqvmfXYoRf 2Y6F4WTgwz0fJXJF7ORCb3VU5OgbqU6BdXWJruQw2RyNtVb6WV9ug55ykAqhd1osCz4W j1tNq5i9wICKRsllZ/ax/eRYlPCfTRBWjMM10vjcsKm5DgAiuzoLzIFJkVFv1TkSyjhi KYnw== X-Gm-Message-State: ALoCoQmFgltqtK8Ne3MyLOnz1/AUf1RzITNpbyXpw0vbAEw00fm/VuzZZ191uYUmi/Nl/c+9YeWJ X-Received: by 10.28.147.148 with SMTP id v142mr17917331wmd.62.1446513490679; Mon, 02 Nov 2015 17:18:10 -0800 (PST) Received: from xps13.localnet (guy78-1-82-235-116-147.fbx.proxad.net. [82.235.116.147]) by smtp.gmail.com with ESMTPSA id l131sm20928476wmd.14.2015.11.02.17.18.09 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 02 Nov 2015 17:18:10 -0800 (PST) From: Thomas Monjalon To: Helin Zhang Date: Tue, 03 Nov 2015 02:16:59 +0100 Message-ID: <2253981.gY55CR6Pub@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1445498887-21218-3-git-send-email-helin.zhang@intel.com> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2 2/2] i40e: Enlarge the number of supported queues 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: Tue, 03 Nov 2015 01:18:10 -0000 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).