RE: [PATCH v6] net: add thread-safe crc api

2025-02-11 Thread Kusztal, ArkadiuszX
> -Original Message- > From: Stephen Hemminger > Sent: Tuesday, February 11, 2025 7:24 AM > To: Kusztal, ArkadiuszX > Cc: dev@dpdk.org; ferruh.yi...@amd.com; Ji, Kai ; Dooley, > Brian > Subject: Re: [PATCH v6] net: add thread-safe crc api > > On Mon,

Re: [PATCH v6] net: add thread-safe crc api

2025-02-10 Thread Stephen Hemminger
On Mon, 10 Feb 2025 21:27:10 + Arkadiusz Kusztal wrote: > The current net CRC API is not thread-safe, this patch > solves this by adding another, thread-safe API functions. > This API is also safe to use across multiple processes, > yet with limitations on max-simd-bitwidth, which will be che

[PATCH v6] net: add thread-safe crc api

2025-02-10 Thread Arkadiusz Kusztal
The current net CRC API is not thread-safe, this patch solves this by adding another, thread-safe API functions. This API is also safe to use across multiple processes, yet with limitations on max-simd-bitwidth, which will be checked only by the process that created the CRC context; all other proce