From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v2 0/7] hash: add extendable bucket and partial key hashing Date: Wed, 26 Sep 2018 13:57:06 +0100 Message-ID: <20180926125706.GB14380@bricha3-MOBL.ger.corp.intel.com> References: <1536253745-133104-1-git-send-email-yipeng1.wang@intel.com> <1537550255-252066-1-git-send-email-yipeng1.wang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, michel@digirati.com.br, honnappa.nagarahalli@arm.com To: Yipeng Wang Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id BEE5F1B439 for ; Wed, 26 Sep 2018 14:57:10 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1537550255-252066-1-git-send-email-yipeng1.wang@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Fri, Sep 21, 2018 at 10:17:28AM -0700, Yipeng Wang wrote: > The first four commits of the patch set try to fix small issues of > previous code. > > The other commits make two major optimizations over the current rte_hash > library. > I'd suggest splitting this set into two. The first 4 patches are easy to review and should be quickly merged (I hope :-)), allowing us to focus more on the bigger patches adding the key new feature support. /Bruce