From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id A0DB556A1 for ; Thu, 4 Apr 2019 15:04:42 +0200 (CEST) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Apr 2019 06:04:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,308,1549958400"; d="scan'208";a="128590450" Received: from bricha3-mobl.ger.corp.intel.com ([10.237.221.35]) by orsmga007.jf.intel.com with SMTP; 04 Apr 2019 06:04:39 -0700 Received: by (sSMTP sendmail emulation); Thu, 04 Apr 2019 14:04:38 +0100 Date: Thu, 4 Apr 2019 14:04:38 +0100 From: Bruce Richardson To: Hemant Agrawal Cc: "dev@dpdk.org" , "thomas@monjalon.net" , Shreyansh Jain Message-ID: <20190404130437.GA1355@bricha3-MOBL.ger.corp.intel.com> References: <20190404110215.14410-1-hemant.agrawal@nxp.com> <20190404114818.21286-1-hemant.agrawal@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190404114818.21286-1-hemant.agrawal@nxp.com> User-Agent: Mutt/1.11.4 (2019-03-13) Subject: Re: [dpdk-dev] [PATCH v3 1/7] config: increase the num of rawdev to be 64 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Apr 2019 13:04:43 -0000 On Thu, Apr 04, 2019 at 11:50:18AM +0000, Hemant Agrawal wrote: > The current value is 10, which is not sufficient for many use-cases. > e.g. NXP LX2 with raw qdma devices can use 32-48 raw devices in some > use-cases. So, making it to 64 to cover various cases. > > Signed-off-by: Hemant Agrawal Acked-by: Bruce Richardson From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 62A4BA0679 for ; Thu, 4 Apr 2019 15:04:45 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5C2255F19; Thu, 4 Apr 2019 15:04:44 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id A0DB556A1 for ; Thu, 4 Apr 2019 15:04:42 +0200 (CEST) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Apr 2019 06:04:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,308,1549958400"; d="scan'208";a="128590450" Received: from bricha3-mobl.ger.corp.intel.com ([10.237.221.35]) by orsmga007.jf.intel.com with SMTP; 04 Apr 2019 06:04:39 -0700 Received: by (sSMTP sendmail emulation); Thu, 04 Apr 2019 14:04:38 +0100 Date: Thu, 4 Apr 2019 14:04:38 +0100 From: Bruce Richardson To: Hemant Agrawal Cc: "dev@dpdk.org" , "thomas@monjalon.net" , Shreyansh Jain Message-ID: <20190404130437.GA1355@bricha3-MOBL.ger.corp.intel.com> References: <20190404110215.14410-1-hemant.agrawal@nxp.com> <20190404114818.21286-1-hemant.agrawal@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Disposition: inline In-Reply-To: <20190404114818.21286-1-hemant.agrawal@nxp.com> User-Agent: Mutt/1.11.4 (2019-03-13) Subject: Re: [dpdk-dev] [PATCH v3 1/7] config: increase the num of rawdev to be 64 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190404130438.DhPSA7hHj0no6PW25QUYJDarn2MBB8dsf9Fa05ChGt4@z> On Thu, Apr 04, 2019 at 11:50:18AM +0000, Hemant Agrawal wrote: > The current value is 10, which is not sufficient for many use-cases. > e.g. NXP LX2 with raw qdma devices can use 32-48 raw devices in some > use-cases. So, making it to 64 to cover various cases. > > Signed-off-by: Hemant Agrawal Acked-by: Bruce Richardson