From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) by dpdk.org (Postfix) with ESMTP id 575495A62 for ; Fri, 27 Mar 2015 10:26:54 +0100 (CET) Received: by wibgn9 with SMTP id gn9so22857342wib.1 for ; Fri, 27 Mar 2015 02:26: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=FgNznl8i0Lurb4bp+4nNGWr/YT2neCG0Zqg+rUEoZv0=; b=j/lPOHl3pu/XLFlQQURfp7RXmv3n+9k+w7OMOW1cc4zjJ//cfwwSVBHYhGV7sUKaZb HEYt0FkpolaxK9XayW93rfLP6DKhqMrj14ajXsZpOXeDlytdqbaLCJla/DbyrHrpTUjq EejO+xV9D6rlTDSebObycR3GGaW1s2cTvJmDOlBnFURhQCTCt4mPfmzdWKsJk6PGwwse 7AjA49FBWSMHWRgNz8GfptkmYq+CPKnIDjBzo10Yd1fBuC00ACXLAG/5Pr8lKRqjjvuf 0TJURyKfEBFOowZnMHTMWpSerO/ghsCIPGYVq1b+hl1+C2kMIpdEl3cuJBFSYAO7BNQG 9bgQ== X-Gm-Message-State: ALoCoQmFwYe/oxcSe8bPbTruNYes4B8CvevarCxAP71qm3QFxae9GwUI5qLHm32KHqwbOtDMnJI1 X-Received: by 10.180.20.233 with SMTP id q9mr54937108wie.75.1427448414167; Fri, 27 Mar 2015 02:26:54 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id dj4sm1974700wjc.13.2015.03.27.02.26.52 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 27 Mar 2015 02:26:53 -0700 (PDT) From: Thomas Monjalon To: Yerden Zhumabekov Date: Fri, 27 Mar 2015 10:26:13 +0100 Message-ID: <5009328.QyIPxselC6@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: References: <3ba2a35fc1c2e9e3058d678908e2245d88bd7743.1427203852.git.e_zhumabekov@sts.kz> 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: fix breaking strict-aliasing rules 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: Fri, 27 Mar 2015 09:26:54 -0000 > > Fix rte_hash_crc() function by making use of uintptr_t variable > > to hold a pointer to data being hashed. In this way, casting uint64_t > > pointer to uint32_t avoided. > > > > Signed-off-by: Yerden Zhumabekov > > Acked-by: Pablo de Lara Applied, thanks