Re: [dpdk-dev] [PATCH v1] net/iavf: fix not release memory issue in large VF

2020-12-15 Thread Zhang, Qi Z
> -Original Message- > From: Xu, Ting > Sent: Monday, December 14, 2020 2:04 PM > To: dev@dpdk.org > Cc: Wu, Jingjing ; Xing, Beilei > ; > Wang, Haiyue ; Zhang, Qi Z ; > sta...@dpdk.org > Subject: [PATCH v1] net/iavf: fix not release memory issue in large VF > > This patch fixed the i

[dpdk-dev] [PATCH v1] net/iavf: fix not release memory issue in large VF

2020-12-13 Thread Ting Xu
This patch fixed the issue that the memory allocated for structure virtchnl_del_ena_dis_queues is not released at the end of the functions iavf_enable_queues_lv, iavf_disable_queues_lv and iavf_switch_queue_lv. Fixes: 9cf9c02bf6ee ("net/iavf: add enable/disable queues for large VF") Cc: sta...@dpd