> -Original Message-
> From: Stephen Hemminger
> Sent: Monday, February 10, 2025 8:57 PM
> To: Kusztal, ArkadiuszX
> Cc: dev@dpdk.org; ferruh.yi...@amd.com; Ji, Kai ; Dooley,
> Brian
> Subject: Re: [PATCH v5] net: add thread-safe crc api
>
> On Fri,
On Fri, 7 Feb 2025 18:24:43 +
Arkadiusz Kusztal wrote:
> +static struct
> +{
> + rte_net_crc_handler f[RTE_NET_CRC_REQS];
> +} handlers_dpdk26[RTE_NET_CRC_AVX512 + 1];
> +
Should have { after the struct
+void rte_net_crc_free(struct rte_net_crc *crc)
+{
+ rte_free(crc);
+}
Add r
2 matches
Mail list logo