> -----Original Message-----
> From: Kaiwen Deng <[email protected]>
> Sent: Thursday, November 9, 2023 12:59 PM
> To: [email protected]
> Cc: [email protected]; Yang, Qiming <[email protected]>; Zhou, YidingX
> <[email protected]>; Deng, KaiwenX <[email protected]>; Wu,
> Jingjing <[email protected]>; Xing, Beilei <[email protected]>; Zeng,
> ZhichaoX <[email protected]>
> Subject: [PATCH v4] net/iavf: fix mbuf release API selection
>
> When AVX2 is forcibly selected and outer checksum offload is configured, the
> basic Tx path will be selected. Also, the txq mbuf release API is incorrectly
> set
> to iavf_tx_queue_release_mbufs_sse. This causes coredump.
>
> This commit selects release_txq_mbufs to releasing txq mbufs when selecting
> the basic Tx path.
>
> Fixes: 22f1e7608ebc ("net/iavf: fix AVX2 Tx selection")
> Cc: [email protected]
>
> Signed-off-by: Kaiwen Deng <[email protected]>
Acked-by: Qi Zhang <[email protected]>
Applied to dpdk-next-net-intel.
Thanks
Qi