From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <bruce.richardson@intel.com> Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id CF845569C for <dev@dpdk.org>; Mon, 13 Jul 2015 18:28:04 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP; 13 Jul 2015 09:28:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,463,1432623600"; d="scan'208";a="746239708" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.208.67]) by fmsmga001.fm.intel.com with SMTP; 13 Jul 2015 09:28:03 -0700 Received: by (sSMTP sendmail emulation); Mon, 13 Jul 2015 17:28:01 +0025 Date: Mon, 13 Jul 2015 17:28:01 +0100 From: Bruce Richardson <bruce.richardson@intel.com> To: dev@dpdk.org 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 Content-Disposition: inline In-Reply-To: <1436804751-23156-1-git-send-email-bruce.richardson@intel.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH] hash: rename unused field to "reserved" X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK <dev.dpdk.org> List-Unsubscribe: <http://dpdk.org/ml/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://dpdk.org/ml/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <http://dpdk.org/ml/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> X-List-Received-Date: Mon, 13 Jul 2015 16:28:05 -0000 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 <thomas.monjalon@6wind.com> > Signed-off-by: Bruce Richardson <bruce.richardson@intel.com> Self-NAK. Missed some extra code dependencies using this field. V2 to follow.