From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=74IXgEr0HgNCXJpqsMoIjBKj2L9OPMXNXH1VfrYCpsQ=; b=CakcxoNqc/1evFM6cGLN7KkUU5wEaiYaJvWc4ZPZtxMzTxEKqJNIJDgVlSzHBwLwNJ jVee0szj23c7SOMAyK+tnKWmrOevML8PdtREnBxRMqjdBOM0MqkEUWRVOrjq5tS8xPvh 1cBGwKwcvVjNfAef2wT86siQQ9VWNzRWuhqDQaulRjVZqKpRfiYIPqxTiMkA9Xi92x9/ Gck4nG+YIqZEg2iUJm3xab0imJoOfBBeN2DQDpt1E8Lavw/1Vhx4A0LuccTdZj+2bhEx 6mOzu/JZ8imb/ftBaW8Uz4sVuMUFZ6s51JkauhijF6LXckJxy7wXF2RdoC0Y4G1dfk7J kvcw== X-Gm-Message-State: ALoCoQnPT16ZuaDUWGtdtwtVMr5SmvW2+Dkyyf3HheW26bz7cVG5JTFpNBh73O8/e2P+V7q65eja X-Received: by 10.194.83.70 with SMTP id o6mr67785846wjy.44.1436808673011; Mon, 13 Jul 2015 10:31:13 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id e2sm30365311wjw.12.2015.07.13.10.31.11 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 13 Jul 2015 10:31:11 -0700 (PDT) From: Thomas Monjalon To: Bruce Richardson Date: Mon, 13 Jul 2015 19:29:59 +0200 Message-ID: <10723435.mjF0IXSxgA@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1436805525-25916-1-git-send-email-bruce.richardson@intel.com> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2] 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2015 17:31:13 -0000 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