> -----Original Message-----
> From: dev <dev-boun...@dpdk.org> On Behalf Of Vladimir Medvedkin
> Sent: Tuesday, November 9, 2021 5:25 PM
> To: dev@dpdk.org
> Cc: tho...@monjalon.net; david.march...@redhat.com; Ananyev,
> Konstantin <konstantin.anan...@intel.com>;
> lance.richard...@broadcom.com; Medvedkin, Vladimir
> <vladimir.medved...@intel.com>; Wang, Yipeng1
> <yipeng1.w...@intel.com>; Gobriel, Sameh <sameh.gobr...@intel.com>;
> Richardson, Bruce <bruce.richard...@intel.com>
> Subject: [dpdk-dev] [PATCH] hash: fix thash gfni implementation
> 
> This patch replaces _mm512_set_epi8 with _mm512_set_epi32 due to the
> lack of support by some compilers.
> Also this patch checks if AVX512F is supported along with GFNI.
> This is done if the code is built on a platform that supports GFNI, but does 
> not
> support AVX512.
> 
> Fixes: 4fd8c4cb0de1 ("hash: add new Toeplitz hash implementation")
> Cc: vladimir.medved...@intel.com
> 
> Signed-off-by: Vladimir Medvedkin <vladimir.medved...@intel.com>
Acked-by: Ji, Kai <kai...@intel.com>

Reply via email to