From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 3E7522C72 for ; Thu, 2 Jun 2016 11:11:41 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP; 02 Jun 2016 02:11:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,405,1459839600"; d="scan'208";a="820078838" Received: from dhunt5-mobl.ger.corp.intel.com (HELO [10.237.221.85]) ([10.237.221.85]) by orsmga003.jf.intel.com with ESMTP; 02 Jun 2016 02:11:40 -0700 To: Jan Viktorin References: <1463665501-18325-1-git-send-email-david.hunt@intel.com> <1464797998-76690-1-git-send-email-david.hunt@intel.com> <1464797998-76690-2-git-send-email-david.hunt@intel.com> <20160601195456.47ac2a7c@pcviktorin.fit.vutbr.cz> Cc: dev@dpdk.org, olivier.matz@6wind.com, jerin.jacob@caviumnetworks.com From: "Hunt, David" Message-ID: <574FF84A.4030906@intel.com> Date: Thu, 2 Jun 2016 10:11:38 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <20160601195456.47ac2a7c@pcviktorin.fit.vutbr.cz> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v6 1/5] mempool: support external handler 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, 02 Jun 2016 09:11:41 -0000 On 6/1/2016 6:54 PM, Jan Viktorin wrote: > Hello David, > > the rename s/handler/ops/ has a lot of residues. Sorry for that :). I tried to > mark most of them. Otherwise, I couldn't see many more serious issues for now. Ah, I had assumed that we were just talking about the rte_mempool_handler_ops structure, not a global replace of 'handler' with 'ops'. It does make sense to change it to ops, so we don't have two words describing the same entity. I'll change to ops. Just, note the s/pool/priv/ rename suggestion. I prefer your suggestion of pdata rather than priv, how about "pool_data"? Again, thanks for the comprehensive review. Regards, Dave. [...]