From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v2 26/40] bnxt: add HWRM stat context free function Date: Thu, 26 May 2016 14:15:57 +0100 Message-ID: <20160526131557.GG7708@bricha3-MOBL3> References: <1463179589-82681-1-git-send-email-stephen.hurd@broadcom.com> <1463179589-82681-26-git-send-email-stephen.hurd@broadcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Stephen Hurd Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 7CFD637B2 for ; Thu, 26 May 2016 15:16:02 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1463179589-82681-26-git-send-email-stephen.hurd@broadcom.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" On Fri, May 13, 2016 at 03:46:15PM -0700, Stephen Hurd wrote: > Add function and associated structures and definitions as well as > some convenienct functions for manipulating the state of the entire > function. > Again, I think more explanation is needed in the commit message. The commit title refers to freeing stat contexts, but the patch itself contains functions working on filters. Either the filter functions belong in a different patch, or we need more explanation as to why they would belong in this one. I'd also question if the ordering of the patches should be changed. In other cases you have a single patch adding allocation and free functions together, but for these stats contexts there are two patches which are separated in the series. Logically, if they are not merged, it would be good if they could be at least sequential commits. Thanks, /Bruce