On 15/10/2021 12:55, Ananyev, Konstantin wrote:
+/**
+ * Calculate Toeplitz hash.
+ *
+ * @warning
+ * @b EXPERIMENTAL: this API may change without prior notice.
+ *
+ * @param m
+ * Pointer to the matrices generated from the corresponding
+ * RSS hash key using rte_thash_complete_matrix()
> >> +/**
> >> + * Calculate Toeplitz hash.
> >> + *
> >> + * @warning
> >> + * @b EXPERIMENTAL: this API may change without prior notice.
> >> + *
> >> + * @param m
> >> + * Pointer to the matrices generated from the corresponding
> >> + * RSS hash key using rte_thash_complete_matrix().
> >> +
Hi Konstantin,
Thanks for the review,
On 07/10/2021 20:23, Ananyev, Konstantin wrote:
This patch add a new Toeplitz hash implementation using
Galios Fields New Instructions (GFNI).
Signed-off-by: Vladimir Medvedkin
---
doc/api/doxy-api-index.md | 1 +
lib/hash/meson.build | 1 +
> >
> > +uint8_t rte_thash_gfni_supported;
>
> .. = 0;
> ?
>
Also some comment with explanation would really be good here.
> This patch add a new Toeplitz hash implementation using
> Galios Fields New Instructions (GFNI).
>
> Signed-off-by: Vladimir Medvedkin
> ---
> doc/api/doxy-api-index.md | 1 +
> lib/hash/meson.build | 1 +
> lib/hash/rte_thash.c | 26 ++
> lib/hash/rte_thash.h | 22 +
This patch add a new Toeplitz hash implementation using
Galios Fields New Instructions (GFNI).
Signed-off-by: Vladimir Medvedkin
---
doc/api/doxy-api-index.md | 1 +
lib/hash/meson.build | 1 +
lib/hash/rte_thash.c | 26 ++
lib/hash/rte_thash.h | 22 +
lib/hash/rte_t
6 matches
Mail list logo