> > 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
A
> -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 ; De Lara Guarch, Pablo
> ; Chas Williams
> Subject: [dpdk-dev] [PATCH] hash: document
On Mon, 2017-09-18 at 15:47 -0400, Chas Williams wrote:
> From: Chas Williams
>
> 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
>
From: Chas Williams
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
---
lib/librte_hash/rte_jhash.
4 matches
Mail list logo