RE: [EXTERNAL] [PATCH 1/2] net: add thread-safe crc api

2024-09-18 Thread Singh, Jasvinder
> -Original Message- > From: Akhil Goyal > Sent: Wednesday, September 18, 2024 6:58 AM > To: Kusztal, ArkadiuszX ; dev@dpdk.org; > Singh, Jasvinder > Cc: Ji, Kai ; Dooley, Brian ; Ferruh > Yigit > Subject: RE: [EXTERNAL] [PATCH 1/2] net: add thread-safe crc ap

RE: [EXTERNAL] [PATCH 1/2] net: add thread-safe crc api

2024-09-17 Thread Akhil Goyal
> The current net CRC API is not thread-safe, this patch > solves this by adding another, thread-safe API functions. > These functions are not safe when using between different > processes, though. > > Signed-off-by: Arkadiusz Kusztal Added Jasvinder for review. This patch is mainly related to

[PATCH 1/2] net: add thread-safe crc api

2024-09-05 Thread Arkadiusz Kusztal
The current net CRC API is not thread-safe, this patch solves this by adding another, thread-safe API functions. These functions are not safe when using between different processes, though. Signed-off-by: Arkadiusz Kusztal --- lib/net/rte_net_crc.c | 40 +---