[dpdk-dev] [PATCH] hash: document rte_jhash() boundary behavior

Thomas Monjalon thomas at monjalon.net
Thu Oct 5 23:37:20 CEST 2017


> > 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 <chas3 at att.com> 
> 
> Acked-by: John McNamara <john.mcnamara at intel.com>

Applied, thanks


More information about the dev mailing list