> -Original Message-
> From: Stephen Hemminger
> Sent: Wednesday, August 3, 2022 23:16
> To: Guo, Junfeng
> Cc: Zhang, Qi Z ; Wu, Jingjing
> ; Xing, Beilei ;
> dev@dpdk.org; Li, Xiaoyun
> Subject: Re: [PATCH 04/13] net/idpf: add queue operations
>
>
On Wed, 3 Aug 2022 19:30:55 +0800
Junfeng Guo wrote:
> +static void
> +idpf_tx_queue_release(void *txq)
> +{
> + struct idpf_tx_queue *q = (struct idpf_tx_queue *)txq;
> +
> + if (!q)
> + return;
> +
> + if (q->complq)
> + rte_free(q->complq);
null pointer ch
2 matches
Mail list logo