> -----Original Message-----
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Chas Williams
> Sent: Monday, September 18, 2017 8:48 PM
> To: dev@dpdk.org
> Cc: Richardson, Bruce <bruce.richard...@intel.com>; De Lara Guarch, Pablo
> <pablo.de.lara.gua...@intel.com>; Chas Williams <ch...@att.com>
> Subject: [dpdk-dev] [PATCH] hash: document rte_jhash() boundary behavior
> 
> From: Chas Williams <ch...@att.com>
> 
> 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 <ch...@att.com> 


Acked-by: John McNamara <john.mcnam...@intel.com>


Reply via email to