From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id E74F68D9E for ; Tue, 3 Nov 2015 03:49:30 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP; 02 Nov 2015 18:49:30 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,237,1444719600"; d="scan'208";a="810227312" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga001.jf.intel.com with ESMTP; 02 Nov 2015 18:49:30 -0800 Received: from fmsmsx114.amr.corp.intel.com (10.18.116.8) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 2 Nov 2015 18:49:29 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX114.amr.corp.intel.com (10.18.116.8) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 2 Nov 2015 18:49:28 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.100]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.160]) with mapi id 14.03.0248.002; Tue, 3 Nov 2015 10:49:18 +0800 From: "Zhang, Helin" To: Thomas Monjalon Thread-Topic: [dpdk-dev] [PATCH v2 2/2] i40e: Enlarge the number of supported queues Thread-Index: AQHRFdWMWehf4PnWx0S5mA6AJiSfA56JmKdg Date: Tue, 3 Nov 2015 02:49:17 +0000 Message-ID: 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> <2253981.gY55CR6Pub@xps13> In-Reply-To: <2253981.gY55CR6Pub@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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 02:49:31 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Tuesday, November 3, 2015 9:17 AM > To: Zhang, Helin > Cc: dev@dpdk.org; Pei, Yulong > Subject: Re: [dpdk-dev] [PATCH v2 2/2] i40e: Enlarge the number of suppor= ted > queues >=20 > 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 +++ >=20 > Please update the release notes (remove deprecation notice and add ABI > change). OK. Sorry for the missing! Thank you very much for the reminder! Regards, Helin