From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id E1B232C47 for ; Thu, 26 May 2016 15:24:25 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP; 26 May 2016 06:24:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,367,1459839600"; d="scan'208";a="974999849" Received: from bricha3-mobl3.ger.corp.intel.com ([10.252.31.37]) by fmsmga001.fm.intel.com with SMTP; 26 May 2016 06:24:10 -0700 Received: by (sSMTP sendmail emulation); Thu, 26 May 2016 14:24:09 +0025 Date: Thu, 26 May 2016 14:24:09 +0100 From: Bruce Richardson To: Stephen Hurd Cc: dev@dpdk.org Message-ID: <20160526132409.GI7708@bricha3-MOBL3> References: <1463179589-82681-1-git-send-email-stephen.hurd@broadcom.com> <1463179589-82681-28-git-send-email-stephen.hurd@broadcom.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1463179589-82681-28-git-send-email-stephen.hurd@broadcom.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v2 28/40] bnxt: add ring allocation and group init 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: Thu, 26 May 2016 13:24:26 -0000 On Fri, May 13, 2016 at 03:46:17PM -0700, Stephen Hurd wrote: > Add a function to initialize ring groups, and a function to > allocate the rings via HWRM. > How does this patch relate to patches 24 and 25, whose titles indicate they already provide this functionality? [Perhaps some of these patches need to be squashed so that functionality is not split too much among different patches.] Regards, /Bruce