[dpdk-dev] [PATCH v3] net/ixgbe: fix mbuf leak

2021-09-01 Thread Qiming Chen
A local test found that repeated port start and stop operations during the continuous SSE vector bufflist receiving process will cause the mbuf resource to run out. The final positioning is when the port is stopped, the mbuf of the pkt_first_seg pointer is not released. Resources leak. The patch sc

Re: [dpdk-dev] [PATCH v3] net/ixgbe: fix mbuf leak

2021-09-05 Thread Wang, Haiyue
> -Original Message- > From: Qiming Chen > Sent: Wednesday, September 1, 2021 15:23 > To: dev@dpdk.org > Cc: Wang, Haiyue ; Qiming Chen > ; sta...@dpdk.org > Subject: [PATCH v3] net/ixgbe: fix mbuf leak > > A local test found that repeated port start and stop operations during > the cont

Re: [dpdk-dev] [PATCH v3] net/ixgbe: fix mbuf leak

2021-09-05 Thread Zhang, Qi Z
> -Original Message- > From: dev On Behalf Of Wang, Haiyue > Sent: Monday, September 6, 2021 9:22 AM > To: Qiming Chen ; dev@dpdk.org > Cc: sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3] net/ixgbe: fix mbuf leak > > > -Original Message- >