From mboxrd@z Thu Jan 1 00:00:00 1970 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) 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=+cVlyKaHLAeZ6EeoDXVxEwXRArdkokOSYX73ATGIgVE=; b=aERNaPmgesV+BOyf67aeo1IpfgesGZOXVbG3eXHzIR6Rrf5wBILXMqMJkRY34CyPl/ 1ozMFQ5wByGfREdsi/hQaUJ9XzWMRd4eJX9iy/Mjk4D8iY1tddhXpr73nORormxLA65v yFuIkuV7ZjTWaOXkOaAnz5X6TvN4allW4vh+pzMJv41PkIsn6YVrE+9osuXm11MnsgOA keQukcWfobAaVyAGu0fw+ij7fjOJgoyROLxjJJem9W7mw0ps0fb4fYUs7Tl1Puj3gRZW G7uDSd5fUlnY+sHyLyIRizvQjL82NowhRFCd3+CCIv2BU7NyXC3L56BAOVgosM3QiwLY aB0g== X-Gm-Message-State: ALoCoQl+wqZCqNulmEU5BMMNJUHKMR5sXFW19EVcs/0u29GRVQrET8TTOmzSu1rsHUeXt29O07n1 X-Received: by 10.194.83.70 with SMTP id o6mr3042578wjy.44.1437556194433; Wed, 22 Jul 2015 02:09:54 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id ft5sm20979579wib.4.2015.07.22.02.09.53 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 22 Jul 2015 02:09:53 -0700 (PDT) From: Thomas Monjalon To: Pablo de Lara Date: Wed, 22 Jul 2015 11:08:42 +0200 Message-ID: <18673724.974cIPCk73@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1437487819-6583-1-git-send-email-pablo.de.lara.guarch@intel.com> References: <1437487819-6583-1-git-send-email-pablo.de.lara.guarch@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] hash: move field hash_func_init_val in rte_hash struct 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: Wed, 22 Jul 2015 09:09:54 -0000 > 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