From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] hash: fix breaking strict-aliasing rules Date: Fri, 27 Mar 2015 10:26:13 +0100 Message-ID: <5009328.QyIPxselC6@xps13> References: <3ba2a35fc1c2e9e3058d678908e2245d88bd7743.1427203852.git.e_zhumabekov@sts.kz> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Yerden Zhumabekov Return-path: In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" > > 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