From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v2 4/7] hash: fix unnecessary code Date: Wed, 26 Sep 2018 13:55:12 +0100 Message-ID: <20180926125511.GA14380@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> <1537550255-252066-5-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 mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 4871B1B436 for ; Wed, 26 Sep 2018 14:55:31 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1537550255-252066-5-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:32AM -0700, Yipeng Wang wrote: > Since the depth-first search of cuckoo path is removed, we do not > need the macro anymore which specifies the depth of the cuckoo > search. > > Fixes: f2e3001b53ec ("hash: support read/write concurrency") > Cc: stable@dpdk.org > > Signed-off-by: Yipeng Wang > --- I'd suggest rewording the title to "fix unused define" to be a bit more specific. Otherwise all ok. Acked-by: Bruce Richardson