From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH] hash: rename unused field to "reserved" Date: Mon, 13 Jul 2015 17:28:01 +0100 Message-ID: <20150713162800.GD6932@bricha3-MOBL3> References: <1436804751-23156-1-git-send-email-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: dev@dpdk.org Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id CF845569C for ; Mon, 13 Jul 2015 18:28:04 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1436804751-23156-1-git-send-email-bruce.richardson@intel.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 Mon, Jul 13, 2015 at 05:25:51PM +0100, Bruce Richardson wrote: > The cuckoo hash has a fixed number of entries per bucket, so the > configuration parameter for this is unused. We change this field in the > parameters struct to "reserved" to indicate that there is now no such > parameter value, while at the same time keeping ABI consistency. > > Fixes: 48a399119619 ("hash: replace with cuckoo hash implementation") > > Suggested-by: Thomas Monjalon > Signed-off-by: Bruce Richardson Self-NAK. Missed some extra code dependencies using this field. V2 to follow.