Re: [dpdk-dev] [PATCH v8 0/4] optimized Toeplitz hash implementation

2021-11-04 Thread Thomas Monjalon
02/11/2021 19:38, Vladimir Medvedkin: > This patch series adds a new optimized implementation for the Toeplitz hash > function using Galois Fields New instruction (GFNI). > The main use case of this function is to calculate the hash value for a single > data, so there is no bulk implementation. > F

[dpdk-dev] [PATCH v8 0/4] optimized Toeplitz hash implementation

2021-11-02 Thread Vladimir Medvedkin
This patch series adds a new optimized implementation for the Toeplitz hash function using Galois Fields New instruction (GFNI). The main use case of this function is to calculate the hash value for a single data, so there is no bulk implementation. For performance reasons, the implementation was p