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

2021-08-31 Thread Wang, Haiyue
Please reply with plain text format. ;-) This is better: Fixes: af75078fece3 ("first public release") From: Qiming Chen Sent: Wednesday, September 1, 2021 09:51 To: ktray...@redhat.com Cc: dev@dpdk.org; Wang, Haiyue ; sta...@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2] net/ixgbe: fix

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

2021-08-31 Thread Qiming Chen
This is already the oldest commit node in git, and it has not been recorded before。 Which commit should I fill in? | | Qiming Chen | | chenqiming_hua...@163.com | 签名由网易邮箱大师定制 On 8/31/2021 18:00,Kevin Traynor wrote: On 31/08/2021 09:06, Qiming Chen wrote: A local test found that repeated port s

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

2021-08-31 Thread Kevin Traynor
On 31/08/2021 09:06, Qiming Chen wrote: > 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 point

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

2021-08-31 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

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

2021-08-31 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