On 10/13/2021 9:09 AM, Min Hu (Connor) wrote:
From: Chengwen Feng <[email protected]>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: [email protected] Signed-off-by: Chengwen Feng <[email protected]>
Reviewed-by: Ferruh Yigit <[email protected]> Applied to dpdk-next-net/main, thanks.

