> -----Original Message----- > From: dev <dev-boun...@dpdk.org> On Behalf Of Qiming Chen > Sent: Thursday, September 16, 2021 10:04 PM > To: dev@dpdk.org > Cc: Xing, Beilei <beilei.x...@intel.com>; Wu, Jingjing > <jingjing...@intel.com>; > Qiming Chen <chenqiming_hua...@163.com>; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH v2] net/iavf: fix mbuf leak > > In the iavf_dev_rx_queue_start function, if the iavf_switch_queue or > iavf_switch_queue_lv function fails, the previously applied mbuf is not > released, > resulting in leakage. The patch fixes the problem. > > Fixes: 9cf9c02bf6ee ("net/iavf: add enable/disable queues for large VF") > Cc: sta...@dpdk.org > > Signed-off-by: Qiming Chen <chenqiming_hua...@163.com> Acked-by: Qi Zhang <qi.z.zh...@intel.com> Applied to dpdk-next-net-intel. Thanks Qi