> -----Original Message----- > From: dev <[email protected]> On Behalf Of Qiming Chen > Sent: Thursday, September 16, 2021 10:04 PM > To: [email protected] > Cc: Xing, Beilei <[email protected]>; Wu, Jingjing > <[email protected]>; > Qiming Chen <[email protected]>; [email protected] > 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: [email protected] > > Signed-off-by: Qiming Chen <[email protected]> Acked-by: Qi Zhang <[email protected]> Applied to dpdk-next-net-intel. Thanks Qi

