From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] hash: move field hash_func_init_val in rte_hash struct Date: Wed, 22 Jul 2015 11:08:42 +0200 Message-ID: <18673724.974cIPCk73@xps13> References: <1437487819-6583-1-git-send-email-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Pablo de Lara Return-path: Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com [209.85.212.177]) by dpdk.org (Postfix) with ESMTP id 886E5376D for ; Wed, 22 Jul 2015 11:09:54 +0200 (CEST) Received: by wicmv11 with SMTP id mv11so72349009wic.0 for ; Wed, 22 Jul 2015 02:09:54 -0700 (PDT) In-Reply-To: <1437487819-6583-1-git-send-email-pablo.de.lara.guarch@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" > In order to keep the ABI consistent with the old hash library, > hash_func_init_val field has been moved, so it remains > at the same offset as previously, since hash_func and > hash_func_init_val are fields accesed by the public function > rte_hash_hash and must keep the same offset as older versions. > > Signed-off-by: Pablo de Lara Applied, thanks