From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] hash: rename unused field to "reserved" Date: Mon, 13 Jul 2015 19:29:59 +0200 Message-ID: <10723435.mjF0IXSxgA@xps13> References: <1436804751-23156-1-git-send-email-bruce.richardson@intel.com> <1436805525-25916-1-git-send-email-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Bruce Richardson Return-path: Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by dpdk.org (Postfix) with ESMTP id 2E63511C5 for ; Mon, 13 Jul 2015 19:31:13 +0200 (CEST) Received: by wiga1 with SMTP id a1so76197519wig.0 for ; Mon, 13 Jul 2015 10:31:13 -0700 (PDT) In-Reply-To: <1436805525-25916-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" 2015-07-13 17:38, Bruce Richardson: > 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 Applied, thanks