From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] hash: document rte_jhash() boundary behavior Date: Thu, 05 Oct 2017 23:37:20 +0200 Message-ID: <6262010.MHAZxIagKx@xps> References: <20170918194740.23057-1-3chas3@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Mcnamara, John" , Chas Williams <3chas3@gmail.com>, "Richardson, Bruce" , "De Lara Guarch, Pablo" To: Chas Williams Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id F01621B19D for ; Thu, 5 Oct 2017 23:37:21 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > Due to the uint32_t accesses in the hash computation, keys that aren't > > aligned to a uint32_t boundary or multiples of uint32_t in length, may see > > accesses beyond the end of the key. This may cross a page boundary. > > > > Signed-off-by: Chas Williams > > Acked-by: John McNamara Applied, thanks