[dpdk-dev] [PATCH] net/hns3: fix incorrect free function
Ferruh Yigit
ferruh.yigit at intel.com
Wed Oct 13 14:00:56 CEST 2021
On 10/13/2021 9:09 AM, Min Hu (Connor) wrote:
> From: Chengwen Feng <fengchengwen at huawei.com>
>
> The intr_handle->intr_vec is allocated by rte_zmalloc(), but freed by
> free(), this patch fixes it.
>
> Fixes: 02a7b55657b2 ("net/hns3: support Rx interrupt")
> Cc: stable at dpdk.org
>
> Signed-off-by: Chengwen Feng <fengchengwen at huawei.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit at intel.com>
Applied to dpdk-next-net/main, thanks.
More information about the dev
mailing list